public class ListIdentityPoolsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListIdentityPoolsRequest() |
Modifier and Type | Method and Description |
---|---|
ListIdentityPoolsRequest |
clone() |
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public ListIdentityPoolsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.