|
|||||||
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.GetLoginProfileRequest
public class GetLoginProfileRequest
Container for the parameters to the GetLoginProfile operation
.
Retrieves the password for the specified user.
AmazonIdentityManagement.getLoginProfile(GetLoginProfileRequest)
Constructor Summary | |
---|---|
GetLoginProfileRequest()
Default constructor for a new GetLoginProfileRequest object. |
|
GetLoginProfileRequest(String userName)
Constructs a new GetLoginProfileRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getUserName()
Name of the user whose password you want to retrieve. |
int |
hashCode()
|
void |
setUserName(String userName)
Name of the user whose password you want to retrieve. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetLoginProfileRequest |
withUserName(String userName)
Name of the user whose password you want to retrieve. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetLoginProfileRequest()
public GetLoginProfileRequest(String userName)
userName
- Name of the user whose password you want to retrieve.Method Detail |
---|
public String getUserName()
Constraints:
Length: 1 - 64
Pattern: [\w+=,.@-]*
public void setUserName(String userName)
Constraints:
Length: 1 - 64
Pattern: [\w+=,.@-]*
userName
- Name of the user whose password you want to retrieve.public GetLoginProfileRequest withUserName(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 retrieve.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |