@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClustersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeClustersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeClustersResult |
clone() |
boolean |
equals(Object obj) |
List<Cluster> |
getClusters()
The descriptions of your DAX clusters, in response to a DescribeClusters request.
|
String |
getNextToken()
Provides an identifier to allow retrieval of paginated results.
|
int |
hashCode() |
void |
setClusters(Collection<Cluster> clusters)
The descriptions of your DAX clusters, in response to a DescribeClusters request.
|
void |
setNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeClustersResult |
withClusters(Cluster... clusters)
The descriptions of your DAX clusters, in response to a DescribeClusters request.
|
DescribeClustersResult |
withClusters(Collection<Cluster> clusters)
The descriptions of your DAX clusters, in response to a DescribeClusters request.
|
DescribeClustersResult |
withNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
nextToken
- Provides an identifier to allow retrieval of paginated results.public String getNextToken()
Provides an identifier to allow retrieval of paginated results.
public DescribeClustersResult withNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
nextToken
- Provides an identifier to allow retrieval of paginated results.public List<Cluster> getClusters()
The descriptions of your DAX clusters, in response to a DescribeClusters request.
public void setClusters(Collection<Cluster> clusters)
The descriptions of your DAX clusters, in response to a DescribeClusters request.
clusters
- The descriptions of your DAX clusters, in response to a DescribeClusters request.public DescribeClustersResult withClusters(Cluster... clusters)
The descriptions of your DAX clusters, in response to a DescribeClusters request.
NOTE: This method appends the values to the existing list (if any). Use
setClusters(java.util.Collection)
or withClusters(java.util.Collection)
if you want to override
the existing values.
clusters
- The descriptions of your DAX clusters, in response to a DescribeClusters request.public DescribeClustersResult withClusters(Collection<Cluster> clusters)
The descriptions of your DAX clusters, in response to a DescribeClusters request.
clusters
- The descriptions of your DAX clusters, in response to a DescribeClusters request.public String toString()
toString
in class Object
Object.toString()
public DescribeClustersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.