Class DescribeIdentityPoolUsageResult
java.lang.Object
com.amazonaws.services.cognitosync.model.DescribeIdentityPoolUsageResult
- All Implemented Interfaces:
Serializable
,Cloneable
Response to a successful DescribeIdentityPoolUsage request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the usage of the identity pool.int
hashCode()
void
setIdentityPoolUsage
(IdentityPoolUsage identityPoolUsage) Information about the usage of the identity pool.toString()
Returns a string representation of this object; useful for testing and debugging.withIdentityPoolUsage
(IdentityPoolUsage identityPoolUsage) Information about the usage of the identity pool.
-
Constructor Details
-
DescribeIdentityPoolUsageResult
public DescribeIdentityPoolUsageResult()
-
-
Method Details
-
setIdentityPoolUsage
Information about the usage of the identity pool.- Parameters:
identityPoolUsage
- Information about the usage of the identity pool.
-
getIdentityPoolUsage
Information about the usage of the identity pool.- Returns:
- Information about the usage of the identity pool.
-
withIdentityPoolUsage
Information about the usage of the identity pool.- Parameters:
identityPoolUsage
- Information about the usage of the identity pool.- 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
-