public class DescribeMyUserProfileResult extends Object implements Serializable
Contains the response to a DescribeMyUserProfile request.
| Constructor and Description |
|---|
DescribeMyUserProfileResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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. |
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. |
public SelfUserProfile getUserProfile()
UserProfile object that describes the user's SSH
information.UserProfile object that describes the user's SSH
information.public void setUserProfile(SelfUserProfile userProfile)
UserProfile object that describes the user's SSH
information.userProfile - A UserProfile object that describes the user's SSH
information.public DescribeMyUserProfileResult withUserProfile(SelfUserProfile userProfile)
UserProfile object that describes the user's SSH
information.
Returns a reference to this object so that method calls can be chained together.
userProfile - A UserProfile object that describes the user's SSH
information.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.