public class ListIdentityPoolsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListIdentityPools operation
.
Lists all of the Cognito identity pools registered for your account.
This is a public API. You do not need any credentials to call this API.
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.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public Integer getMaxResults()
Constraints:
Range: 1 - 60
public void setMaxResults(Integer maxResults)
Constraints:
Range: 1 - 60
maxResults
- The maximum number of identities to return.public ListIdentityPoolsRequest withMaxResults(Integer maxResults)
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 String getNextToken()
Constraints:
Length: 1 -
Pattern: [\S]+
public void setNextToken(String nextToken)
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken
- A pagination token.public ListIdentityPoolsRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken
- A pagination token.public String toString()
toString
in class Object
Object.toString()
public ListIdentityPoolsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.