public class ListIdentityPoolsResult
extends java.lang.Object
implements java.io.Serializable
The result of a successful ListIdentityPools action.
| Constructor and Description |
|---|
ListIdentityPoolsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<IdentityPoolShortDescription> |
getIdentityPools()
The identity pools returned by the ListIdentityPools action.
|
java.lang.String |
getNextToken()
A pagination token.
|
int |
hashCode() |
void |
setIdentityPools(java.util.Collection<IdentityPoolShortDescription> identityPools)
The identity pools returned by the ListIdentityPools action.
|
void |
setNextToken(java.lang.String nextToken)
A pagination token.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentityPoolsResult |
withIdentityPools(java.util.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(java.lang.String nextToken)
A pagination token.
|
public java.util.List<IdentityPoolShortDescription> getIdentityPools()
The identity pools returned by the ListIdentityPools action.
The identity pools returned by the ListIdentityPools action.
public void setIdentityPools(java.util.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(java.util.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 java.lang.String getNextToken()
A pagination token.
Constraints:
Length: 1 - 65535
Pattern: [\S]+
A pagination token.
public void setNextToken(java.lang.String nextToken)
A pagination token.
Constraints:
Length: 1 - 65535
Pattern: [\S]+
nextToken - A pagination token.
public ListIdentityPoolsResult withNextToken(java.lang.String nextToken)
A pagination token.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 65535
Pattern: [\S]+
nextToken - A pagination token.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object