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="2025-10-28T14:00:26.728-07:00")
public class ListClustersRequest
extends Object
Request object for the listClusters method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for cloudPlatform.Getter for clusterId.Getter for environmentCrn.getName()Getter for name.Getter for status.inthashCode()voidsetCloudPlatform(String cloudPlatform) Setter for cloudPlatform.voidsetClusterId(String clusterId) Setter for clusterId.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidSetter for name.voidSetter 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
-