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