public class GetLoginProfileResult extends Object implements Serializable, Cloneable
Contains the response to a successful GetLoginProfile request.
Constructor and Description |
---|
GetLoginProfileResult() |
Modifier and Type | Method and Description |
---|---|
GetLoginProfileResult |
clone() |
boolean |
equals(Object obj) |
LoginProfile |
getLoginProfile()
The user name and password create date for the user.
|
int |
hashCode() |
void |
setLoginProfile(LoginProfile loginProfile)
The 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)
The user name and password create date for the user.
|
public void setLoginProfile(LoginProfile loginProfile)
The user name and password create date for the user.
loginProfile
- The user name and password create date for the user.public LoginProfile getLoginProfile()
The user name and password create date for the user.
public GetLoginProfileResult withLoginProfile(LoginProfile loginProfile)
The user name and password create date for the user.
loginProfile
- The user name and password create date for the user.public String toString()
toString
in class Object
Object.toString()
public GetLoginProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.