public class DescribeIdentityPoolUsageResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private IdentityPoolUsage |
identityPoolUsage
Information about the usage of the identity pool.
|
Constructor and Description |
---|
DescribeIdentityPoolUsageResult() |
Modifier and Type | Method and Description |
---|---|
DescribeIdentityPoolUsageResult |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private IdentityPoolUsage identityPoolUsage
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeIdentityPoolUsageResult clone()
clone
in class java.lang.Object