|
|||||||
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()
|
Method Summary | |
---|---|
String |
getUserName()
The name of the user, which can be used for logins. |
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 |
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()
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 String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |