@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateUserResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.