@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutboundCallConfig extends Object implements Serializable, Cloneable, StructuredPojo
The configuration used for outbound calls.
Constructor and Description |
---|
OutboundCallConfig() |
public void setConnectContactFlowId(String connectContactFlowId)
connectContactFlowId
- public String getConnectContactFlowId()
public OutboundCallConfig withConnectContactFlowId(String connectContactFlowId)
connectContactFlowId
- public void setConnectSourcePhoneNumber(String connectSourcePhoneNumber)
connectSourcePhoneNumber
- public String getConnectSourcePhoneNumber()
public OutboundCallConfig withConnectSourcePhoneNumber(String connectSourcePhoneNumber)
connectSourcePhoneNumber
- public void setConnectQueueId(String connectQueueId)
connectQueueId
- public String getConnectQueueId()
public OutboundCallConfig withConnectQueueId(String connectQueueId)
connectQueueId
- public void setAnswerMachineDetectionConfig(AnswerMachineDetectionConfig answerMachineDetectionConfig)
answerMachineDetectionConfig
- public AnswerMachineDetectionConfig getAnswerMachineDetectionConfig()
public OutboundCallConfig withAnswerMachineDetectionConfig(AnswerMachineDetectionConfig answerMachineDetectionConfig)
answerMachineDetectionConfig
- public String toString()
toString
in class Object
Object.toString()
public OutboundCallConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.