@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMemberResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateMemberResult() |
Modifier and Type | Method and Description |
---|---|
CreateMemberResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the account that was associated with the master account.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the account that was associated with the master account.
|
String |
toString()
Returns a string representation of this object.
|
CreateMemberResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the account that was associated with the master account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the account that was associated with the master account.
arn
- The Amazon Resource Name (ARN) of the account that was associated with the master account.public String getArn()
The Amazon Resource Name (ARN) of the account that was associated with the master account.
public CreateMemberResult withArn(String arn)
The Amazon Resource Name (ARN) of the account that was associated with the master account.
arn
- The Amazon Resource Name (ARN) of the account that was associated with the master account.public String toString()
toString
in class Object
Object.toString()
public CreateMemberResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.