public class DescribeIdentityPoolUsageResult extends Object implements Serializable
Response to a successful DescribeIdentityPoolUsage request.
| Constructor and Description |
|---|
DescribeIdentityPoolUsageResult() |
| Modifier and Type | Method and Description |
|---|---|
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 IdentityPoolUsage getIdentityPoolUsage()
public void setIdentityPoolUsage(IdentityPoolUsage identityPoolUsage)
identityPoolUsage - Information about the usage of the identity pool.public DescribeIdentityPoolUsageResult withIdentityPoolUsage(IdentityPoolUsage identityPoolUsage)
Returns a reference to this object so that method calls can be chained together.
identityPoolUsage - Information about the usage of the identity pool.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.