public class CreateUserResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CreateUserResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getUserArn()
The Amazon Resource Name (ARN) of the user account.
|
java.lang.String |
getUserId()
The identifier of the user account.
|
int |
hashCode() |
void |
setUserArn(java.lang.String userArn)
The Amazon Resource Name (ARN) of the user account.
|
void |
setUserId(java.lang.String userId)
The identifier of the user account.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateUserResult |
withUserArn(java.lang.String userArn)
The Amazon Resource Name (ARN) of the user account.
|
CreateUserResult |
withUserId(java.lang.String userId)
The identifier of the user account.
|
public java.lang.String getUserId()
The identifier of the user account.
The identifier of the user account.
public void setUserId(java.lang.String userId)
The identifier of the user account.
userId - The identifier of the user account.
public CreateUserResult withUserId(java.lang.String userId)
The identifier of the user account.
Returns a reference to this object so that method calls can be chained together.
userId - The identifier of the user account.
public java.lang.String getUserArn()
The Amazon Resource Name (ARN) of the user account.
The Amazon Resource Name (ARN) of the user account.
public void setUserArn(java.lang.String userArn)
The Amazon Resource Name (ARN) of the user account.
userArn - The Amazon Resource Name (ARN) of the user account.
public CreateUserResult withUserArn(java.lang.String userArn)
The Amazon Resource Name (ARN) of the user account.
Returns a reference to this object so that method calls can be chained together.
userArn - The Amazon Resource Name (ARN) of the user account.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.