public class ListIdentityPoolUsageRequest extends AmazonWebServiceRequest implements Serializable
ListIdentityPoolUsage operation
.
Gets a list of identity pools registered with Cognito.
NOOP
Constructor and Description |
---|
ListIdentityPoolUsageRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, 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()
Copyright © 2014. All rights reserved.