|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.identitymanagement.model.CreateLoginProfileRequest
public class CreateLoginProfileRequest
Container for the parameters to the CreateLoginProfile operation.
Creates a login profile for the specified user, giving the user the ability to access AWS services such as the AWS Management Console. For more information about login profiles, see Managing Login Profiles and MFA Devices in the AWS Identity and Access Management User Guide .
AmazonIdentityManagement.createLoginProfile(CreateLoginProfileRequest)| Constructor Summary | |
|---|---|
CreateLoginProfileRequest()
|
|
| Method Summary | |
|---|---|
String |
getPassword()
The new password for the user. |
String |
getUserName()
Name of the user to create a login profile for. |
void |
setPassword(String password)
The new password for the user. |
void |
setUserName(String userName)
Name of the user to create a login profile for. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateLoginProfileRequest |
withPassword(String password)
The new password for the user. |
CreateLoginProfileRequest |
withUserName(String userName)
Name of the user to create a login profile for. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CreateLoginProfileRequest()
| Method Detail |
|---|
public String getUserName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setUserName(String userName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
userName - Name of the user to create a login profile for.public CreateLoginProfileRequest withUserName(String userName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
userName - Name of the user to create a login profile for.
public String getPassword()
Constraints:
Length: 1 - 128
Pattern: [
-?]+
public void setPassword(String password)
Constraints:
Length: 1 - 128
Pattern: [
-?]+
password - The new password for the user.public CreateLoginProfileRequest withPassword(String password)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [
-?]+
password - The new password for the user.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||