@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QueueQuickConnectConfig extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a queue for a quick connect. The flow must be of type Transfer to Queue.
Constructor and Description |
---|
QueueQuickConnectConfig() |
Modifier and Type | Method and Description |
---|---|
QueueQuickConnectConfig |
clone() |
boolean |
equals(Object obj) |
String |
getContactFlowId()
The identifier of the flow.
|
String |
getQueueId()
The identifier for the queue.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setContactFlowId(String contactFlowId)
The identifier of the flow.
|
void |
setQueueId(String queueId)
The identifier for the queue.
|
String |
toString()
Returns a string representation of this object.
|
QueueQuickConnectConfig |
withContactFlowId(String contactFlowId)
The identifier of the flow.
|
QueueQuickConnectConfig |
withQueueId(String queueId)
The identifier for the queue.
|
public void setQueueId(String queueId)
The identifier for the queue.
queueId
- The identifier for the queue.public String getQueueId()
The identifier for the queue.
public QueueQuickConnectConfig withQueueId(String queueId)
The identifier for the queue.
queueId
- The identifier for the queue.public void setContactFlowId(String contactFlowId)
The identifier of the flow.
contactFlowId
- The identifier of the flow.public String getContactFlowId()
The identifier of the flow.
public QueueQuickConnectConfig withContactFlowId(String contactFlowId)
The identifier of the flow.
contactFlowId
- The identifier of the flow.public String toString()
toString
in class Object
Object.toString()
public QueueQuickConnectConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.