Class DescribeIdentityPoolUsageResult
- java.lang.Object
-
- com.amazonaws.services.cognitosync.model.DescribeIdentityPoolUsageResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DescribeIdentityPoolUsageResult extends Object implements Serializable, Cloneable
Response to a successful DescribeIdentityPoolUsage request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeIdentityPoolUsageResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeIdentityPoolUsageResultclone()booleanequals(Object obj)IdentityPoolUsagegetIdentityPoolUsage()Information about the usage of the identity pool.inthashCode()voidsetIdentityPoolUsage(IdentityPoolUsage identityPoolUsage)Information about the usage of the identity pool.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeIdentityPoolUsageResultwithIdentityPoolUsage(IdentityPoolUsage identityPoolUsage)Information about the usage of the identity pool.
-
-
-
Method Detail
-
setIdentityPoolUsage
public void setIdentityPoolUsage(IdentityPoolUsage identityPoolUsage)
Information about the usage of the identity pool.- Parameters:
identityPoolUsage- Information about the usage of the identity pool.
-
getIdentityPoolUsage
public IdentityPoolUsage getIdentityPoolUsage()
Information about the usage of the identity pool.- Returns:
- Information about the usage of the identity pool.
-
withIdentityPoolUsage
public DescribeIdentityPoolUsageResult withIdentityPoolUsage(IdentityPoolUsage identityPoolUsage)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeIdentityPoolUsageResult clone()
-
-