Class ListIdentitiesResult
java.lang.Object
com.amazonaws.services.cognitoidentity.model.ListIdentitiesResult
- All Implemented Interfaces:
Serializable,Cloneable
The response to a ListIdentities request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAn object containing a set of identities and associated mappings.An identity pool ID in the format REGION:GUID.A pagination token.inthashCode()voidsetIdentities(Collection<IdentityDescription> identities) An object containing a set of identities and associated mappings.voidsetIdentityPoolId(String identityPoolId) An identity pool ID in the format REGION:GUID.voidsetNextToken(String nextToken) A pagination token.toString()Returns a string representation of this object; useful for testing and debugging.withIdentities(IdentityDescription... identities) An object containing a set of identities and associated mappings.withIdentities(Collection<IdentityDescription> identities) An object containing a set of identities and associated mappings.withIdentityPoolId(String identityPoolId) An identity pool ID in the format REGION:GUID.withNextToken(String nextToken) A pagination token.
-
Constructor Details
-
ListIdentitiesResult
public ListIdentitiesResult()
-
-
Method Details
-
setIdentityPoolId
An identity pool ID in the format REGION:GUID.- Parameters:
identityPoolId- An identity pool ID in the format REGION:GUID.
-
getIdentityPoolId
An identity pool ID in the format REGION:GUID.- Returns:
- An identity pool ID in the format REGION:GUID.
-
withIdentityPoolId
An identity pool ID in the format REGION:GUID.- Parameters:
identityPoolId- An identity pool ID in the format REGION:GUID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getIdentities
An object containing a set of identities and associated mappings.- Returns:
- An object containing a set of identities and associated mappings.
-
setIdentities
An object containing a set of identities and associated mappings.- Parameters:
identities- An object containing a set of identities and associated mappings.
-
withIdentities
An object containing a set of identities and associated mappings.NOTE: This method appends the values to the existing list (if any). Use
setIdentities(java.util.Collection)orwithIdentities(java.util.Collection)if you want to override the existing values.- Parameters:
identities- An object containing a set of identities and associated mappings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withIdentities
An object containing a set of identities and associated mappings.- Parameters:
identities- An object containing a set of identities and associated mappings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
A pagination token.- Parameters:
nextToken- A pagination token.
-
getNextToken
A pagination token.- Returns:
- A pagination token.
-
withNextToken
A pagination token.- Parameters:
nextToken- A pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-