@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()
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 that you want to activate.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A token that ensures idempotency.
|
void |
setUserId(String userId)
The unique identifier for the user that you want to activate.
|
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 that you want to activate.
|
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 that you want to activate.
userId
- The unique identifier for the user that you want to activate.public String getUserId()
The unique identifier for the user that you want to activate.
public EnableUserRequest withUserId(String userId)
The unique identifier for the user that you want to activate.
userId
- The unique identifier for the user that you want to activate.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 Object
Object.toString()
public EnableUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()