@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCollectionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCollectionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListCollectionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of collection IDs to return.
|
String |
getNextToken()
Pagination token from the previous response.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of collection IDs to return.
|
void |
setNextToken(String nextToken)
Pagination token from the previous response.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListCollectionsRequest |
withMaxResults(Integer maxResults)
Maximum number of collection IDs to return.
|
ListCollectionsRequest |
withNextToken(String nextToken)
Pagination token from the previous response.
|
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 setNextToken(String nextToken)
Pagination token from the previous response.
nextToken
- Pagination token from the previous response.public String getNextToken()
Pagination token from the previous response.
public ListCollectionsRequest withNextToken(String nextToken)
Pagination token from the previous response.
nextToken
- Pagination token from the previous response.public void setMaxResults(Integer maxResults)
Maximum number of collection IDs to return.
maxResults
- Maximum number of collection IDs to return.public Integer getMaxResults()
Maximum number of collection IDs to return.
public ListCollectionsRequest withMaxResults(Integer maxResults)
Maximum number of collection IDs to return.
maxResults
- Maximum number of collection IDs to return.public String toString()
toString
in class Object
Object.toString()
public ListCollectionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.