@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 ARN of the newly created user in the response.
|
int |
hashCode() |
void |
setUserArn(String userArn)
The ARN of the newly created user in the response.
|
String |
toString()
Returns a string representation of this object.
|
CreateUserResult |
withUserArn(String userArn)
The ARN of the newly created user in the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setUserArn(String userArn)
The ARN of the newly created user in the response.
userArn - The ARN of the newly created user in the response.public String getUserArn()
The ARN of the newly created user in the response.
public CreateUserResult withUserArn(String userArn)
The ARN of the newly created user in the response.
userArn - The ARN of the newly created user in the response.public String toString()
toString in class ObjectObject.toString()public CreateUserResult clone()
Copyright © 2020. All rights reserved.