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()
Creates a shallow clone of this request.
|
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, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public ListIdentityPoolUsageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.