@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 Object
Object.toString()
public ManagedAccount clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.