@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisableUserRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisableUserRequest |
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 disable.
|
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 disable.
|
String |
toString()
Returns a string representation of this object.
|
DisableUserRequest |
withClientToken(String clientToken)
A token that ensures idempotency.
|
DisableUserRequest |
withUserId(String userId)
The unique identifier for the user account that you want to disable.
|
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 disable.
userId - The unique identifier for the user account that you want to disable.public String getUserId()
The unique identifier for the user account that you want to disable.
public DisableUserRequest withUserId(String userId)
The unique identifier for the user account that you want to disable.
userId - The unique identifier for the user account that you want to disable.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 DisableUserRequest 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 DisableUserRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.