public class GetLoginProfileRequest extends AmazonWebServiceRequest implements java.io.Serializable
GetLoginProfile operation.
Retrieves the user name and password create date for the specified user.
| コンストラクタと説明 |
|---|
GetLoginProfileRequest()
Default constructor for a new GetLoginProfileRequest object.
|
GetLoginProfileRequest(java.lang.String userName)
Constructs a new GetLoginProfileRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getUserName()
Name of the user whose login profile you want to retrieve.
|
int |
hashCode() |
void |
setUserName(java.lang.String userName)
Name of the user whose login profile you want to retrieve.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetLoginProfileRequest |
withUserName(java.lang.String userName)
Name of the user whose login profile you want to retrieve.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic GetLoginProfileRequest()
public GetLoginProfileRequest(java.lang.String userName)
userName - Name of the user whose login profile you want to
retrieve.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 login profile you want to retrieve.public GetLoginProfileRequest 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 login profile you want to retrieve.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