public class DescribeIdentityUsageResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeIdentityUsageResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
IdentityUsage |
getIdentityUsage()
Returns the value of the IdentityUsage property for this object.
|
int |
hashCode() |
void |
setIdentityUsage(IdentityUsage identityUsage)
Sets the value of the IdentityUsage property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeIdentityUsageResult |
withIdentityUsage(IdentityUsage identityUsage)
Sets the value of the IdentityUsage property for this object.
|
public IdentityUsage getIdentityUsage()
public void setIdentityUsage(IdentityUsage identityUsage)
identityUsage - The new value for the IdentityUsage property for this object.public DescribeIdentityUsageResult withIdentityUsage(IdentityUsage identityUsage)
Returns a reference to this object so that method calls can be chained together.
identityUsage - The new value for the IdentityUsage property for this object.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object