@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateKxUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateKxUserRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateKxUserRequest |
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 |
getEnvironmentId()
A unique identifier for the kdb environment.
|
String |
getIamRole()
The IAM role ARN that is associated with the user.
|
String |
getUserName()
A unique identifier for the user.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A token that ensures idempotency.
|
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
void |
setIamRole(String iamRole)
The IAM role ARN that is associated with the user.
|
void |
setUserName(String userName)
A unique identifier for the user.
|
String |
toString()
Returns a string representation of this object.
|
UpdateKxUserRequest |
withClientToken(String clientToken)
A token that ensures idempotency.
|
UpdateKxUserRequest |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
UpdateKxUserRequest |
withIamRole(String iamRole)
The IAM role ARN that is associated with the user.
|
UpdateKxUserRequest |
withUserName(String userName)
A unique identifier for the user.
|
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 setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public String getEnvironmentId()
A unique identifier for the kdb environment.
public UpdateKxUserRequest withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public void setUserName(String userName)
A unique identifier for the user.
userName
- A unique identifier for the user.public String getUserName()
A unique identifier for the user.
public UpdateKxUserRequest withUserName(String userName)
A unique identifier for the user.
userName
- A unique identifier for the user.public void setIamRole(String iamRole)
The IAM role ARN that is associated with the user.
iamRole
- The IAM role ARN that is associated with the user.public String getIamRole()
The IAM role ARN that is associated with the user.
public UpdateKxUserRequest withIamRole(String iamRole)
The IAM role ARN that is associated with the user.
iamRole
- The IAM role ARN that is associated with the user.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 UpdateKxUserRequest 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 UpdateKxUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()