@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContactFlowModule extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a flow module.
Constructor and Description |
---|
ContactFlowModule() |
Modifier and Type | Method and Description |
---|---|
ContactFlowModule |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ContactFlowModule |
clearTagsEntries()
Removes all the entries added into Tags.
|
ContactFlowModule |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN).
|
String |
getContent()
The JSON string that represents the content of the flow.
|
String |
getDescription()
The description of the flow module.
|
String |
getId()
The identifier of the flow module.
|
String |
getName()
The name of the flow module.
|
String |
getState()
The type of flow module.
|
String |
getStatus()
The status of the flow module.
|
Map<String,String> |
getTags()
The tags used to organize, track, or control access for this resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN).
|
void |
setContent(String content)
The JSON string that represents the content of the flow.
|
void |
setDescription(String description)
The description of the flow module.
|
void |
setId(String id)
The identifier of the flow module.
|
void |
setName(String name)
The name of the flow module.
|
void |
setState(String state)
The type of flow module.
|
void |
setStatus(String status)
The status of the 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.
|
ContactFlowModule |
withArn(String arn)
The Amazon Resource Name (ARN).
|
ContactFlowModule |
withContent(String content)
The JSON string that represents the content of the flow.
|
ContactFlowModule |
withDescription(String description)
The description of the flow module.
|
ContactFlowModule |
withId(String id)
The identifier of the flow module.
|
ContactFlowModule |
withName(String name)
The name of the flow module.
|
ContactFlowModule |
withState(ContactFlowModuleState state)
The type of flow module.
|
ContactFlowModule |
withState(String state)
The type of flow module.
|
ContactFlowModule |
withStatus(ContactFlowModuleStatus status)
The status of the flow module.
|
ContactFlowModule |
withStatus(String status)
The status of the flow module.
|
ContactFlowModule |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
public void setArn(String arn)
The Amazon Resource Name (ARN).
arn
- The Amazon Resource Name (ARN).public String getArn()
The Amazon Resource Name (ARN).
public ContactFlowModule withArn(String arn)
The Amazon Resource Name (ARN).
arn
- The Amazon Resource Name (ARN).public void setId(String id)
The identifier of the flow module.
id
- The identifier of the flow module.public String getId()
The identifier of the flow module.
public ContactFlowModule withId(String id)
The identifier of the flow module.
id
- The identifier of the flow module.public void setName(String name)
The name of the flow module.
name
- The name of the flow module.public String getName()
The name of the flow module.
public ContactFlowModule withName(String name)
The name of the flow module.
name
- The name of the flow module.public void setContent(String content)
The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language.
content
- The JSON string that represents the content of the flow. For an example, see Example flow in
Amazon Connect Flow language.public String getContent()
The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language.
public ContactFlowModule withContent(String content)
The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language.
content
- The JSON string that represents the content of the flow. For an example, see Example flow in
Amazon Connect Flow language.public void setDescription(String description)
The description of the flow module.
description
- The description of the flow module.public String getDescription()
The description of the flow module.
public ContactFlowModule withDescription(String description)
The description of the flow module.
description
- The description of the flow module.public void setState(String state)
The type of flow module.
state
- The type of flow module.ContactFlowModuleState
public String getState()
The type of flow module.
ContactFlowModuleState
public ContactFlowModule withState(String state)
The type of flow module.
state
- The type of flow module.ContactFlowModuleState
public ContactFlowModule withState(ContactFlowModuleState state)
The type of flow module.
state
- The type of flow module.ContactFlowModuleState
public void setStatus(String status)
The status of the flow module.
status
- The status of the flow module.ContactFlowModuleStatus
public String getStatus()
The status of the flow module.
ContactFlowModuleStatus
public ContactFlowModule withStatus(String status)
The status of the flow module.
status
- The status of the flow module.ContactFlowModuleStatus
public ContactFlowModule withStatus(ContactFlowModuleStatus status)
The status of the flow module.
status
- The status of the flow module.ContactFlowModuleStatus
public Map<String,String> getTags()
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
public void setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
tags
- The tags used to organize, track, or control access for this resource. For example, { "Tags":
{"key1":"value1", "key2":"value2"} }.public ContactFlowModule withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
tags
- The tags used to organize, track, or control access for this resource. For example, { "Tags":
{"key1":"value1", "key2":"value2"} }.public ContactFlowModule addTagsEntry(String key, String value)
public ContactFlowModule clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public ContactFlowModule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.