@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 administrator account.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the account that was associated with the administrator 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 administrator account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the account that was associated with the administrator account.
arn
- The Amazon Resource Name (ARN) of the account that was associated with the administrator account.public String getArn()
The Amazon Resource Name (ARN) of the account that was associated with the administrator account.
public CreateMemberResult withArn(String arn)
The Amazon Resource Name (ARN) of the account that was associated with the administrator account.
arn
- The Amazon Resource Name (ARN) of the account that was associated with the administrator account.public String toString()
toString
in class Object
Object.toString()
public CreateMemberResult clone()