public class GetLoginProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetLoginProfileRequest()
Default constructor for GetLoginProfileRequest object.
|
GetLoginProfileRequest(String userName)
Constructs a new GetLoginProfileRequest object.
|
Modifier and Type | Method and Description |
---|---|
GetLoginProfileRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getUserName()
The name of the user whose login profile you want to retrieve.
|
int |
hashCode() |
void |
setUserName(String userName)
The name of the user whose login profile you want to retrieve.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetLoginProfileRequest |
withUserName(String userName)
The name of the user whose login profile you want to retrieve.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public GetLoginProfileRequest()
public GetLoginProfileRequest(String userName)
userName
- The name of the user whose login profile you want to retrieve.public void setUserName(String userName)
The name of the user whose login profile you want to retrieve.
userName
- The name of the user whose login profile you want to retrieve.public String getUserName()
The name of the user whose login profile you want to retrieve.
public GetLoginProfileRequest withUserName(String userName)
The name of the user whose login profile you want to retrieve.
userName
- The name of the user whose login profile you want to retrieve.public String toString()
toString
in class Object
Object.toString()
public GetLoginProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.