Class DescribeIdentityUsageResult
java.lang.Object
com.amazonaws.services.cognitosync.model.DescribeIdentityUsageResult
- All Implemented Interfaces:
Serializable
,Cloneable
The response to a successful DescribeIdentityUsage request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Usage information for the identity.int
hashCode()
void
setIdentityUsage
(IdentityUsage identityUsage) Usage information for the identity.toString()
Returns a string representation of this object; useful for testing and debugging.withIdentityUsage
(IdentityUsage identityUsage) Usage information for the identity.
-
Constructor Details
-
DescribeIdentityUsageResult
public DescribeIdentityUsageResult()
-
-
Method Details
-
setIdentityUsage
Usage information for the identity.- Parameters:
identityUsage
- Usage information for the identity.
-
getIdentityUsage
Usage information for the identity.- Returns:
- Usage information for the identity.
-
withIdentityUsage
Usage information for the identity.- Parameters:
identityUsage
- Usage information for the identity.- 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
-