public class GetUserResult extends Object implements Serializable, Cloneable
Contains the response to a successful GetUser request.
| Constructor and Description |
|---|
GetUserResult() |
| Modifier and Type | Method and Description |
|---|---|
GetUserResult |
clone() |
boolean |
equals(Object obj) |
User |
getUser()
A structure containing details about the IAM user.
|
int |
hashCode() |
void |
setUser(User user)
A structure containing details about the IAM user.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetUserResult |
withUser(User user)
A structure containing details about the IAM user.
|
public void setUser(User user)
A structure containing details about the IAM user.
user - A structure containing details about the IAM user.public User getUser()
A structure containing details about the IAM user.
public GetUserResult withUser(User user)
A structure containing details about the IAM user.
user - A structure containing details about the IAM user.public String toString()
toString in class ObjectObject.toString()public GetUserResult clone()
Copyright © 2016. All rights reserved.