public class ListIdentityPoolsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ListIdentityPoolsResult() |
Modifier and Type | Method and Description |
---|---|
ListIdentityPoolsResult |
clone() |
boolean |
equals(Object obj) |
List<IdentityPoolShortDescription> |
getIdentityPools()
The identity pools returned by the ListIdentityPools action.
|
String |
getNextToken()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentityPoolsResult |
withIdentityPools(Collection<IdentityPoolShortDescription> identityPools)
The identity pools returned by the ListIdentityPools action.
|
ListIdentityPoolsResult |
withIdentityPools(IdentityPoolShortDescription... identityPools)
The identity pools returned by the ListIdentityPools action.
|
ListIdentityPoolsResult |
withNextToken(String nextToken)
A pagination token.
|
public List<IdentityPoolShortDescription> getIdentityPools()
public void setIdentityPools(Collection<IdentityPoolShortDescription> identityPools)
identityPools
- The identity pools returned by the ListIdentityPools action.public ListIdentityPoolsResult withIdentityPools(IdentityPoolShortDescription... identityPools)
NOTE: This method appends the values to the existing list (if
any). Use setIdentityPools(java.util.Collection)
or
withIdentityPools(java.util.Collection)
if you want to override
the existing values.
identityPools
- The identity pools returned by the ListIdentityPools action.public ListIdentityPoolsResult withIdentityPools(Collection<IdentityPoolShortDescription> identityPools)
identityPools
- The identity pools returned by the ListIdentityPools action.public void setNextToken(String nextToken)
nextToken
- A pagination token.public String getNextToken()
public ListIdentityPoolsResult withNextToken(String nextToken)
nextToken
- A pagination token.public String toString()
toString
in class Object
Object.toString()
public ListIdentityPoolsResult clone()
Copyright © 2015. All rights reserved.