public class ContactFlowSummary
extends java.lang.Object
implements java.io.Serializable
Contains summary information about a contact flow.
You can also create and update contact 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 contact flow.
|
java.lang.String |
getContactFlowType()
The type of contact flow.
|
java.lang.String |
getId()
The identifier of the contact flow.
|
java.lang.String |
getName()
The name of the contact flow.
|
int |
hashCode() |
void |
setArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the contact flow.
|
void |
setContactFlowType(ContactFlowType contactFlowType)
The type of contact flow.
|
void |
setContactFlowType(java.lang.String contactFlowType)
The type of contact flow.
|
void |
setId(java.lang.String id)
The identifier of the contact flow.
|
void |
setName(java.lang.String name)
The name of the contact 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 contact flow.
|
ContactFlowSummary |
withContactFlowType(ContactFlowType contactFlowType)
The type of contact flow.
|
ContactFlowSummary |
withContactFlowType(java.lang.String contactFlowType)
The type of contact flow.
|
ContactFlowSummary |
withId(java.lang.String id)
The identifier of the contact flow.
|
ContactFlowSummary |
withName(java.lang.String name)
The name of the contact flow.
|
public java.lang.String getId()
The identifier of the contact flow.
Constraints:
Length: - 500
The identifier of the contact flow.
public void setId(java.lang.String id)
The identifier of the contact flow.
Constraints:
Length: - 500
id
- The identifier of the contact flow.
public ContactFlowSummary withId(java.lang.String id)
The identifier of the contact flow.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 500
id
- The identifier of the contact flow.
public java.lang.String getArn()
The Amazon Resource Name (ARN) of the contact flow.
The Amazon Resource Name (ARN) of the contact flow.
public void setArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the contact flow.
arn
- The Amazon Resource Name (ARN) of the contact flow.
public ContactFlowSummary withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the contact flow.
Returns a reference to this object so that method calls can be chained together.
arn
- The Amazon Resource Name (ARN) of the contact flow.
public java.lang.String getName()
The name of the contact flow.
Constraints:
Length: 1 -
The name of the contact flow.
public void setName(java.lang.String name)
The name of the contact flow.
Constraints:
Length: 1 -
name
- The name of the contact flow.
public ContactFlowSummary withName(java.lang.String name)
The name of the contact flow.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
name
- The name of the contact flow.
public java.lang.String getContactFlowType()
The type of contact 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 contact flow.
ContactFlowType
public void setContactFlowType(java.lang.String contactFlowType)
The type of contact 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 contact flow.
ContactFlowType
public ContactFlowSummary withContactFlowType(java.lang.String contactFlowType)
The type of contact 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 contact flow.
ContactFlowType
public void setContactFlowType(ContactFlowType contactFlowType)
The type of contact 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 contact flow.
ContactFlowType
public ContactFlowSummary withContactFlowType(ContactFlowType contactFlowType)
The type of contact 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 contact flow.
ContactFlowType
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.