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()
The identity pools returned by the ListIdentityPools action.
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.
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)
The identity pools returned by the ListIdentityPools action.
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()
A pagination token.
Constraints:
Length: 1 -
Pattern: [\S]+
A pagination token.
public void setNextToken(String nextToken)
A pagination token.
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken - A pagination token.
public ListIdentityPoolsResult withNextToken(String nextToken)
A pagination token.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken - A pagination token.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.