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