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()
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(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(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 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(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(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 String getNextToken()
A pagination token.
Constraints:
Length: 1 -
Pattern: [\S]+
A pagination token.
public void setNextToken(String nextToken)
A pagination token.
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken - A pagination token.
public ListIdentitiesResult withNextToken(String nextToken)
A pagination token.
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()Copyright © 2019. All rights reserved.