public class DeleteLoginProfileRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteLoginProfile operation.
Deletes the password for the specified user, which terminates the user's ability to access AWS services through the AWS Management Console.
IMPORTANT:Deleting a user's password does not prevent a user from accessing IAM through the command line interface or the API. To prevent all user access you must also either make the access key inactive or delete it. For more information about making keys inactive or deleting them, see UpdateAccessKey and DeleteAccessKey.
| コンストラクタと説明 |
|---|
DeleteLoginProfileRequest()
Default constructor for a new DeleteLoginProfileRequest object.
|
DeleteLoginProfileRequest(java.lang.String userName)
Constructs a new DeleteLoginProfileRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getUserName()
Name of the user whose password you want to delete.
|
int |
hashCode() |
void |
setUserName(java.lang.String userName)
Name of the user whose password you want to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteLoginProfileRequest |
withUserName(java.lang.String userName)
Name of the user whose password you want to delete.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DeleteLoginProfileRequest()
public DeleteLoginProfileRequest(java.lang.String userName)
userName - Name of the user whose password you want to delete.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 delete.public DeleteLoginProfileRequest 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 delete.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