@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListKxClustersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListKxClustersResult() |
Modifier and Type | Method and Description |
---|---|
ListKxClustersResult |
clone() |
boolean |
equals(Object obj) |
List<KxCluster> |
getKxClusterSummaries()
Lists the cluster details.
|
String |
getNextToken()
A token that indicates where a results page should begin.
|
int |
hashCode() |
void |
setKxClusterSummaries(Collection<KxCluster> kxClusterSummaries)
Lists the cluster details.
|
void |
setNextToken(String nextToken)
A token that indicates where a results page should begin.
|
String |
toString()
Returns a string representation of this object.
|
ListKxClustersResult |
withKxClusterSummaries(Collection<KxCluster> kxClusterSummaries)
Lists the cluster details.
|
ListKxClustersResult |
withKxClusterSummaries(KxCluster... kxClusterSummaries)
Lists the cluster details.
|
ListKxClustersResult |
withNextToken(String nextToken)
A token that indicates where a results page should begin.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<KxCluster> getKxClusterSummaries()
Lists the cluster details.
public void setKxClusterSummaries(Collection<KxCluster> kxClusterSummaries)
Lists the cluster details.
kxClusterSummaries
- Lists the cluster details.public ListKxClustersResult withKxClusterSummaries(KxCluster... kxClusterSummaries)
Lists the cluster details.
NOTE: This method appends the values to the existing list (if any). Use
setKxClusterSummaries(java.util.Collection)
or withKxClusterSummaries(java.util.Collection)
if
you want to override the existing values.
kxClusterSummaries
- Lists the cluster details.public ListKxClustersResult withKxClusterSummaries(Collection<KxCluster> kxClusterSummaries)
Lists the cluster details.
kxClusterSummaries
- Lists the cluster details.public void setNextToken(String nextToken)
A token that indicates where a results page should begin.
nextToken
- A token that indicates where a results page should begin.public String getNextToken()
A token that indicates where a results page should begin.
public ListKxClustersResult withNextToken(String nextToken)
A token that indicates where a results page should begin.
nextToken
- A token that indicates where a results page should begin.public String toString()
toString
in class Object
Object.toString()
public ListKxClustersResult clone()