@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateAccountsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
AssociateAccountsResult() |
| Modifier and Type | Method and Description |
|---|---|
AssociateAccountsResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs.
|
String |
toString()
Returns a string representation of this object.
|
AssociateAccountsResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setArn(String arn)
The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs.
arn - The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs.public String getArn()
The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs.
public AssociateAccountsResult withArn(String arn)
The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs.
arn - The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs.public String toString()
toString in class ObjectObject.toString()public AssociateAccountsResult clone()