@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLoginProfileResult extends AmazonWebServiceResult<ResponseMetadata> 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()
 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. 
 | 
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. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 String toString()
toString in class ObjectObject.toString()public GetLoginProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.