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 DescribeIdentityPoolUsageResult
clone()
boolean
equals(Object obj)
IdentityPoolUsage
getIdentityPoolUsage()
Information about the usage of the identity pool.int
hashCode()
void
setIdentityPoolUsage(IdentityPoolUsage identityPoolUsage)
Information about the usage of the identity pool.String
toString()
Returns a string representation of this object; useful for testing and debugging.DescribeIdentityPoolUsageResult
withIdentityPoolUsage(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeIdentityPoolUsageResult clone()
-
-