|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.identitymanagement.model.GetLoginProfileResult
public class GetLoginProfileResult
Contains the result of a successful invocation of the GetLoginProfile action.
Constructor Summary | |
---|---|
GetLoginProfileResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
LoginProfile |
getLoginProfile()
Password for the user name. |
int |
hashCode()
|
void |
setLoginProfile(LoginProfile loginProfile)
Password for the user name. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetLoginProfileResult |
withLoginProfile(LoginProfile loginProfile)
Password for the user name. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetLoginProfileResult()
Method Detail |
---|
public LoginProfile getLoginProfile()
public void setLoginProfile(LoginProfile loginProfile)
loginProfile
- Password for the user name.public GetLoginProfileResult withLoginProfile(LoginProfile loginProfile)
Returns a reference to this object so that method calls can be chained together.
loginProfile
- Password for the user name.
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 |