@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateContactFlowModuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateContactFlowModuleRequest() |
Modifier and Type | Method and Description |
---|---|
CreateContactFlowModuleRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateContactFlowModuleRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateContactFlowModuleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getContent()
The content of the contact flow module.
|
String |
getDescription()
The description of the contact flow module.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getName()
The name of the contact flow module.
|
Map<String,String> |
getTags()
The tags used to organize, track, or control access for this resource.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setContent(String content)
The content of the contact flow module.
|
void |
setDescription(String description)
The description of the contact flow module.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setName(String name)
The name of the contact flow module.
|
void |
setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateContactFlowModuleRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateContactFlowModuleRequest |
withContent(String content)
The content of the contact flow module.
|
CreateContactFlowModuleRequest |
withDescription(String description)
The description of the contact flow module.
|
CreateContactFlowModuleRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateContactFlowModuleRequest |
withName(String name)
The name of the contact flow module.
|
CreateContactFlowModuleRequest |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
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 setInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
public CreateContactFlowModuleRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.public void setName(String name)
The name of the contact flow module.
name
- The name of the contact flow module.public String getName()
The name of the contact flow module.
public CreateContactFlowModuleRequest withName(String name)
The name of the contact flow module.
name
- The name of the contact flow module.public void setDescription(String description)
The description of the contact flow module.
description
- The description of the contact flow module.public String getDescription()
The description of the contact flow module.
public CreateContactFlowModuleRequest withDescription(String description)
The description of the contact flow module.
description
- The description of the contact flow module.public void setContent(String content)
The content of the contact flow module.
content
- The content of the contact flow module.public String getContent()
The content of the contact flow module.
public CreateContactFlowModuleRequest withContent(String content)
The content of the contact flow module.
content
- The content of the contact flow module.public Map<String,String> getTags()
The tags used to organize, track, or control access for this resource.
public void setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags
- The tags used to organize, track, or control access for this resource.public CreateContactFlowModuleRequest withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags
- The tags used to organize, track, or control access for this resource.public CreateContactFlowModuleRequest addTagsEntry(String key, String value)
public CreateContactFlowModuleRequest clearTagsEntries()
public void setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public CreateContactFlowModuleRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String toString()
toString
in class Object
Object.toString()
public CreateContactFlowModuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()