@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLoginProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the response to a successful CreateLoginProfile request.
| Constructor and Description | 
|---|
| CreateLoginProfileResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateLoginProfileResult | clone() | 
| boolean | equals(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. | 
| String | toString()Returns a string representation of this object. | 
| CreateLoginProfileResult | withLoginProfile(LoginProfile loginProfile)
 A structure containing the user name and password create date. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 String toString()
toString in class ObjectObject.toString()public CreateLoginProfileResult clone()
Copyright © 2022. All rights reserved.