Class CreateLoginProfileResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.CreateLoginProfileResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a successful CreateLoginProfile request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.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.
-
Constructor Details
-
CreateLoginProfileResult
public CreateLoginProfileResult()
-
-
Method Details
-
setLoginProfile
A structure containing the user name and password create date.
- Parameters:
loginProfile
- A structure containing the user name and password create date.
-
getLoginProfile
A structure containing the user name and password create date.
- Returns:
- A structure containing the user name and password create date.
-
withLoginProfile
A structure containing the user name and password create date.
- Parameters:
loginProfile
- A structure containing the user name and password create date.- 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
-