public class ListIdentitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListIdentities operation.
Lists the identities in a pool.
NOOP| Constructor and Description |
|---|
ListIdentitiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListIdentitiesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
|
Integer |
getMaxResults()
The maximum number of identities to return.
|
String |
getNextToken()
A pagination token.
|
int |
hashCode() |
void |
setIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
void |
setMaxResults(Integer maxResults)
The maximum number of identities to return.
|
void |
setNextToken(String nextToken)
A pagination token.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentitiesRequest |
withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
ListIdentitiesRequest |
withMaxResults(Integer maxResults)
The maximum number of identities to return.
|
ListIdentitiesRequest |
withNextToken(String nextToken)
A pagination token.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getIdentityPoolId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityPoolId(String identityPoolId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - An identity pool ID in the format REGION:GUID.public ListIdentitiesRequest withIdentityPoolId(String identityPoolId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - An identity pool ID in the format REGION:GUID.public Integer getMaxResults()
Constraints:
Range: 1 - 60
public void setMaxResults(Integer maxResults)
Constraints:
Range: 1 - 60
maxResults - The maximum number of identities to return.public ListIdentitiesRequest withMaxResults(Integer maxResults)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 60
maxResults - The maximum number of identities to return.public String getNextToken()
Constraints:
Length: 1 -
Pattern: [\S]+
public void setNextToken(String nextToken)
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken - A pagination token.public ListIdentitiesRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken - A pagination token.public String toString()
toString in class ObjectObject.toString()public ListIdentitiesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.