public class DescribeMyUserProfileResult extends Object implements Serializable, Cloneable
Contains the response to a DescribeMyUserProfile
request.
Constructor and Description |
---|
DescribeMyUserProfileResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMyUserProfileResult |
clone() |
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 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 String toString()
toString
in class Object
Object.toString()
public DescribeMyUserProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.