@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 maximum number of elastic cluster snapshot results to receive in the response.
|
String |
getNextToken()
A pagination token provided by a previous request.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of elastic cluster snapshot results to receive in the response.
|
void |
setNextToken(String nextToken)
A pagination token provided by a previous request.
|
String |
toString()
Returns a string representation of this object.
|
ListClustersRequest |
withMaxResults(Integer maxResults)
The maximum number of elastic cluster snapshot results to receive in the response.
|
ListClustersRequest |
withNextToken(String nextToken)
A pagination token provided by a previous request.
|
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, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
The maximum number of elastic cluster snapshot results to receive in the response.
maxResults - The maximum number of elastic cluster snapshot results to receive in the response.public Integer getMaxResults()
The maximum number of elastic cluster snapshot results to receive in the response.
public ListClustersRequest withMaxResults(Integer maxResults)
The maximum number of elastic cluster snapshot results to receive in the response.
maxResults - The maximum number of elastic cluster snapshot results to receive in the response.public void setNextToken(String nextToken)
A pagination token provided by a previous request. If this parameter is specified, the response includes only
records beyond this token, up to the value specified by max-results.
If there is no more data in the responce, the nextToken will not be returned.
nextToken - A pagination token provided by a previous request. If this parameter is specified, the response includes
only records beyond this token, up to the value specified by max-results.
If there is no more data in the responce, the nextToken will not be returned.
public String getNextToken()
A pagination token provided by a previous request. If this parameter is specified, the response includes only
records beyond this token, up to the value specified by max-results.
If there is no more data in the responce, the nextToken will not be returned.
max-results.
If there is no more data in the responce, the nextToken will not be returned.
public ListClustersRequest withNextToken(String nextToken)
A pagination token provided by a previous request. If this parameter is specified, the response includes only
records beyond this token, up to the value specified by max-results.
If there is no more data in the responce, the nextToken will not be returned.
nextToken - A pagination token provided by a previous request. If this parameter is specified, the response includes
only records beyond this token, up to the value specified by max-results.
If there is no more data in the responce, the nextToken will not be returned.
public String toString()
toString in class ObjectObject.toString()public ListClustersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()