public class ListIdentitiesResult
extends java.lang.Object
implements java.io.Serializable
The response to a ListIdentities request.
| Constructor and Description |
|---|
ListIdentitiesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<IdentityDescription> |
getIdentities()
An object containing a set of identities and associated mappings.
|
java.lang.String |
getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
|
java.lang.String |
getNextToken()
A pagination token.
|
int |
hashCode() |
void |
setIdentities(java.util.Collection<IdentityDescription> identities)
An object containing a set of identities and associated mappings.
|
void |
setIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
void |
setNextToken(java.lang.String nextToken)
A pagination token.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentitiesResult |
withIdentities(java.util.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(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
ListIdentitiesResult |
withNextToken(java.lang.String nextToken)
A pagination token.
|
public java.lang.String getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
An identity pool ID in the format REGION:GUID.
public void setIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - An identity pool ID in the format REGION:GUID.
public ListIdentitiesResult withIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - An identity pool ID in the format REGION:GUID.
public java.util.List<IdentityDescription> getIdentities()
An object containing a set of identities and associated mappings.
An object containing a set of identities and associated mappings.
public void setIdentities(java.util.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.
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(java.util.Collection<IdentityDescription> identities)
An object containing a set of identities and associated mappings.
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 java.lang.String getNextToken()
A pagination token.
Constraints:
Length: 1 - 65535
Pattern: [\S]+
A pagination token.
public void setNextToken(java.lang.String nextToken)
A pagination token.
Constraints:
Length: 1 - 65535
Pattern: [\S]+
nextToken - A pagination token.
public ListIdentitiesResult withNextToken(java.lang.String nextToken)
A pagination token.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 65535
Pattern: [\S]+
nextToken - A pagination token.
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