public class ListIdentityPoolsRequest extends AmazonWebServiceRequest implements java.io.Serializable
ListIdentityPools operation.| Constructor and Description |
|---|
ListIdentityPoolsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
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.Integer 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.
|
ListIdentityPoolsRequest |
withMaxResults(java.lang.Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListIdentityPoolsRequest |
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.Integer getMaxResults()
Constraints:
Range: 1 - 60
public void setMaxResults(java.lang.Integer maxResults)
Constraints:
Range: 1 - 60
maxResults - The new value for the MaxResults property for this object.public ListIdentityPoolsRequest withMaxResults(java.lang.Integer maxResults)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 60
maxResults - The new value for the MaxResults property for this object.public java.lang.String getNextToken()
Constraints:
Length: 1 -
Pattern: [\S]+
public void setNextToken(java.lang.String nextToken)
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken - The new value for the NextToken property for this object.public ListIdentityPoolsRequest withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken - The new value for the NextToken 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