public class GetLoginProfileResult extends Object implements Serializable
Contains the result of a successful invocation of the GetLoginProfile action.
Constructor and Description |
---|
GetLoginProfileResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 Object
Object.toString()
Copyright © 2014. All rights reserved.