public class ListIdentityPoolsResult extends Object implements Serializable
The result of a successful ListIdentityPools action.
Constructor and Description |
---|
ListIdentityPoolsResult() |
Modifier and Type | Method and Description |
---|---|
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)
Returns a reference to this object so that method calls can be chained together.
identityPools
- The identity pools returned by the ListIdentityPools action.public ListIdentityPoolsResult withIdentityPools(Collection<IdentityPoolShortDescription> identityPools)
Returns a reference to this object so that method calls can be chained together.
identityPools
- The identity pools returned by the ListIdentityPools action.public String getNextToken()
Constraints:
Length: 1 -
public void setNextToken(String nextToken)
Constraints:
Length: 1 -
nextToken
- A pagination token.public ListIdentityPoolsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
nextToken
- A pagination token.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.