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="2024-09-27T08:40:25.071-07:00")
public class ListClustersRequest
extends Object
Request object for the listClusters method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for cloudPlatform.Getter for clusterId.Getter for environmentCrn.getName()
Getter for name.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
Setter for name.void
Setter for status.toString()
-
Constructor Details
-
ListClustersRequest
public ListClustersRequest()
-
-
Method Details
-
getEnvironmentCrn
Getter for environmentCrn. Filter returned clusters for the belonging Environment CRN. -
setEnvironmentCrn
Setter for environmentCrn. Filter returned clusters for the belonging Environment CRN. -
getClusterId
Getter for clusterId. Filter returned clusters by cluster ID. -
setClusterId
Setter for clusterId. Filter returned clusters by cluster ID. -
getName
Getter for name. Filter returned clusters by name. -
setName
Setter for name. Filter returned clusters by name. -
getStatus
Getter for status. Filter returned clusters by cluster status. -
setStatus
Setter for status. Filter returned clusters by cluster status. -
getCloudPlatform
Getter for cloudPlatform. Filter returned clusters by hosting platform. -
setCloudPlatform
Setter for cloudPlatform. Filter returned clusters by hosting platform. -
equals
-
hashCode
public int hashCode() -
toString
-