|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.opsworks.model.DescribeMyUserProfileResult
public class DescribeMyUserProfileResult
Contains the response to a DescribeMyUserProfile
request.
Constructor Summary | |
---|---|
DescribeMyUserProfileResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeMyUserProfileResult()
Method Detail |
---|
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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |