public class ListIdentitiesResult extends Object implements Serializable
The response to a ListIdentities request.
Constructor and Description |
---|
ListIdentitiesResult() |
Modifier and Type | Method and Description |
---|---|
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 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 ListIdentitiesResult 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 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)
Returns a reference to this object so that method calls can be chained together.
identities
- An object containing a set of identities and associated mappings.public ListIdentitiesResult withIdentities(Collection<IdentityDescription> identities)
Returns a reference to this object so that method calls can be chained together.
identities
- An object containing a set of identities and associated mappings.public String getNextToken()
Constraints:
Length: 1 -
public void setNextToken(String nextToken)
Constraints:
Length: 1 -
nextToken
- A pagination token.public ListIdentitiesResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
nextToken
- A pagination token.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.