public class ListIdentityPoolUsageResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListIdentityPoolUsageResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getCount()
Returns the value of the Count property for this object.
|
java.util.List<IdentityPoolUsage> |
getIdentityPoolUsages()
Returns the value of the IdentityPoolUsages property for this object.
|
java.lang.Integer |
getMaxResults()
Returns the value of the MaxResults property for this object.
|
java.lang.String |
getNextToken()
Returns the value of the NextToken property for this object.
|
int |
hashCode() |
void |
setCount(java.lang.Integer count)
Sets the value of the Count property for this object.
|
void |
setIdentityPoolUsages(java.util.Collection<IdentityPoolUsage> identityPoolUsages)
Sets the value of the IdentityPoolUsages property for this object.
|
void |
setMaxResults(java.lang.Integer maxResults)
Sets the value of the MaxResults 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.
|
ListIdentityPoolUsageResult |
withCount(java.lang.Integer count)
Sets the value of the Count property for this object.
|
ListIdentityPoolUsageResult |
withIdentityPoolUsages(java.util.Collection<IdentityPoolUsage> identityPoolUsages)
Sets the value of the IdentityPoolUsages property for this object.
|
ListIdentityPoolUsageResult |
withIdentityPoolUsages(IdentityPoolUsage... identityPoolUsages)
Sets the value of the IdentityPoolUsages property for this object.
|
ListIdentityPoolUsageResult |
withMaxResults(java.lang.Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListIdentityPoolUsageResult |
withNextToken(java.lang.String nextToken)
Sets the value of the NextToken property for this object.
|
public java.util.List<IdentityPoolUsage> getIdentityPoolUsages()
public void setIdentityPoolUsages(java.util.Collection<IdentityPoolUsage> identityPoolUsages)
identityPoolUsages - The new value for the IdentityPoolUsages property for this object.public ListIdentityPoolUsageResult withIdentityPoolUsages(IdentityPoolUsage... identityPoolUsages)
Returns a reference to this object so that method calls can be chained together.
identityPoolUsages - The new value for the IdentityPoolUsages property for this object.public ListIdentityPoolUsageResult withIdentityPoolUsages(java.util.Collection<IdentityPoolUsage> identityPoolUsages)
Returns a reference to this object so that method calls can be chained together.
identityPoolUsages - The new value for the IdentityPoolUsages property for this object.public java.lang.Integer getMaxResults()
public void setMaxResults(java.lang.Integer maxResults)
maxResults - The new value for the MaxResults property for this object.public ListIdentityPoolUsageResult withMaxResults(java.lang.Integer maxResults)
Returns a reference to this object so that method calls can be chained together.
maxResults - The new value for the MaxResults property for this object.public java.lang.Integer getCount()
public void setCount(java.lang.Integer count)
count - The new value for the Count property for this object.public ListIdentityPoolUsageResult withCount(java.lang.Integer count)
Returns a reference to this object so that method calls can be chained together.
count - The new value for the Count property for this object.public java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken - The new value for the NextToken property for this object.public ListIdentityPoolUsageResult withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
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