@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 content of the flow module. 
 | 
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 content of the flow module. 
 | 
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 content of the flow module. 
 | 
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 content of the flow module.
content - The content of the flow module.public String getContent()
The content of the flow module.
public ContactFlowModule withContent(String content)
The content of the flow module.
content - The content of the flow module.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.ContactFlowModuleStatepublic String getState()
The type of flow module.
ContactFlowModuleStatepublic ContactFlowModule withState(String state)
The type of flow module.
state - The type of flow module.ContactFlowModuleStatepublic ContactFlowModule withState(ContactFlowModuleState state)
The type of flow module.
state - The type of flow module.ContactFlowModuleStatepublic void setStatus(String status)
The status of the flow module.
status - The status of the flow module.ContactFlowModuleStatuspublic String getStatus()
The status of the flow module.
ContactFlowModuleStatuspublic ContactFlowModule withStatus(String status)
The status of the flow module.
status - The status of the flow module.ContactFlowModuleStatuspublic ContactFlowModule withStatus(ContactFlowModuleStatus status)
The status of the flow module.
status - The status of the flow module.ContactFlowModuleStatuspublic 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 ObjectObject.toString()public ContactFlowModule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.