@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateContactFlowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateContactFlowRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateContactFlowRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateContactFlowRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateContactFlowRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getContent()
The content of the contact flow.
|
String |
getDescription()
The description of the contact flow.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getName()
The name of the contact flow.
|
Map<String,String> |
getTags()
One or more tags.
|
String |
getType()
The type of the contact flow.
|
int |
hashCode() |
void |
setContent(String content)
The content of the contact flow.
|
void |
setDescription(String description)
The description of the contact flow.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setName(String name)
The name of the contact flow.
|
void |
setTags(Map<String,String> tags)
One or more tags.
|
void |
setType(String type)
The type of the contact flow.
|
String |
toString()
Returns a string representation of this object.
|
CreateContactFlowRequest |
withContent(String content)
The content of the contact flow.
|
CreateContactFlowRequest |
withDescription(String description)
The description of the contact flow.
|
CreateContactFlowRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateContactFlowRequest |
withName(String name)
The name of the contact flow.
|
CreateContactFlowRequest |
withTags(Map<String,String> tags)
One or more tags.
|
CreateContactFlowRequest |
withType(ContactFlowType type)
The type of the contact flow.
|
CreateContactFlowRequest |
withType(String type)
The type of the contact flow.
|
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, withSdkRequestTimeoutpublic void setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.public String getInstanceId()
The identifier of the Amazon Connect instance.
public CreateContactFlowRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.public void setName(String name)
The name of the contact flow.
name - The name of the contact flow.public String getName()
The name of the contact flow.
public CreateContactFlowRequest withName(String name)
The name of the contact flow.
name - The name of the contact flow.public void setType(String type)
The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.
type - The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.ContactFlowTypepublic String getType()
The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.
ContactFlowTypepublic CreateContactFlowRequest withType(String type)
The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.
type - The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.ContactFlowTypepublic CreateContactFlowRequest withType(ContactFlowType type)
The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.
type - The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.ContactFlowTypepublic void setDescription(String description)
The description of the contact flow.
description - The description of the contact flow.public String getDescription()
The description of the contact flow.
public CreateContactFlowRequest withDescription(String description)
The description of the contact flow.
description - The description of the contact flow.public void setContent(String content)
The content of the contact flow.
content - The content of the contact flow.public String getContent()
The content of the contact flow.
public CreateContactFlowRequest withContent(String content)
The content of the contact flow.
content - The content of the contact flow.public void setTags(Map<String,String> tags)
One or more tags.
tags - One or more tags.public CreateContactFlowRequest withTags(Map<String,String> tags)
One or more tags.
tags - One or more tags.public CreateContactFlowRequest addTagsEntry(String key, String value)
public CreateContactFlowRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateContactFlowRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()