Class ListClustersResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.ThenextToken
value to include in a futureListClusters
request.int
hashCode()
void
setClusterArns
(Collection<String> clusterArns) The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.void
setNextToken
(String nextToken) ThenextToken
value to include in a futureListClusters
request.toString()
Returns a string representation of this object; useful for testing and debugging.withClusterArns
(String... clusterArns) The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.withClusterArns
(Collection<String> clusterArns) The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.withNextToken
(String nextToken) ThenextToken
value to include in a futureListClusters
request.
-
Constructor Details
-
ListClustersResult
public ListClustersResult()
-
-
Method Details
-
getClusterArns
The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.
- Returns:
- The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.
-
setClusterArns
The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.
- Parameters:
clusterArns
- The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.
-
withClusterArns
The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.
NOTE: This method appends the values to the existing list (if any). Use
setClusterArns(java.util.Collection)
orwithClusterArns(java.util.Collection)
if you want to override the existing values.- Parameters:
clusterArns
- The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withClusterArns
The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.
- Parameters:
clusterArns
- The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The
nextToken
value to include in a futureListClusters
request. When the results of aListClusters
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Parameters:
nextToken
- ThenextToken
value to include in a futureListClusters
request. When the results of aListClusters
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.
-
getNextToken
The
nextToken
value to include in a futureListClusters
request. When the results of aListClusters
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- The
nextToken
value to include in a futureListClusters
request. When the results of aListClusters
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.
-
withNextToken
The
nextToken
value to include in a futureListClusters
request. When the results of aListClusters
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Parameters:
nextToken
- ThenextToken
value to include in a futureListClusters
request. When the results of aListClusters
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-