Class GetLoginProfileResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.GetLoginProfileResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a successful GetLoginProfile request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withLoginProfile
(LoginProfile loginProfile) A structure containing the user name and password create date for the user.
-
Constructor Details
-
GetLoginProfileResult
public GetLoginProfileResult()
-
-
Method Details
-
setLoginProfile
A structure containing the user name and password create date for the user.
- Parameters:
loginProfile
- A structure containing the user name and password create date for the user.
-
getLoginProfile
A structure containing the user name and password create date for the user.
- Returns:
- A structure containing the user name and password create date for the user.
-
withLoginProfile
A structure containing the user name and password create date for the user.
- Parameters:
loginProfile
- A structure containing the user name and password create date for the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-