@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdminCreateUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the response from the server to the request to create the user.
Constructor and Description |
---|
AdminCreateUserResult() |
Modifier and Type | Method and Description |
---|---|
AdminCreateUserResult |
clone() |
boolean |
equals(Object obj) |
UserType |
getUser()
The newly created user.
|
int |
hashCode() |
void |
setUser(UserType user)
The newly created user.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AdminCreateUserResult |
withUser(UserType user)
The newly created user.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUser(UserType user)
The newly created user.
user
- The newly created user.public UserType getUser()
The newly created user.
public AdminCreateUserResult withUser(UserType user)
The newly created user.
user
- The newly created user.public String toString()
toString
in class Object
Object.toString()
public AdminCreateUserResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.