public class GetUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to get information about the user.
NOOP
Constructor and Description |
---|
GetUserRequest() |
Modifier and Type | Method and Description |
---|---|
GetUserRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAccessToken()
The access token returned by the server response to get information about
the user.
|
int |
hashCode() |
void |
setAccessToken(String accessToken)
The access token returned by the server response to get information about
the user.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetUserRequest |
withAccessToken(String accessToken)
The access token returned by the server response to get information about
the user.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAccessToken(String accessToken)
The access token returned by the server response to get information about the user.
accessToken
- The access token returned by the server response to get
information about the user.public String getAccessToken()
The access token returned by the server response to get information about the user.
public GetUserRequest withAccessToken(String accessToken)
The access token returned by the server response to get information about the user.
accessToken
- The access token returned by the server response to get
information about the user.public String toString()
toString
in class Object
Object.toString()
public GetUserRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.