|
Did this page help you?Yes No Tell us about it... |
||||||
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(java.lang.Object obj)
|
LoginProfile |
getLoginProfile()
User name and password create date for the user. |
int |
hashCode()
|
void |
setLoginProfile(LoginProfile loginProfile)
User name and password create date for the user. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetLoginProfileResult |
withLoginProfile(LoginProfile loginProfile)
User name and password create date for the user. |
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
- User name and password create date for the user.public GetLoginProfileResult withLoginProfile(LoginProfile loginProfile)
Returns a reference to this object so that method calls can be chained together.
loginProfile
- User name and password create date for the user.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |