public class DescribeIdentityUsageResult extends Object implements Serializable
The response to a successful DescribeIdentityUsage request.
Constructor and Description |
---|
DescribeIdentityUsageResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
IdentityUsage |
getIdentityUsage()
Usage information for the identity.
|
int |
hashCode() |
void |
setIdentityUsage(IdentityUsage identityUsage)
Usage information for the identity.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeIdentityUsageResult |
withIdentityUsage(IdentityUsage identityUsage)
Usage information for the identity.
|
public IdentityUsage getIdentityUsage()
public void setIdentityUsage(IdentityUsage identityUsage)
identityUsage
- Usage information for the identity.public DescribeIdentityUsageResult withIdentityUsage(IdentityUsage identityUsage)
Returns a reference to this object so that method calls can be chained together.
identityUsage
- Usage information for the identity.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.