@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdminGetUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to get the specified user as an administrator.
NOOP| Constructor and Description |
|---|
AdminGetUserRequest() |
| Modifier and Type | Method and Description |
|---|---|
AdminGetUserRequest |
clone() |
boolean |
equals(Object obj) |
String |
getUsername()
The user name of the user you wish to retrieve.
|
String |
getUserPoolId()
The user pool ID for the user pool where you want to get information about the user.
|
int |
hashCode() |
void |
setUsername(String username)
The user name of the user you wish to retrieve.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to get information about the user.
|
String |
toString()
Returns a string representation of this object.
|
AdminGetUserRequest |
withUsername(String username)
The user name of the user you wish to retrieve.
|
AdminGetUserRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to get information about the user.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to get information about the user.
userPoolId - The user pool ID for the user pool where you want to get information about the user.public String getUserPoolId()
The user pool ID for the user pool where you want to get information about the user.
public AdminGetUserRequest withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to get information about the user.
userPoolId - The user pool ID for the user pool where you want to get information about the user.public void setUsername(String username)
The user name of the user you wish to retrieve.
username - The user name of the user you wish to retrieve.public String getUsername()
The user name of the user you wish to retrieve.
public AdminGetUserRequest withUsername(String username)
The user name of the user you wish to retrieve.
username - The user name of the user you wish to retrieve.public String toString()
toString in class ObjectObject.toString()public AdminGetUserRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.