Class CreateCustomConfigurationsResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class CreateCustomConfigurationsResponse
    extends CdpResponse
    The response object for create custom configurations request.
    • Constructor Detail

      • CreateCustomConfigurationsResponse

        public CreateCustomConfigurationsResponse()
    • Method Detail

      • getCustomConfigurations

        public CustomConfigurations getCustomConfigurations()
        Getter for customConfigurations. The custom configurations.
      • setCustomConfigurations

        public void setCustomConfigurations​(CustomConfigurations customConfigurations)
        Setter for customConfigurations. The custom configurations.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object