public class DescribeIdentityPoolUsageResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeIdentityPoolUsageResult() |
| Modifier and Type | Method and 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.
|
public void setIdentityPoolUsage(IdentityPoolUsage identityPoolUsage)
identityPoolUsage - Information about the usage of the identity pool.public IdentityPoolUsage getIdentityPoolUsage()
public DescribeIdentityPoolUsageResult withIdentityPoolUsage(IdentityPoolUsage identityPoolUsage)
identityPoolUsage - Information about the usage of the identity pool.public String toString()
toString in class ObjectObject.toString()public DescribeIdentityPoolUsageResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.