@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Account extends Object implements Serializable, Cloneable, StructuredPojo
AWS account.
Constructor and Description |
---|
Account() |
Modifier and Type | Method and Description |
---|---|
Account |
clone() |
boolean |
equals(Object obj) |
String |
getAccountID()
Account ID of AWS account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountID(String accountID)
Account ID of AWS account.
|
String |
toString()
Returns a string representation of this object.
|
Account |
withAccountID(String accountID)
Account ID of AWS account.
|
public void setAccountID(String accountID)
Account ID of AWS account.
accountID
- Account ID of AWS account.public String getAccountID()
Account ID of AWS account.
public Account withAccountID(String accountID)
Account ID of AWS account.
accountID
- Account ID of AWS account.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.