@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.ContactFlowModuleState
public String getState()
The type of contact flow module.
ContactFlowModuleState
public ContactFlowModuleSummary withState(String state)
The type of contact flow module.
state
- The type of contact flow module.ContactFlowModuleState
public ContactFlowModuleSummary withState(ContactFlowModuleState state)
The type of contact flow module.
state
- The type of contact flow module.ContactFlowModuleState
public String toString()
toString
in class Object
Object.toString()
public ContactFlowModuleSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.