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 user returned in the request to create a new user.
|
int |
hashCode() |
void |
setUser(UserType user)
The user returned in the request to create a new user.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AdminCreateUserResult |
withUser(UserType user)
The user returned in the request to create a new user.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setUser(UserType user)
The user returned in the request to create a new user.
user - The user returned in the request to create a new user.public UserType getUser()
The user returned in the request to create a new user.
public AdminCreateUserResult withUser(UserType user)
The user returned in the request to create a new user.
user - The user returned in the request to create a new user.public String toString()
toString in class ObjectObject.toString()public AdminCreateUserResult clone()
Copyright © 2016. All rights reserved.