Class ListIdentityPoolUsageResult
java.lang.Object
com.amazonaws.services.cognitosync.model.ListIdentityPoolUsageResult
- All Implemented Interfaces:
Serializable
,Cloneable
Returned for a successful ListIdentityPoolUsage request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getCount()
Total number of identities for the identity pool.Usage information for the identity pools.The maximum number of results to be returned.A pagination token for obtaining the next page of results.int
hashCode()
void
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.toString()
Returns a string representation of this object; useful for testing and debugging.Total number of identities for the identity pool.withIdentityPoolUsages
(IdentityPoolUsage... identityPoolUsages) Usage information for the identity pools.withIdentityPoolUsages
(Collection<IdentityPoolUsage> identityPoolUsages) Usage information for the identity pools.withMaxResults
(Integer maxResults) The maximum number of results to be returned.withNextToken
(String nextToken) A pagination token for obtaining the next page of results.
-
Constructor Details
-
ListIdentityPoolUsageResult
public ListIdentityPoolUsageResult()
-
-
Method Details
-
getIdentityPoolUsages
Usage information for the identity pools.- Returns:
- Usage information for the identity pools.
-
setIdentityPoolUsages
Usage information for the identity pools.- Parameters:
identityPoolUsages
- Usage information for the identity pools.
-
withIdentityPoolUsages
Usage information for the identity pools.NOTE: This method appends the values to the existing list (if any). Use
setIdentityPoolUsages(java.util.Collection)
orwithIdentityPoolUsages(java.util.Collection)
if you want to override the existing values.- Parameters:
identityPoolUsages
- Usage information for the identity pools.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withIdentityPoolUsages
public ListIdentityPoolUsageResult withIdentityPoolUsages(Collection<IdentityPoolUsage> identityPoolUsages) Usage information for the identity pools.- Parameters:
identityPoolUsages
- Usage information for the identity pools.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxResults
The maximum number of results to be returned.- Parameters:
maxResults
- The maximum number of results to be returned.
-
getMaxResults
The maximum number of results to be returned.- Returns:
- The maximum number of results to be returned.
-
withMaxResults
The maximum number of results to be returned.- Parameters:
maxResults
- The maximum number of results to be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCount
Total number of identities for the identity pool.- Parameters:
count
- Total number of identities for the identity pool.
-
getCount
Total number of identities for the identity pool.- Returns:
- Total number of identities for the identity pool.
-
withCount
Total number of identities for the identity pool.- Parameters:
count
- Total number of identities for the identity pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
A pagination token for obtaining the next page of results.- Parameters:
nextToken
- A pagination token for obtaining the next page of results.
-
getNextToken
A pagination token for obtaining the next page of results.- Returns:
- A pagination token for obtaining the next page of results.
-
withNextToken
A pagination token for obtaining the next page of results.- Parameters:
nextToken
- A pagination token for obtaining the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-