Class DescribeMyUserProfileResult
java.lang.Object
com.amazonaws.services.opsworks.model.DescribeMyUserProfileResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the response to a DescribeMyUserProfile request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAUserProfileobject that describes the user's SSH information.inthashCode()voidsetUserProfile(SelfUserProfile userProfile) AUserProfileobject that describes the user's SSH information.toString()Returns a string representation of this object; useful for testing and debugging.withUserProfile(SelfUserProfile userProfile) AUserProfileobject that describes the user's SSH information.
-
Constructor Details
-
DescribeMyUserProfileResult
public DescribeMyUserProfileResult()
-
-
Method Details
-
setUserProfile
A
UserProfileobject that describes the user's SSH information.- Parameters:
userProfile- AUserProfileobject that describes the user's SSH information.
-
getUserProfile
A
UserProfileobject that describes the user's SSH information.- Returns:
- A
UserProfileobject that describes the user's SSH information.
-
withUserProfile
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
-
equals
-
hashCode
-
clone
-