@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIdentityPoolsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Input to the ListIdentityPools action.
NOOP
Constructor and Description |
---|
ListIdentityPoolsRequest() |
Modifier and Type | Method and Description |
---|---|
ListIdentityPoolsRequest |
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 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.
|
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 maximum number of identities to return.
maxResults
- The maximum number of identities to return.public Integer getMaxResults()
The maximum number of identities to return.
public ListIdentityPoolsRequest withMaxResults(Integer maxResults)
The maximum number of identities to return.
maxResults
- The maximum number of identities to return.public void setNextToken(String nextToken)
A pagination token.
nextToken
- A pagination token.public String getNextToken()
A pagination token.
public ListIdentityPoolsRequest withNextToken(String nextToken)
A pagination token.
nextToken
- A pagination token.public String toString()
toString
in class Object
Object.toString()
public ListIdentityPoolsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.