@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIdentitiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response to a ListIdentities request.
Constructor and Description |
---|
ListIdentitiesResult() |
Modifier and Type | Method and Description |
---|---|
ListIdentitiesResult |
clone() |
boolean |
equals(Object obj) |
List<IdentityDescription> |
getIdentities()
An object containing a set of identities and associated mappings.
|
String |
getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
|
String |
getNextToken()
A pagination token.
|
int |
hashCode() |
void |
setIdentities(Collection<IdentityDescription> identities)
An object containing a set of identities and associated mappings.
|
void |
setIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
void |
setNextToken(String nextToken)
A pagination token.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListIdentitiesResult |
withIdentities(Collection<IdentityDescription> identities)
An object containing a set of identities and associated mappings.
|
ListIdentitiesResult |
withIdentities(IdentityDescription... identities)
An object containing a set of identities and associated mappings.
|
ListIdentitiesResult |
withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
ListIdentitiesResult |
withNextToken(String nextToken)
A pagination token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
identityPoolId
- An identity pool ID in the format REGION:GUID.public String getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
public ListIdentitiesResult withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
identityPoolId
- An identity pool ID in the format REGION:GUID.public List<IdentityDescription> getIdentities()
An object containing a set of identities and associated mappings.
public void setIdentities(Collection<IdentityDescription> identities)
An object containing a set of identities and associated mappings.
identities
- An object containing a set of identities and associated mappings.public ListIdentitiesResult withIdentities(IdentityDescription... identities)
An object containing a set of identities and associated mappings.
NOTE: This method appends the values to the existing list (if any). Use
setIdentities(java.util.Collection)
or withIdentities(java.util.Collection)
if you want to
override the existing values.
identities
- An object containing a set of identities and associated mappings.public ListIdentitiesResult withIdentities(Collection<IdentityDescription> identities)
An object containing a set of identities and associated mappings.
identities
- An object containing a set of identities and associated mappings.public void setNextToken(String nextToken)
A pagination token.
nextToken
- A pagination token.public String getNextToken()
A pagination token.
public ListIdentitiesResult withNextToken(String nextToken)
A pagination token.
nextToken
- A pagination token.public String toString()
toString
in class Object
Object.toString()
public ListIdentitiesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.