|
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.CreateLoginProfileResult
public class CreateLoginProfileResult
Contains the result of a successful invocation of the CreateLoginProfile action.
Constructor Summary | |
---|---|
CreateLoginProfileResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
LoginProfile |
getLoginProfile()
The user name and password create date. |
int |
hashCode()
|
void |
setLoginProfile(LoginProfile loginProfile)
The user name and password create date. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateLoginProfileResult |
withLoginProfile(LoginProfile loginProfile)
The user name and password create date. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateLoginProfileResult()
Method Detail |
---|
public LoginProfile getLoginProfile()
public void setLoginProfile(LoginProfile loginProfile)
loginProfile
- The user name and password create date.public CreateLoginProfileResult withLoginProfile(LoginProfile loginProfile)
Returns a reference to this object so that method calls can be chained together.
loginProfile
- The user name and password create date.
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 |