@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIdentityPoolsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a successful ListIdentityPools action.
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<IdentityPoolShortDescription> getIdentityPools()
The identity pools returned by the ListIdentityPools action.
public void setIdentityPools(Collection<IdentityPoolShortDescription> identityPools)
The identity pools returned by the ListIdentityPools action.
identityPools
- The identity pools returned by the ListIdentityPools action.public ListIdentityPoolsResult withIdentityPools(IdentityPoolShortDescription... identityPools)
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)
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)
The identity pools returned by the ListIdentityPools action.
identityPools
- The identity pools returned by the ListIdentityPools action.public void setNextToken(String nextToken)
A pagination token.
nextToken
- A pagination token.public String getNextToken()
A pagination token.
public ListIdentityPoolsResult withNextToken(String nextToken)
A pagination token.
nextToken
- A pagination token.public String toString()
toString
in class Object
Object.toString()
public ListIdentityPoolsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.