Package com.cloudera.cdp.compute.model
Class ListClustersResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.compute.model.ListClustersResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:49.099-07:00")
public class ListClustersResponse
extends CdpResponse
List clusters response.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clusters.Getter for nextToken.Getter for totalClusters.Getter for totalPages.inthashCode()voidsetClusters(List<ListClusterItem> clusters) Setter for clusters.voidsetNextToken(String nextToken) Setter for nextToken.voidsetTotalClusters(Integer totalClusters) Setter for totalClusters.voidsetTotalPages(Integer totalPages) Setter for totalPages.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ListClustersResponse
public ListClustersResponse()
-
-
Method Details
-
getClusters
Getter for clusters. Array of CDP compute clusters. -
setClusters
Setter for clusters. Array of CDP compute clusters. -
getNextToken
Getter for nextToken. The token to use when requesting the next set of results. If not present, there are no additional results. -
setNextToken
Setter for nextToken. The token to use when requesting the next set of results. If not present, there are no additional results. -
getTotalClusters
Getter for totalClusters. Total number of clusters. -
setTotalClusters
Setter for totalClusters. Total number of clusters. -
getTotalPages
Getter for totalPages. Total number of pages. -
setTotalPages
Setter for totalPages. Total number of pages. -
equals
-
hashCode
public int hashCode() -
toString
-