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()booleanInformation about the usage of the identity pool.inthashCode()voidsetIdentityPoolUsage(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
-
equals
-
hashCode
-
clone
-