Class DeleteCustomConfigurationsRequest

java.lang.Object
com.cloudera.cdp.datahub.model.DeleteCustomConfigurationsRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:24.392-07:00") public class DeleteCustomConfigurationsRequest extends Object
The request object for the delete custom configurations request.
  • Constructor Details

    • DeleteCustomConfigurationsRequest

      public DeleteCustomConfigurationsRequest()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object