public class ContactFlowSummary
extends java.lang.Object
implements java.io.Serializable
Contains summary information about a flow.
You can also create and update flows using the Amazon Connect Flow language.
| Constructor and Description |
|---|
ContactFlowSummary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArn()
The Amazon Resource Name (ARN) of the flow.
|
java.lang.String |
getContactFlowState()
The type of flow.
|
java.lang.String |
getContactFlowType()
The type of flow.
|
java.lang.String |
getId()
The identifier of the flow.
|
java.lang.String |
getName()
The name of the flow.
|
int |
hashCode() |
void |
setArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the flow.
|
void |
setContactFlowState(ContactFlowState contactFlowState)
The type of flow.
|
void |
setContactFlowState(java.lang.String contactFlowState)
The type of flow.
|
void |
setContactFlowType(ContactFlowType contactFlowType)
The type of flow.
|
void |
setContactFlowType(java.lang.String contactFlowType)
The type of flow.
|
void |
setId(java.lang.String id)
The identifier of the flow.
|
void |
setName(java.lang.String name)
The name of the flow.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ContactFlowSummary |
withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the flow.
|
ContactFlowSummary |
withContactFlowState(ContactFlowState contactFlowState)
The type of flow.
|
ContactFlowSummary |
withContactFlowState(java.lang.String contactFlowState)
The type of flow.
|
ContactFlowSummary |
withContactFlowType(ContactFlowType contactFlowType)
The type of flow.
|
ContactFlowSummary |
withContactFlowType(java.lang.String contactFlowType)
The type of flow.
|
ContactFlowSummary |
withId(java.lang.String id)
The identifier of the flow.
|
ContactFlowSummary |
withName(java.lang.String name)
The name of the flow.
|
public java.lang.String getId()
The identifier of the flow.
Constraints:
Length: - 500
The identifier of the flow.
public void setId(java.lang.String id)
The identifier of the flow.
Constraints:
Length: - 500
id - The identifier of the flow.
public ContactFlowSummary withId(java.lang.String id)
The identifier of the flow.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 500
id - The identifier of the flow.
public java.lang.String getArn()
The Amazon Resource Name (ARN) of the flow.
The Amazon Resource Name (ARN) of the flow.
public void setArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the flow.
arn - The Amazon Resource Name (ARN) of the flow.
public ContactFlowSummary withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the flow.
Returns a reference to this object so that method calls can be chained together.
arn - The Amazon Resource Name (ARN) of the flow.
public java.lang.String getName()
The name of the flow.
Constraints:
Length: 1 -
The name of the flow.
public void setName(java.lang.String name)
The name of the flow.
Constraints:
Length: 1 -
name - The name of the flow.
public ContactFlowSummary withName(java.lang.String name)
The name of the flow.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
name - The name of the flow.
public java.lang.String getContactFlowType()
The type of flow.
Constraints:
Allowed Values: CONTACT_FLOW, CUSTOMER_QUEUE, CUSTOMER_HOLD,
CUSTOMER_WHISPER, AGENT_HOLD, AGENT_WHISPER, OUTBOUND_WHISPER,
AGENT_TRANSFER, QUEUE_TRANSFER
The type of flow.
ContactFlowTypepublic void setContactFlowType(java.lang.String contactFlowType)
The type of flow.
Constraints:
Allowed Values: CONTACT_FLOW, CUSTOMER_QUEUE, CUSTOMER_HOLD,
CUSTOMER_WHISPER, AGENT_HOLD, AGENT_WHISPER, OUTBOUND_WHISPER,
AGENT_TRANSFER, QUEUE_TRANSFER
contactFlowType - The type of flow.
ContactFlowTypepublic ContactFlowSummary withContactFlowType(java.lang.String contactFlowType)
The type of flow.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CONTACT_FLOW, CUSTOMER_QUEUE, CUSTOMER_HOLD,
CUSTOMER_WHISPER, AGENT_HOLD, AGENT_WHISPER, OUTBOUND_WHISPER,
AGENT_TRANSFER, QUEUE_TRANSFER
contactFlowType - The type of flow.
ContactFlowTypepublic void setContactFlowType(ContactFlowType contactFlowType)
The type of flow.
Constraints:
Allowed Values: CONTACT_FLOW, CUSTOMER_QUEUE, CUSTOMER_HOLD,
CUSTOMER_WHISPER, AGENT_HOLD, AGENT_WHISPER, OUTBOUND_WHISPER,
AGENT_TRANSFER, QUEUE_TRANSFER
contactFlowType - The type of flow.
ContactFlowTypepublic ContactFlowSummary withContactFlowType(ContactFlowType contactFlowType)
The type of flow.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CONTACT_FLOW, CUSTOMER_QUEUE, CUSTOMER_HOLD,
CUSTOMER_WHISPER, AGENT_HOLD, AGENT_WHISPER, OUTBOUND_WHISPER,
AGENT_TRANSFER, QUEUE_TRANSFER
contactFlowType - The type of flow.
ContactFlowTypepublic java.lang.String getContactFlowState()
The type of flow.
Constraints:
Allowed Values: ACTIVE, ARCHIVED
The type of flow.
ContactFlowStatepublic void setContactFlowState(java.lang.String contactFlowState)
The type of flow.
Constraints:
Allowed Values: ACTIVE, ARCHIVED
contactFlowState - The type of flow.
ContactFlowStatepublic ContactFlowSummary withContactFlowState(java.lang.String contactFlowState)
The type of flow.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ACTIVE, ARCHIVED
contactFlowState - The type of flow.
ContactFlowStatepublic void setContactFlowState(ContactFlowState contactFlowState)
The type of flow.
Constraints:
Allowed Values: ACTIVE, ARCHIVED
contactFlowState - The type of flow.
ContactFlowStatepublic ContactFlowSummary withContactFlowState(ContactFlowState contactFlowState)
The type of flow.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ACTIVE, ARCHIVED
contactFlowState - The type of flow.
ContactFlowStatepublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object