public class GetUserRequest extends AmazonWebServiceRequest implements Serializable
Gets the user attributes and metadata for a user.
| Constructor and Description |
|---|
GetUserRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getAccessToken()
The access token returned by the server response to get information about the user.
Constraints:
Pattern: [A-Za-z0-9-_=.]+
The access token returned by the server response to get information about the user.
public void setAccessToken(String accessToken)
The access token returned by the server response to get information about the user.
Constraints:
Pattern: [A-Za-z0-9-_=.]+
accessToken - 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [A-Za-z0-9-_=.]+
accessToken - The access token returned by the server response to get information about the user.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.