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="2024-09-27T08:40:29.145-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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusters.Getter for nextToken.Getter for totalClusters.Getter for totalPages.int
hashCode()
void
setClusters
(List<ListClusterItem> clusters) Setter for clusters.void
setNextToken
(String nextToken) Setter for nextToken.void
setTotalClusters
(Integer totalClusters) Setter for totalClusters.void
setTotalPages
(Integer totalPages) Setter for totalPages.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods 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
-