@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 | 
getUserId()
 The information regarding the newly created user. 
 | 
int | 
hashCode()  | 
void | 
setUserId(String userId)
 The information regarding the newly created user. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
CreateUserResult | 
withUserId(String userId)
 The information regarding the newly created user. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setUserId(String userId)
The information regarding the newly created user.
userId - The information regarding the newly created user.public String getUserId()
The information regarding the newly created user.
public CreateUserResult withUserId(String userId)
The information regarding the newly created user.
userId - The information regarding the newly created user.public String toString()
toString in class ObjectObject.toString()public CreateUserResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.