|
|||||||
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 information about a login profile 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(String userName,
Date createDate)
Constructs a new LoginProfile object. |
Method Summary | |
---|---|
Date |
getCreateDate()
The date when the login profile for the User was created. |
String |
getUserName()
The name of the User, which can be used for logins. |
void |
setCreateDate(Date createDate)
The date when the login profile for the User was created. |
void |
setUserName(String userName)
The name of the User, which can be used for logins. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
LoginProfile |
withCreateDate(Date createDate)
The date when the login profile for the User was created. |
LoginProfile |
withUserName(String userName)
The name of the User, which can be used for logins. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LoginProfile()
public LoginProfile(String userName, Date createDate)
userName
- The name of the User, which can be used for logins.createDate
- The date when the login profile for the User was
created.Method Detail |
---|
public String getUserName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setUserName(String userName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
userName
- The name of the User, which can be used for logins.public LoginProfile withUserName(String userName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
userName
- The name of the User, which can be used for logins.
public Date getCreateDate()
public void setCreateDate(Date createDate)
createDate
- The date when the login profile for the User was created.public LoginProfile withCreateDate(Date createDate)
Returns a reference to this object so that method calls can be chained together.
createDate
- The date when the login profile for the User was created.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |