public class DescribeMyUserProfileResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a DescribeMyUserProfile
request.
Modifier and Type | Field and Description |
---|---|
private SelfUserProfile |
userProfile
A
UserProfile object that describes the user's SSH
information. |
Constructor and Description |
---|
DescribeMyUserProfileResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMyUserProfileResult |
clone() |
boolean |
equals(java.lang.Object obj) |
SelfUserProfile |
getUserProfile()
A
UserProfile object that describes the user's SSH
information. |
int |
hashCode() |
void |
setUserProfile(SelfUserProfile userProfile)
A
UserProfile object that describes the user's SSH
information. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeMyUserProfileResult |
withUserProfile(SelfUserProfile userProfile)
A
UserProfile object that describes the user's SSH
information. |
private SelfUserProfile userProfile
A UserProfile
object that describes the user's SSH
information.
public void setUserProfile(SelfUserProfile userProfile)
A UserProfile
object that describes the user's SSH
information.
userProfile
- A UserProfile
object that describes the user's SSH
information.public SelfUserProfile getUserProfile()
A UserProfile
object that describes the user's SSH
information.
UserProfile
object that describes the user's SSH
information.public DescribeMyUserProfileResult withUserProfile(SelfUserProfile userProfile)
A UserProfile
object that describes the user's SSH
information.
userProfile
- A UserProfile
object that describes the user's SSH
information.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 DescribeMyUserProfileResult clone()
clone
in class java.lang.Object