Package com.cloudera.cdp.datahub.model
Class DeleteCustomConfigurationsRequest
- java.lang.Object
-
- com.cloudera.cdp.datahub.model.DeleteCustomConfigurationsRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:16.679-07:00") public class DeleteCustomConfigurationsRequest extends Object
The request object for the delete custom configurations request.
-
-
Constructor Summary
Constructors Constructor Description DeleteCustomConfigurationsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<String>
getCustomConfigurations()
Getter for customConfigurations.int
hashCode()
void
setCustomConfigurations(List<String> customConfigurations)
Setter for customConfigurations.String
toString()
-
-
-
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.
-
-