@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateKxUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateKxUserRequest() |
Modifier and Type | Method and Description |
---|---|
CreateKxUserRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateKxUserRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateKxUserRequest |
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 where you want to create a user.
|
String |
getIamRole()
The IAM role ARN that will be associated with the user.
|
Map<String,String> |
getTags()
A list of key-value pairs to label 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 where you want to create a user.
|
void |
setIamRole(String iamRole)
The IAM role ARN that will be associated with the user.
|
void |
setTags(Map<String,String> tags)
A list of key-value pairs to label the user.
|
void |
setUserName(String userName)
A unique identifier for the user.
|
String |
toString()
Returns a string representation of this object.
|
CreateKxUserRequest |
withClientToken(String clientToken)
A token that ensures idempotency.
|
CreateKxUserRequest |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment where you want to create a user.
|
CreateKxUserRequest |
withIamRole(String iamRole)
The IAM role ARN that will be associated with the user.
|
CreateKxUserRequest |
withTags(Map<String,String> tags)
A list of key-value pairs to label the user.
|
CreateKxUserRequest |
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 where you want to create a user.
environmentId
- A unique identifier for the kdb environment where you want to create a user.public String getEnvironmentId()
A unique identifier for the kdb environment where you want to create a user.
public CreateKxUserRequest withEnvironmentId(String environmentId)
A unique identifier for the kdb environment where you want to create a user.
environmentId
- A unique identifier for the kdb environment where you want to create a user.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 CreateKxUserRequest 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 will be associated with the user.
iamRole
- The IAM role ARN that will be associated with the user.public String getIamRole()
The IAM role ARN that will be associated with the user.
public CreateKxUserRequest withIamRole(String iamRole)
The IAM role ARN that will be associated with the user.
iamRole
- The IAM role ARN that will be associated with the user.public Map<String,String> getTags()
A list of key-value pairs to label the user. You can add up to 50 tags to a user.
public void setTags(Map<String,String> tags)
A list of key-value pairs to label the user. You can add up to 50 tags to a user.
tags
- A list of key-value pairs to label the user. You can add up to 50 tags to a user.public CreateKxUserRequest withTags(Map<String,String> tags)
A list of key-value pairs to label the user. You can add up to 50 tags to a user.
tags
- A list of key-value pairs to label the user. You can add up to 50 tags to a user.public CreateKxUserRequest addTagsEntry(String key, String value)
public CreateKxUserRequest clearTagsEntries()
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 CreateKxUserRequest 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 CreateKxUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()