public class QueueQuickConnectConfig
extends java.lang.Object
implements java.io.Serializable
Contains information about a queue for a quick connect. The contact flow must be of type Transfer to Queue.
Constructor and Description |
---|
QueueQuickConnectConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContactFlowId()
The identifier of the contact flow.
|
java.lang.String |
getQueueId()
The identifier of the queue.
|
int |
hashCode() |
void |
setContactFlowId(java.lang.String contactFlowId)
The identifier of the contact flow.
|
void |
setQueueId(java.lang.String queueId)
The identifier of the queue.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
QueueQuickConnectConfig |
withContactFlowId(java.lang.String contactFlowId)
The identifier of the contact flow.
|
QueueQuickConnectConfig |
withQueueId(java.lang.String queueId)
The identifier of the queue.
|
public java.lang.String getQueueId()
The identifier of the queue.
The identifier of the queue.
public void setQueueId(java.lang.String queueId)
The identifier of the queue.
queueId
- The identifier of the queue.
public QueueQuickConnectConfig withQueueId(java.lang.String queueId)
The identifier of the queue.
Returns a reference to this object so that method calls can be chained together.
queueId
- The identifier of the queue.
public java.lang.String getContactFlowId()
The identifier of the contact flow.
Constraints:
Length: - 500
The identifier of the contact flow.
public void setContactFlowId(java.lang.String contactFlowId)
The identifier of the contact flow.
Constraints:
Length: - 500
contactFlowId
- The identifier of the contact flow.
public QueueQuickConnectConfig withContactFlowId(java.lang.String contactFlowId)
The identifier of the contact flow.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 500
contactFlowId
- The identifier of the contact flow.
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.