public class ListIdentityPoolUsageResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ListIdentityPoolUsageResult() |
| Modifier and Type | Method and Description |
|---|---|
ListIdentityPoolUsageResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getCount()
Total number of identities for the identity pool.
|
List<IdentityPoolUsage> |
getIdentityPoolUsages()
Usage information for the identity pools.
|
Integer |
getMaxResults()
The maximum number of results to be returned.
|
String |
getNextToken()
A pagination token for obtaining the next page of results.
|
int |
hashCode() |
void |
setCount(Integer count)
Total number of identities for the identity pool.
|
void |
setIdentityPoolUsages(Collection<IdentityPoolUsage> identityPoolUsages)
Usage information for the identity pools.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned.
|
void |
setNextToken(String nextToken)
A pagination token for obtaining the next page of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentityPoolUsageResult |
withCount(Integer count)
Total number of identities for the identity pool.
|
ListIdentityPoolUsageResult |
withIdentityPoolUsages(Collection<IdentityPoolUsage> identityPoolUsages)
Usage information for the identity pools.
|
ListIdentityPoolUsageResult |
withIdentityPoolUsages(IdentityPoolUsage... identityPoolUsages)
Usage information for the identity pools.
|
ListIdentityPoolUsageResult |
withMaxResults(Integer maxResults)
The maximum number of results to be returned.
|
ListIdentityPoolUsageResult |
withNextToken(String nextToken)
A pagination token for obtaining the next page of results.
|
public List<IdentityPoolUsage> getIdentityPoolUsages()
public void setIdentityPoolUsages(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(Collection<IdentityPoolUsage> identityPoolUsages)
identityPoolUsages - Usage information for the identity pools.public void setMaxResults(Integer maxResults)
maxResults - The maximum number of results to be returned.public Integer getMaxResults()
public ListIdentityPoolUsageResult withMaxResults(Integer maxResults)
maxResults - The maximum number of results to be returned.public void setCount(Integer count)
count - Total number of identities for the identity pool.public Integer getCount()
public ListIdentityPoolUsageResult withCount(Integer count)
count - Total number of identities for the identity pool.public void setNextToken(String nextToken)
nextToken - A pagination token for obtaining the next page of results.public String getNextToken()
public ListIdentityPoolUsageResult withNextToken(String nextToken)
nextToken - A pagination token for obtaining the next page of results.public String toString()
toString in class ObjectObject.toString()public ListIdentityPoolUsageResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.