Class DescribeMyUserProfileResult
- java.lang.Object
-
- com.amazonaws.services.opsworks.model.DescribeMyUserProfileResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DescribeMyUserProfileResult extends Object implements Serializable, Cloneable
Contains the response to a
DescribeMyUserProfilerequest.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeMyUserProfileResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeMyUserProfileResultclone()booleanequals(Object obj)SelfUserProfilegetUserProfile()AUserProfileobject that describes the user's SSH information.inthashCode()voidsetUserProfile(SelfUserProfile userProfile)AUserProfileobject that describes the user's SSH information.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeMyUserProfileResultwithUserProfile(SelfUserProfile userProfile)AUserProfileobject that describes the user's SSH information.
-
-
-
Method Detail
-
setUserProfile
public void setUserProfile(SelfUserProfile userProfile)
A
UserProfileobject that describes the user's SSH information.- Parameters:
userProfile- AUserProfileobject that describes the user's SSH information.
-
getUserProfile
public SelfUserProfile getUserProfile()
A
UserProfileobject that describes the user's SSH information.- Returns:
- A
UserProfileobject that describes the user's SSH information.
-
withUserProfile
public DescribeMyUserProfileResult withUserProfile(SelfUserProfile userProfile)
A
UserProfileobject that describes the user's SSH information.- Parameters:
userProfile- AUserProfileobject that describes the user's SSH information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeMyUserProfileResult clone()
-
-