public class ListIdentityPoolsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListIdentityPoolsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<IdentityPoolShortDescription> |
getIdentityPools()
Returns the value of the IdentityPools property for this object.
|
java.lang.String |
getNextToken()
Returns the value of the NextToken property for this object.
|
int |
hashCode() |
void |
setIdentityPools(java.util.Collection<IdentityPoolShortDescription> identityPools)
Sets the value of the IdentityPools property for this object.
|
void |
setNextToken(java.lang.String nextToken)
Sets the value of the NextToken property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentityPoolsResult |
withIdentityPools(java.util.Collection<IdentityPoolShortDescription> identityPools)
Sets the value of the IdentityPools property for this object.
|
ListIdentityPoolsResult |
withIdentityPools(IdentityPoolShortDescription... identityPools)
Sets the value of the IdentityPools property for this object.
|
ListIdentityPoolsResult |
withNextToken(java.lang.String nextToken)
Sets the value of the NextToken property for this object.
|
public java.util.List<IdentityPoolShortDescription> getIdentityPools()
public void setIdentityPools(java.util.Collection<IdentityPoolShortDescription> identityPools)
identityPools - The new value for the IdentityPools property for this object.public ListIdentityPoolsResult withIdentityPools(IdentityPoolShortDescription... identityPools)
Returns a reference to this object so that method calls can be chained together.
identityPools - The new value for the IdentityPools property for this object.public ListIdentityPoolsResult withIdentityPools(java.util.Collection<IdentityPoolShortDescription> identityPools)
Returns a reference to this object so that method calls can be chained together.
identityPools - The new value for the IdentityPools property for this object.public java.lang.String getNextToken()
Constraints:
Length: 1 -
Pattern: [\S]+
public void setNextToken(java.lang.String nextToken)
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken - The new value for the NextToken property for this object.public ListIdentityPoolsResult withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken - The new value for the NextToken property for this object.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