|
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(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. |
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 String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||