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