@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UsageTopAccountResult extends Object implements Serializable, Cloneable, StructuredPojo
Contains information on the total of usage based on the topmost 50 account IDs.
Constructor and Description |
---|
UsageTopAccountResult() |
Modifier and Type | Method and Description |
---|---|
UsageTopAccountResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The unique account ID.
|
Total |
getTotal() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The unique account ID.
|
void |
setTotal(Total total) |
String |
toString()
Returns a string representation of this object.
|
UsageTopAccountResult |
withAccountId(String accountId)
The unique account ID.
|
UsageTopAccountResult |
withTotal(Total total) |
public void setAccountId(String accountId)
The unique account ID.
accountId
- The unique account ID.public String getAccountId()
The unique account ID.
public UsageTopAccountResult withAccountId(String accountId)
The unique account ID.
accountId
- The unique account ID.public void setTotal(Total total)
total
- public Total getTotal()
public UsageTopAccountResult withTotal(Total total)
total
- public String toString()
toString
in class Object
Object.toString()
public UsageTopAccountResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.