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