@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContactFlowModule extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a contact 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 contact flow module.
|
String |
getDescription()
The description of the contact flow module.
|
String |
getId()
The identifier of the contact flow module.
|
String |
getName()
The name of the contact flow module.
|
String |
getState()
The type of contact flow module.
|
String |
getStatus()
The status of the contact 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 contact flow module.
|
void |
setDescription(String description)
The description of the contact flow module.
|
void |
setId(String id)
The identifier of the contact flow module.
|
void |
setName(String name)
The name of the contact flow module.
|
void |
setState(String state)
The type of contact flow module.
|
void |
setStatus(String status)
The status 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.
|
ContactFlowModule |
withArn(String arn)
The Amazon Resource Name (ARN).
|
ContactFlowModule |
withContent(String content)
The content of the contact flow module.
|
ContactFlowModule |
withDescription(String description)
The description of the contact flow module.
|
ContactFlowModule |
withId(String id)
The identifier of the contact flow module.
|
ContactFlowModule |
withName(String name)
The name of the contact flow module.
|
ContactFlowModule |
withState(ContactFlowModuleState state)
The type of contact flow module.
|
ContactFlowModule |
withState(String state)
The type of contact flow module.
|
ContactFlowModule |
withStatus(ContactFlowModuleStatus status)
The status of the contact flow module.
|
ContactFlowModule |
withStatus(String status)
The status of the contact 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 contact flow module.
id
- The identifier of the contact flow module.public String getId()
The identifier of the contact flow module.
public ContactFlowModule withId(String id)
The identifier of the contact flow module.
id
- The identifier of the contact flow module.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 ContactFlowModule withName(String name)
The name of the contact flow module.
name
- The name 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 ContactFlowModule withContent(String content)
The content of the contact flow module.
content
- The content 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 ContactFlowModule withDescription(String description)
The description of the contact flow module.
description
- The description of the contact flow module.public void setState(String state)
The type of contact flow module.
state
- The type of contact flow module.ContactFlowModuleState
public String getState()
The type of contact flow module.
ContactFlowModuleState
public ContactFlowModule withState(String state)
The type of contact flow module.
state
- The type of contact flow module.ContactFlowModuleState
public ContactFlowModule withState(ContactFlowModuleState state)
The type of contact flow module.
state
- The type of contact flow module.ContactFlowModuleState
public void setStatus(String status)
The status of the contact flow module.
status
- The status of the contact flow module.ContactFlowModuleStatus
public String getStatus()
The status of the contact flow module.
ContactFlowModuleStatus
public ContactFlowModule withStatus(String status)
The status of the contact flow module.
status
- The status of the contact flow module.ContactFlowModuleStatus
public ContactFlowModule withStatus(ContactFlowModuleStatus status)
The status of the contact flow module.
status
- The status of the contact flow module.ContactFlowModuleStatus
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 ContactFlowModule 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 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.