public class ListIdentityPoolUsageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListIdentityPoolUsage operation.
Gets a list of identity pools registered with Cognito.
ListIdentityPoolUsage can only be called with developer credentials. You cannot make this API call with the temporary user credentials provided by Cognito Identity.
NOOP| Constructor and Description |
|---|
ListIdentityPoolUsageRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListIdentityPoolUsageRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to be returned.
|
String |
getNextToken()
A pagination token for obtaining the next page of results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned.
|
void |
setNextToken(String nextToken)
A pagination token for obtaining the next page of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentityPoolUsageRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned.
|
ListIdentityPoolUsageRequest |
withNextToken(String nextToken)
A pagination token for obtaining the next page of results.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getNextToken()
public void setNextToken(String nextToken)
nextToken - A pagination token for obtaining the next page of results.public ListIdentityPoolUsageRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - A pagination token for obtaining the next page of results.public Integer getMaxResults()
Constraints:
Length: 0 - 19
Pattern: \d+
public void setMaxResults(Integer maxResults)
Constraints:
Length: 0 - 19
Pattern: \d+
maxResults - The maximum number of results to be returned.public ListIdentityPoolUsageRequest withMaxResults(Integer maxResults)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 19
Pattern: \d+
maxResults - The maximum number of results to be returned.public String toString()
toString in class ObjectObject.toString()public ListIdentityPoolUsageRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.