public class GetLoginProfileResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a successful GetLoginProfile request.
Modifier and Type | Field and Description |
---|---|
private LoginProfile |
loginProfile
A structure containing the user name and password create date for the
user.
|
Constructor and Description |
---|
GetLoginProfileResult() |
Modifier and Type | Method and Description |
---|---|
GetLoginProfileResult |
clone() |
boolean |
equals(java.lang.Object obj) |
LoginProfile |
getLoginProfile()
A structure containing the user name and password create date for the
user.
|
int |
hashCode() |
void |
setLoginProfile(LoginProfile loginProfile)
A structure containing the user name and password create date for the
user.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetLoginProfileResult |
withLoginProfile(LoginProfile loginProfile)
A structure containing the user name and password create date for the
user.
|
private LoginProfile loginProfile
A structure containing the user name and password create date for the user.
public void setLoginProfile(LoginProfile loginProfile)
A structure containing the user name and password create date for the user.
loginProfile
- A structure containing the user name and password create date for
the user.public LoginProfile getLoginProfile()
A structure containing the user name and password create date for the user.
public GetLoginProfileResult withLoginProfile(LoginProfile loginProfile)
A structure containing the user name and password create date for the user.
loginProfile
- A structure containing the user name and password create date for
the user.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetLoginProfileResult clone()
clone
in class java.lang.Object