@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
EnableUserRequest() |
| Modifier and Type | Method and Description |
|---|---|
EnableUserRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
A token that ensures idempotency.
|
String |
getUserId()
The unique identifier for the user account that you want to enable.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A token that ensures idempotency.
|
void |
setUserId(String userId)
The unique identifier for the user account that you want to enable.
|
String |
toString()
Returns a string representation of this object.
|
EnableUserRequest |
withClientToken(String clientToken)
A token that ensures idempotency.
|
EnableUserRequest |
withUserId(String userId)
The unique identifier for the user account that you want to enable.
|
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 setUserId(String userId)
The unique identifier for the user account that you want to enable.
userId - The unique identifier for the user account that you want to enable.public String getUserId()
The unique identifier for the user account that you want to enable.
public EnableUserRequest withUserId(String userId)
The unique identifier for the user account that you want to enable.
userId - The unique identifier for the user account that you want to enable.public void setClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken - A token that ensures idempotency. This token expires in 10 minutes.public String getClientToken()
A token that ensures idempotency. This token expires in 10 minutes.
public EnableUserRequest withClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken - A token that ensures idempotency. This token expires in 10 minutes.public String toString()
toString in class ObjectObject.toString()public EnableUserRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.