@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUserResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public GetUserResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.