public class ListIdentityPoolUsageResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
count
Total number of identities for the identity pool.
|
private SdkInternalList<IdentityPoolUsage> |
identityPoolUsages
Usage information for the identity pools.
|
private java.lang.Integer |
maxResults
The maximum number of results to be returned.
|
private java.lang.String |
nextToken
A pagination token for obtaining the next page of results.
|
Constructor and Description |
---|
ListIdentityPoolUsageResult() |
Modifier and Type | Method and Description |
---|---|
ListIdentityPoolUsageResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getCount()
Total number of identities for the identity pool.
|
java.util.List<IdentityPoolUsage> |
getIdentityPoolUsages()
Usage information for the identity pools.
|
java.lang.Integer |
getMaxResults()
The maximum number of results to be returned.
|
java.lang.String |
getNextToken()
A pagination token for obtaining the next page of results.
|
int |
hashCode() |
void |
setCount(java.lang.Integer count)
Total number of identities for the identity pool.
|
void |
setIdentityPoolUsages(java.util.Collection<IdentityPoolUsage> identityPoolUsages)
Usage information for the identity pools.
|
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to be returned.
|
void |
setNextToken(java.lang.String nextToken)
A pagination token for obtaining the next page of results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentityPoolUsageResult |
withCount(java.lang.Integer count)
Total number of identities for the identity pool.
|
ListIdentityPoolUsageResult |
withIdentityPoolUsages(java.util.Collection<IdentityPoolUsage> identityPoolUsages)
Usage information for the identity pools.
|
ListIdentityPoolUsageResult |
withIdentityPoolUsages(IdentityPoolUsage... identityPoolUsages)
Usage information for the identity pools.
|
ListIdentityPoolUsageResult |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to be returned.
|
ListIdentityPoolUsageResult |
withNextToken(java.lang.String nextToken)
A pagination token for obtaining the next page of results.
|
private SdkInternalList<IdentityPoolUsage> identityPoolUsages
private java.lang.Integer maxResults
private java.lang.Integer count
private java.lang.String nextToken
public java.util.List<IdentityPoolUsage> getIdentityPoolUsages()
public void setIdentityPoolUsages(java.util.Collection<IdentityPoolUsage> identityPoolUsages)
identityPoolUsages
- Usage information for the identity pools.public ListIdentityPoolUsageResult withIdentityPoolUsages(IdentityPoolUsage... identityPoolUsages)
NOTE: This method appends the values to the existing list (if
any). Use setIdentityPoolUsages(java.util.Collection)
or
withIdentityPoolUsages(java.util.Collection)
if you want to
override the existing values.
identityPoolUsages
- Usage information for the identity pools.public ListIdentityPoolUsageResult withIdentityPoolUsages(java.util.Collection<IdentityPoolUsage> identityPoolUsages)
identityPoolUsages
- Usage information for the identity pools.public void setMaxResults(java.lang.Integer maxResults)
maxResults
- The maximum number of results to be returned.public java.lang.Integer getMaxResults()
public ListIdentityPoolUsageResult withMaxResults(java.lang.Integer maxResults)
maxResults
- The maximum number of results to be returned.public void setCount(java.lang.Integer count)
count
- Total number of identities for the identity pool.public java.lang.Integer getCount()
public ListIdentityPoolUsageResult withCount(java.lang.Integer count)
count
- Total number of identities for the identity pool.public void setNextToken(java.lang.String nextToken)
nextToken
- A pagination token for obtaining the next page of results.public java.lang.String getNextToken()
public ListIdentityPoolUsageResult withNextToken(java.lang.String nextToken)
nextToken
- A pagination token for obtaining the next page of results.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 ListIdentityPoolUsageResult clone()
clone
in class java.lang.Object