Package com.cloudera.cdp.datahub.model
Class ListClustersRequest
- java.lang.Object
-
- com.cloudera.cdp.datahub.model.ListClustersRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:50.892-07:00") public class ListClustersRequest extends Object
Request object for list clusters request.
-
-
Constructor Summary
Constructors Constructor Description ListClustersRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getEnvironmentName()
Getter for environmentName.int
hashCode()
void
setEnvironmentName(String environmentName)
Setter for environmentName.String
toString()
-
-
-
Method Detail
-
getEnvironmentName
public String getEnvironmentName()
Getter for environmentName. The name or CRN of the environment for which the clusters will be listed.
-
setEnvironmentName
public void setEnvironmentName(String environmentName)
Setter for environmentName. The name or CRN of the environment for which the clusters will be listed.
-
-