public class UpdateLoginProfileRequest extends AmazonWebServiceRequest implements java.io.Serializable
UpdateLoginProfile operation.
Changes the password for the specified user.
| コンストラクタと説明 |
|---|
UpdateLoginProfileRequest()
Default constructor for a new UpdateLoginProfileRequest object.
|
UpdateLoginProfileRequest(java.lang.String userName)
Constructs a new UpdateLoginProfileRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPassword()
The new password for the user name.
|
java.lang.String |
getUserName()
Name of the user whose password you want to update.
|
int |
hashCode() |
void |
setPassword(java.lang.String password)
The new password for the user name.
|
void |
setUserName(java.lang.String userName)
Name of the user whose password you want to update.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateLoginProfileRequest |
withPassword(java.lang.String password)
The new password for the user name.
|
UpdateLoginProfileRequest |
withUserName(java.lang.String userName)
Name of the user whose password you want to update.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic UpdateLoginProfileRequest()
public UpdateLoginProfileRequest(java.lang.String userName)
userName - Name of the user whose password you want to update.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 - Name of the user whose password you want to update.public UpdateLoginProfileRequest 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 - Name of the user whose password you want to update.public java.lang.String getPassword()
Constraints:
Length: 1 - 128
Pattern: [
-ÿ]+
public void setPassword(java.lang.String password)
Constraints:
Length: 1 - 128
Pattern: [
-ÿ]+
password - The new password for the user name.public UpdateLoginProfileRequest withPassword(java.lang.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 name.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object