public class DescribeUserResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeUserResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
User |
getUser()
Information about the user account and configuration settings.
|
int |
hashCode() |
void |
setUser(User user)
Information about the user account and configuration settings.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeUserResult |
withUser(User user)
Information about the user account and configuration settings.
|
public User getUser()
Information about the user account and configuration settings.
Information about the user account and configuration settings.
public void setUser(User user)
Information about the user account and configuration settings.
user
- Information about the user account and configuration settings.
public DescribeUserResult withUser(User user)
Information about the user account and configuration settings.
Returns a reference to this object so that method calls can be chained together.
user
- Information about the user account and configuration settings.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.