Class DeleteCustomConfigurationsRequest


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

      • DeleteCustomConfigurationsRequest

        public DeleteCustomConfigurationsRequest()
    • Method Detail

      • getCustomConfigurations

        public List<String> getCustomConfigurations()
        Getter for customConfigurations. The names or CRNs of the custom configurations to be deleted.
      • setCustomConfigurations

        public void setCustomConfigurations​(List<String> customConfigurations)
        Setter for customConfigurations. The names or CRNs of the custom configurations to be deleted.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object