@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContactFlowModuleSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains summary information about a contact flow.
| Constructor and Description |
|---|
ContactFlowModuleSummary() |
| Modifier and Type | Method and Description |
|---|---|
ContactFlowModuleSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) 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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
The Amazon Resource Name (ARN) 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.
|
String |
toString()
Returns a string representation of this object.
|
ContactFlowModuleSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the contact flow module.
|
ContactFlowModuleSummary |
withId(String id)
The identifier of the contact flow module.
|
ContactFlowModuleSummary |
withName(String name)
The name of the contact flow module.
|
ContactFlowModuleSummary |
withState(ContactFlowModuleState state)
The type of contact flow module.
|
ContactFlowModuleSummary |
withState(String state)
The type of contact flow module.
|
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 ContactFlowModuleSummary withId(String id)
The identifier of the contact flow module.
id - The identifier of the contact flow module.public void setArn(String arn)
The Amazon Resource Name (ARN) of the contact flow module.
arn - The Amazon Resource Name (ARN) of the contact flow module.public String getArn()
The Amazon Resource Name (ARN) of the contact flow module.
public ContactFlowModuleSummary withArn(String arn)
The Amazon Resource Name (ARN) of the contact flow module.
arn - The Amazon Resource Name (ARN) 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 ContactFlowModuleSummary withName(String name)
The name of the contact flow module.
name - The name of the contact flow module.public void setState(String state)
The type of contact flow module.
state - The type of contact flow module.ContactFlowModuleStatepublic String getState()
The type of contact flow module.
ContactFlowModuleStatepublic ContactFlowModuleSummary withState(String state)
The type of contact flow module.
state - The type of contact flow module.ContactFlowModuleStatepublic ContactFlowModuleSummary withState(ContactFlowModuleState state)
The type of contact flow module.
state - The type of contact flow module.ContactFlowModuleStatepublic String toString()
toString in class ObjectObject.toString()public ContactFlowModuleSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.