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