@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 identifier for the new user. 
 | 
int | 
hashCode()  | 
void | 
setUserId(String userId)
 The identifier for the new user. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateUserResult | 
withUserId(String userId)
 The identifier for the new user. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setUserId(String userId)
The identifier for the new user.
userId - The identifier for the new user.public String getUserId()
The identifier for the new user.
public CreateUserResult withUserId(String userId)
The identifier for the new user.
userId - The identifier for the new user.public String toString()
toString in class ObjectObject.toString()public CreateUserResult clone()