@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the response to a successful CreateUser request.
Constructor and Description |
---|
CreateUserResult() |
Modifier and Type | Method and Description |
---|---|
CreateUserResult |
clone() |
boolean |
equals(Object obj) |
User |
getUser()
A structure with details about the new IAM user.
|
int |
hashCode() |
void |
setUser(User user)
A structure with details about the new IAM user.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateUserResult |
withUser(User user)
A structure with details about the new IAM user.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUser(User user)
A structure with details about the new IAM user.
user
- A structure with details about the new IAM user.public User getUser()
A structure with details about the new IAM user.
public CreateUserResult withUser(User user)
A structure with details about the new IAM user.
user
- A structure with details about the new IAM user.public String toString()
toString
in class Object
Object.toString()
public CreateUserResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.