Package com.cloudera.cdp.dw.model
Class ListClustersRequest
- java.lang.Object
-
- com.cloudera.cdp.dw.model.ListClustersRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-12-01T13:59:39.820-08:00") public class ListClustersRequest extends Object
Request object for the listClusters method.
-
-
Constructor Summary
Constructors Constructor Description ListClustersRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCloudPlatform()
Getter for cloudPlatform.String
getClusterId()
Getter for clusterId.String
getEnvironmentCrn()
Getter for environmentCrn.String
getName()
Getter for name.String
getStatus()
Getter for status.int
hashCode()
void
setCloudPlatform(String cloudPlatform)
Setter for cloudPlatform.void
setClusterId(String clusterId)
Setter for clusterId.void
setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn.void
setName(String name)
Setter for name.void
setStatus(String status)
Setter for status.String
toString()
-
-
-
Method Detail
-
getEnvironmentCrn
public String getEnvironmentCrn()
Getter for environmentCrn. Filter returned clusters for the belonging Environment CRN.
-
setEnvironmentCrn
public void setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn. Filter returned clusters for the belonging Environment CRN.
-
getClusterId
public String getClusterId()
Getter for clusterId. Filter returned clusters by cluster ID.
-
setClusterId
public void setClusterId(String clusterId)
Setter for clusterId. Filter returned clusters by cluster ID.
-
getName
public String getName()
Getter for name. Filter returned clusters by name.
-
setName
public void setName(String name)
Setter for name. Filter returned clusters by name.
-
getStatus
public String getStatus()
Getter for status. Filter returned clusters by cluster status.
-
setStatus
public void setStatus(String status)
Setter for status. Filter returned clusters by cluster status.
-
getCloudPlatform
public String getCloudPlatform()
Getter for cloudPlatform. Filter returned clusters by hosting platform.
-
setCloudPlatform
public void setCloudPlatform(String cloudPlatform)
Setter for cloudPlatform. Filter returned clusters by hosting platform.
-
-