public class ListIdentityPoolUsageRequest extends AmazonWebServiceRequest implements java.io.Serializable
ListIdentityPoolUsage operation.| Constructor and Description |
|---|
ListIdentityPoolUsageRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMaxResults()
Returns the value of the MaxResults property for this object.
|
java.lang.String |
getNextToken()
Returns the value of the NextToken property for this object.
|
int |
hashCode() |
void |
setMaxResults(java.lang.String maxResults)
Sets the value of the MaxResults property for this object.
|
void |
setNextToken(java.lang.String nextToken)
Sets the value of the NextToken property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentityPoolUsageRequest |
withMaxResults(java.lang.String maxResults)
Sets the value of the MaxResults property for this object.
|
ListIdentityPoolUsageRequest |
withNextToken(java.lang.String nextToken)
Sets the value of the NextToken property for this object.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken - The new value for the NextToken property for this object.public ListIdentityPoolUsageRequest withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - The new value for the NextToken property for this object.public java.lang.String getMaxResults()
Constraints:
Length: 0 - 19
Pattern: \d+
public void setMaxResults(java.lang.String maxResults)
Constraints:
Length: 0 - 19
Pattern: \d+
maxResults - The new value for the MaxResults property for this object.public ListIdentityPoolUsageRequest withMaxResults(java.lang.String maxResults)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 19
Pattern: \d+
maxResults - The new value for the MaxResults property for this object.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