|
|||||||
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 | |
---|---|
LoginProfile |
getLoginProfile()
The new login profile. |
void |
setLoginProfile(LoginProfile loginProfile)
The new login profile. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateLoginProfileResult |
withLoginProfile(LoginProfile loginProfile)
The new login profile. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateLoginProfileResult()
Method Detail |
---|
public LoginProfile getLoginProfile()
public void setLoginProfile(LoginProfile loginProfile)
loginProfile
- The new login profile.public CreateLoginProfileResult withLoginProfile(LoginProfile loginProfile)
Returns a reference to this object so that method calls can be chained together.
loginProfile
- The new login profile.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |