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