Class ListClustersRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class ListClustersRequest
    extends Object
    Request object for the listClusters method.
    • Constructor Detail

      • ListClustersRequest

        public ListClustersRequest()
    • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object