Class ListIdentityPoolsResult
java.lang.Object
com.amazonaws.services.cognitoidentity.model.ListIdentityPoolsResult
- All Implemented Interfaces:
Serializable
,Cloneable
The result of a successful ListIdentityPools action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The identity pools returned by the ListIdentityPools action.A pagination token.int
hashCode()
void
setIdentityPools
(Collection<IdentityPoolShortDescription> identityPools) The identity pools returned by the ListIdentityPools action.void
setNextToken
(String nextToken) A pagination token.toString()
Returns a string representation of this object; useful for testing and debugging.withIdentityPools
(IdentityPoolShortDescription... identityPools) The identity pools returned by the ListIdentityPools action.withIdentityPools
(Collection<IdentityPoolShortDescription> identityPools) The identity pools returned by the ListIdentityPools action.withNextToken
(String nextToken) A pagination token.
-
Constructor Details
-
ListIdentityPoolsResult
public ListIdentityPoolsResult()
-
-
Method Details
-
getIdentityPools
The identity pools returned by the ListIdentityPools action.- Returns:
- The identity pools returned by the ListIdentityPools action.
-
setIdentityPools
The identity pools returned by the ListIdentityPools action.- Parameters:
identityPools
- The identity pools returned by the ListIdentityPools action.
-
withIdentityPools
The identity pools returned by the ListIdentityPools action.NOTE: This method appends the values to the existing list (if any). Use
setIdentityPools(java.util.Collection)
orwithIdentityPools(java.util.Collection)
if you want to override the existing values.- Parameters:
identityPools
- The identity pools returned by the ListIdentityPools action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withIdentityPools
public ListIdentityPoolsResult withIdentityPools(Collection<IdentityPoolShortDescription> identityPools) The identity pools returned by the ListIdentityPools action.- Parameters:
identityPools
- The identity pools returned by the ListIdentityPools action.- 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
-