Class ListClustersResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.ThenextTokenvalue to include in a futureListClustersrequest.inthashCode()voidsetClusterArns(Collection<String> clusterArns) The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.voidsetNextToken(String nextToken) ThenextTokenvalue to include in a futureListClustersrequest.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) ThenextTokenvalue to include in a futureListClustersrequest.
-
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
nextTokenvalue to include in a futureListClustersrequest. When the results of aListClustersrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Parameters:
nextToken- ThenextTokenvalue to include in a futureListClustersrequest. When the results of aListClustersrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
-
getNextToken
The
nextTokenvalue to include in a futureListClustersrequest. When the results of aListClustersrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- The
nextTokenvalue to include in a futureListClustersrequest. When the results of aListClustersrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
-
withNextToken
The
nextTokenvalue to include in a futureListClustersrequest. When the results of aListClustersrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Parameters:
nextToken- ThenextTokenvalue to include in a futureListClustersrequest. When the results of aListClustersrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen 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
-