public class ListClustersResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ListClustersResult() |
Modifier and Type | Method and Description |
---|---|
ListClustersResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getClusterArns()
The list of full Amazon Resource Name (ARN) entries for each cluster
associated with your account.
|
String |
getNextToken()
The
nextToken value to include in a future
ListClusters 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)
The
nextToken value to include in a future
ListClusters request. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListClustersResult |
withClusterArns(Collection<String> clusterArns)
The list of full Amazon Resource Name (ARN) entries for each cluster
associated with your account.
|
ListClustersResult |
withClusterArns(String... clusterArns)
The list of full Amazon Resource Name (ARN) entries for each cluster
associated with your account.
|
ListClustersResult |
withNextToken(String nextToken)
The
nextToken value to include in a future
ListClusters request. |
public List<String> getClusterArns()
public void setClusterArns(Collection<String> clusterArns)
clusterArns
- The list of full Amazon Resource Name (ARN) entries for each cluster
associated with your account.public ListClustersResult withClusterArns(String... clusterArns)
Returns a reference to this object so that method calls can be chained together.
clusterArns
- The list of full Amazon Resource Name (ARN) entries for each cluster
associated with your account.public ListClustersResult withClusterArns(Collection<String> clusterArns)
Returns a reference to this object so that method calls can be chained together.
clusterArns
- The list of full Amazon Resource Name (ARN) entries for each cluster
associated with your account.public String getNextToken()
nextToken
value to include in a future
ListClusters
request. When the results of a
ListClusters
request exceed maxResults
, this
value can be used to retrieve the next page of results. This value is
null
when there are no more results to return.nextToken
value to include in a future
ListClusters
request. When the results of a
ListClusters
request exceed maxResults
, this
value can be used to retrieve the next page of results. This value is
null
when there are no more results to return.public void setNextToken(String nextToken)
nextToken
value to include in a future
ListClusters
request. When the results of a
ListClusters
request exceed maxResults
, this
value can be used to retrieve the next page of results. This value is
null
when there are no more results to return.nextToken
- The nextToken
value to include in a future
ListClusters
request. When the results of a
ListClusters
request exceed maxResults
, this
value can be used to retrieve the next page of results. This value is
null
when there are no more results to return.public ListClustersResult withNextToken(String nextToken)
nextToken
value to include in a future
ListClusters
request. When the results of a
ListClusters
request exceed maxResults
, this
value can be used to retrieve the next page of results. This value is
null
when there are no more results to return.
Returns a reference to this object so that method calls can be chained together.
nextToken
- The nextToken
value to include in a future
ListClusters
request. When the results of a
ListClusters
request exceed maxResults
, this
value can be used to retrieve the next page of results. This value is
null
when there are no more results to return.public String toString()
toString
in class Object
Object.toString()
public ListClustersResult clone()
Copyright © 2015. All rights reserved.