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()
boolean
AUserProfile
object that describes the user's SSH information.int
hashCode()
void
setUserProfile
(SelfUserProfile userProfile) AUserProfile
object that describes the user's SSH information.toString()
Returns a string representation of this object; useful for testing and debugging.withUserProfile
(SelfUserProfile userProfile) AUserProfile
object that describes the user's SSH information.
-
Constructor Details
-
DescribeMyUserProfileResult
public DescribeMyUserProfileResult()
-
-
Method Details
-
setUserProfile
A
UserProfile
object that describes the user's SSH information.- Parameters:
userProfile
- AUserProfile
object that describes the user's SSH information.
-
getUserProfile
A
UserProfile
object that describes the user's SSH information.- Returns:
- A
UserProfile
object that describes the user's SSH information.
-
withUserProfile
A
UserProfile
object that describes the user's SSH information.- Parameters:
userProfile
- AUserProfile
object that describes the user's SSH information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-