@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListClustersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListClustersRequest() |
Modifier and Type | Method and Description |
---|---|
ListClustersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The number of
ClusterListEntry objects to return. |
String |
getNextToken()
HTTP requests are stateless.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The number of
ClusterListEntry objects to return. |
void |
setNextToken(String nextToken)
HTTP requests are stateless.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListClustersRequest |
withMaxResults(Integer maxResults)
The number of
ClusterListEntry objects to return. |
ListClustersRequest |
withNextToken(String nextToken)
HTTP requests are stateless.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMaxResults(Integer maxResults)
The number of ClusterListEntry
objects to return.
maxResults
- The number of ClusterListEntry
objects to return.public Integer getMaxResults()
The number of ClusterListEntry
objects to return.
ClusterListEntry
objects to return.public ListClustersRequest withMaxResults(Integer maxResults)
The number of ClusterListEntry
objects to return.
maxResults
- The number of ClusterListEntry
objects to return.public void setNextToken(String nextToken)
HTTP requests are stateless. To identify what object comes "next" in the list of ClusterListEntry
objects, you have the option of specifying NextToken
as the starting point for your returned list.
nextToken
- HTTP requests are stateless. To identify what object comes "next" in the list of
ClusterListEntry
objects, you have the option of specifying NextToken
as the
starting point for your returned list.public String getNextToken()
HTTP requests are stateless. To identify what object comes "next" in the list of ClusterListEntry
objects, you have the option of specifying NextToken
as the starting point for your returned list.
ClusterListEntry
objects, you have the option of specifying NextToken
as the
starting point for your returned list.public ListClustersRequest withNextToken(String nextToken)
HTTP requests are stateless. To identify what object comes "next" in the list of ClusterListEntry
objects, you have the option of specifying NextToken
as the starting point for your returned list.
nextToken
- HTTP requests are stateless. To identify what object comes "next" in the list of
ClusterListEntry
objects, you have the option of specifying NextToken
as the
starting point for your returned list.public String toString()
toString
in class Object
Object.toString()
public ListClustersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.