|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.identitymanagement.model.LoginProfile
public class LoginProfile
The LoginProfile data type contains the user name and password create date for a user.
This data type is used as a response element in the actions CreateLoginProfile and GetLoginProfile.
| Constructor Summary | |
|---|---|
LoginProfile()
Default constructor for a new LoginProfile object. |
|
LoginProfile(java.lang.String userName,
java.util.Date createDate)
Constructs a new LoginProfile object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Date |
getCreateDate()
The date when the password for the user was created. |
java.lang.String |
getUserName()
The name of the user, which can be used for signing into the AWS Management Console. |
int |
hashCode()
|
void |
setCreateDate(java.util.Date createDate)
The date when the password for the user was created. |
void |
setUserName(java.lang.String userName)
The name of the user, which can be used for signing into the AWS Management Console. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
LoginProfile |
withCreateDate(java.util.Date createDate)
The date when the password for the user was created. |
LoginProfile |
withUserName(java.lang.String userName)
The name of the user, which can be used for signing into the AWS Management Console. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LoginProfile()
public LoginProfile(java.lang.String userName,
java.util.Date createDate)
userName - The name of the user, which can be used for signing
into the AWS Management Console.createDate - The date when the password for the user was created.| Method Detail |
|---|
public java.lang.String getUserName()
Constraints:
Length: 1 - 64
Pattern: [\w+=,.@-]*
public void setUserName(java.lang.String userName)
Constraints:
Length: 1 - 64
Pattern: [\w+=,.@-]*
userName - The name of the user, which can be used for signing into the AWS
Management Console.public LoginProfile withUserName(java.lang.String userName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [\w+=,.@-]*
userName - The name of the user, which can be used for signing into the AWS
Management Console.
public java.util.Date getCreateDate()
public void setCreateDate(java.util.Date createDate)
createDate - The date when the password for the user was created.public LoginProfile withCreateDate(java.util.Date createDate)
Returns a reference to this object so that method calls can be chained together.
createDate - The date when the password for the user was created.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||