@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIdentityPoolUsageResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public DescribeIdentityPoolUsageResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.