@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateUserResult() |
Modifier and Type | Method and Description |
---|---|
CreateUserResult |
clone() |
boolean |
equals(Object obj) |
String |
getUserArn()
The Amazon Resource Name (ARN) of the user account created.
|
String |
getUserId()
The unique identifier for the user account in Amazon Connect
|
int |
hashCode() |
void |
setUserArn(String userArn)
The Amazon Resource Name (ARN) of the user account created.
|
void |
setUserId(String userId)
The unique identifier for the user account in Amazon Connect
|
String |
toString()
Returns a string representation of this object.
|
CreateUserResult |
withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user account created.
|
CreateUserResult |
withUserId(String userId)
The unique identifier for the user account in Amazon Connect
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUserId(String userId)
The unique identifier for the user account in Amazon Connect
userId
- The unique identifier for the user account in Amazon Connectpublic String getUserId()
The unique identifier for the user account in Amazon Connect
public CreateUserResult withUserId(String userId)
The unique identifier for the user account in Amazon Connect
userId
- The unique identifier for the user account in Amazon Connectpublic void setUserArn(String userArn)
The Amazon Resource Name (ARN) of the user account created.
userArn
- The Amazon Resource Name (ARN) of the user account created.public String getUserArn()
The Amazon Resource Name (ARN) of the user account created.
public CreateUserResult withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user account created.
userArn
- The Amazon Resource Name (ARN) of the user account created.public String toString()
toString
in class Object
Object.toString()
public CreateUserResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.