@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsAccount extends Object implements Serializable, Cloneable, StructuredPojo
Reserved for future use.
| Constructor and Description |
|---|
AwsAccount() |
| Modifier and Type | Method and Description |
|---|---|
AwsAccount |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
Reserved for future use.
|
String |
getPrincipalId()
Reserved for future use.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccountId(String accountId)
Reserved for future use.
|
void |
setPrincipalId(String principalId)
Reserved for future use.
|
String |
toString()
Returns a string representation of this object.
|
AwsAccount |
withAccountId(String accountId)
Reserved for future use.
|
AwsAccount |
withPrincipalId(String principalId)
Reserved for future use.
|
public void setAccountId(String accountId)
Reserved for future use.
accountId - Reserved for future use.public String getAccountId()
Reserved for future use.
public AwsAccount withAccountId(String accountId)
Reserved for future use.
accountId - Reserved for future use.public void setPrincipalId(String principalId)
Reserved for future use.
principalId - Reserved for future use.public String getPrincipalId()
Reserved for future use.
public AwsAccount withPrincipalId(String principalId)
Reserved for future use.
principalId - Reserved for future use.public String toString()
toString in class ObjectObject.toString()public AwsAccount clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.