public class ListIdentityPoolUsageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListIdentityPoolUsageRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListIdentityPoolUsageRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to be returned.
|
String |
getNextToken()
A pagination token for obtaining the next page of results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned.
|
void |
setNextToken(String nextToken)
A pagination token for obtaining the next page of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentityPoolUsageRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned.
|
ListIdentityPoolUsageRequest |
withNextToken(String nextToken)
A pagination token for obtaining the next page of results.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
nextToken - A pagination token for obtaining the next page of results.public String getNextToken()
public ListIdentityPoolUsageRequest withNextToken(String nextToken)
nextToken - A pagination token for obtaining the next page of results.public void setMaxResults(Integer maxResults)
maxResults - The maximum number of results to be returned.public Integer getMaxResults()
public ListIdentityPoolUsageRequest withMaxResults(Integer maxResults)
maxResults - The maximum number of results to be returned.public String toString()
toString in class ObjectObject.toString()public ListIdentityPoolUsageRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.