public class ListIdentityPoolsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists all of the Cognito identity pools registered for your account.
You must use AWS Developer credentials to call this API.
| Constructor and Description |
|---|
ListIdentityPoolsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxResults()
The maximum number of identities to return.
|
java.lang.String |
getNextToken()
A pagination token.
|
int |
hashCode() |
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of identities to return.
|
void |
setNextToken(java.lang.String nextToken)
A pagination token.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentityPoolsRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of identities to return.
|
ListIdentityPoolsRequest |
withNextToken(java.lang.String nextToken)
A pagination token.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.Integer getMaxResults()
The maximum number of identities to return.
Constraints:
Range: 1 - 60
The maximum number of identities to return.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of identities to return.
Constraints:
Range: 1 - 60
maxResults - The maximum number of identities to return.
public ListIdentityPoolsRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of identities to return.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 60
maxResults - The maximum number of identities to return.
public java.lang.String getNextToken()
A pagination token.
Constraints:
Length: 1 - 65535
Pattern: [\S]+
A pagination token.
public void setNextToken(java.lang.String nextToken)
A pagination token.
Constraints:
Length: 1 - 65535
Pattern: [\S]+
nextToken - A pagination token.
public ListIdentityPoolsRequest withNextToken(java.lang.String nextToken)
A pagination token.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 65535
Pattern: [\S]+
nextToken - A pagination token.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object