public class ListIdentitiesResult extends Object implements Serializable, Cloneable
| 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.
|
public void setIdentityPoolId(String identityPoolId)
identityPoolId - An identity pool ID in the format REGION:GUID.public String getIdentityPoolId()
public ListIdentitiesResult withIdentityPoolId(String identityPoolId)
identityPoolId - An identity pool ID in the format REGION:GUID.public List<IdentityDescription> getIdentities()
public void setIdentities(Collection<IdentityDescription> identities)
identities - An object containing a set of identities and associated mappings.public ListIdentitiesResult withIdentities(IdentityDescription... identities)
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)
identities - An object containing a set of identities and associated mappings.public void setNextToken(String nextToken)
nextToken - A pagination token.public String getNextToken()
public ListIdentitiesResult withNextToken(String nextToken)
nextToken - A pagination token.public String toString()
toString in class ObjectObject.toString()public ListIdentitiesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.