public class ListIdentitiesResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListIdentitiesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<IdentityDescription> |
getIdentities()
Returns the value of the Identities property for this object.
|
java.lang.String |
getIdentityPoolId()
Returns the value of the IdentityPoolId property for this object.
|
java.lang.String |
getNextToken()
Returns the value of the NextToken property for this object.
|
int |
hashCode() |
void |
setIdentities(java.util.Collection<IdentityDescription> identities)
Sets the value of the Identities property for this object.
|
void |
setIdentityPoolId(java.lang.String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
void |
setNextToken(java.lang.String nextToken)
Sets the value of the NextToken property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentitiesResult |
withIdentities(java.util.Collection<IdentityDescription> identities)
Sets the value of the Identities property for this object.
|
ListIdentitiesResult |
withIdentities(IdentityDescription... identities)
Sets the value of the Identities property for this object.
|
ListIdentitiesResult |
withIdentityPoolId(java.lang.String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
ListIdentitiesResult |
withNextToken(java.lang.String nextToken)
Sets the value of the NextToken property for this object.
|
public java.lang.String getIdentityPoolId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityPoolId(java.lang.String identityPoolId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - The new value for the IdentityPoolId property for this object.public ListIdentitiesResult withIdentityPoolId(java.lang.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 - The new value for the IdentityPoolId property for this object.public java.util.List<IdentityDescription> getIdentities()
public void setIdentities(java.util.Collection<IdentityDescription> identities)
identities - The new value for the Identities property for this object.public ListIdentitiesResult withIdentities(IdentityDescription... identities)
Returns a reference to this object so that method calls can be chained together.
identities - The new value for the Identities property for this object.public ListIdentitiesResult withIdentities(java.util.Collection<IdentityDescription> identities)
Returns a reference to this object so that method calls can be chained together.
identities - The new value for the Identities property for this object.public java.lang.String getNextToken()
Constraints:
Length: 1 -
Pattern: [\S]+
public void setNextToken(java.lang.String nextToken)
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken - The new value for the NextToken property for this object.public ListIdentitiesResult withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken - The new value for the NextToken property for this object.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