Package com.cloudera.cdp.datahub.model
Class DescribeCustomConfigurationsRequest
- java.lang.Object
-
- com.cloudera.cdp.datahub.model.DescribeCustomConfigurationsRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-06-01T14:27:19.310-07:00") public class DescribeCustomConfigurationsRequest extends Object
The request object for the describe custom configurations request.
-
-
Constructor Summary
Constructors Constructor Description DescribeCustomConfigurationsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCustomConfigurations()
Getter for customConfigurations.int
hashCode()
void
setCustomConfigurations(String customConfigurations)
Setter for customConfigurations.String
toString()
-
-
-
Method Detail
-
getCustomConfigurations
public String getCustomConfigurations()
Getter for customConfigurations. The name or CRN of the custom configurations.
-
setCustomConfigurations
public void setCustomConfigurations(String customConfigurations)
Setter for customConfigurations. The name or CRN of the custom configurations.
-
-