Class ListDeploymentsResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.348-07:00") public class ListDeploymentsResponse extends CdpResponse
A response from listing deployments
  • Constructor Details

    • ListDeploymentsResponse

      public ListDeploymentsResponse()
  • Method Details

    • 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
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object