public class CreateUserResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a successful CreateUser request.
Modifier and Type | Field and Description |
---|---|
private User |
user
A structure with details about the new IAM user.
|
Constructor and Description |
---|
CreateUserResult() |
Modifier and Type | Method and Description |
---|---|
CreateUserResult |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private User user
A structure with details about the new IAM user.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateUserResult clone()
clone
in class java.lang.Object