public class ListIdentityPoolsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.util.List<IdentityPoolShortDescription> |
identityPools
The identity pools returned by the ListIdentityPools action.
|
private java.lang.String |
nextToken
A pagination token.
|
Constructor and Description |
---|
ListIdentityPoolsResult() |
Modifier and Type | Method and Description |
---|---|
ListIdentityPoolsResult |
clone() |
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.
|
private java.util.List<IdentityPoolShortDescription> identityPools
private java.lang.String nextToken
public java.util.List<IdentityPoolShortDescription> getIdentityPools()
public void setIdentityPools(java.util.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(java.util.Collection<IdentityPoolShortDescription> identityPools)
identityPools
- The identity pools returned by the ListIdentityPools action.public void setNextToken(java.lang.String nextToken)
nextToken
- A pagination token.public java.lang.String getNextToken()
public ListIdentityPoolsResult withNextToken(java.lang.String nextToken)
nextToken
- A pagination token.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListIdentityPoolsResult clone()
clone
in class java.lang.Object