Class ListDeploymentsResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.582-07:00")
    public class ListDeploymentsResponse
    extends CdpResponse
    A response from listing deployments
    • Constructor Detail

      • ListDeploymentsResponse

        public ListDeploymentsResponse()
    • Method Detail

      • getNextToken

        public String getNextToken()
        Getter for nextToken. The page token for requesting the next page of results.
      • setNextToken

        public void setNextToken​(String nextToken)
        Setter for nextToken. The page token for requesting the next page of results.
      • getDeployments

        public List<DeploymentSummary> getDeployments()
        Getter for deployments. The listing of deployments in this page
      • setDeployments

        public void setDeployments​(List<DeploymentSummary> deployments)
        Setter for deployments. The listing of deployments in this page
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object