@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DisableUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()