Class DeleteCustomConfigurationsResponse


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

      • DeleteCustomConfigurationsResponse

        public DeleteCustomConfigurationsResponse()
    • Method Detail

      • getCustomConfigurations

        public List<CustomConfigurations> getCustomConfigurations()
        Getter for customConfigurations. The deleted custom configurations.
      • setCustomConfigurations

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

        public int hashCode()
        Overrides:
        hashCode in class Object