7#include <aws/connectcampaigns/ConnectCampaigns_EXPORTS.h>
8#include <aws/connectcampaigns/model/AnswerMachineDetectionConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ConnectCampaigns {
39 template <
typename ConnectContactFlowIdT = Aws::String>
41 m_connectContactFlowIdHasBeenSet =
true;
42 m_connectContactFlowId = std::forward<ConnectContactFlowIdT>(value);
44 template <
typename ConnectContactFlowIdT = Aws::String>
55 template <
typename ConnectSourcePhoneNumberT = Aws::String>
57 m_connectSourcePhoneNumberHasBeenSet =
true;
58 m_connectSourcePhoneNumber = std::forward<ConnectSourcePhoneNumberT>(value);
60 template <
typename ConnectSourcePhoneNumberT = Aws::String>
71 template <
typename ConnectQueueIdT = Aws::String>
73 m_connectQueueIdHasBeenSet =
true;
74 m_connectQueueId = std::forward<ConnectQueueIdT>(value);
76 template <
typename ConnectQueueIdT = Aws::String>
87 template <
typename AnswerMachineDetectionConfigT = AnswerMachineDetectionConfig>
89 m_answerMachineDetectionConfigHasBeenSet =
true;
90 m_answerMachineDetectionConfig = std::forward<AnswerMachineDetectionConfigT>(value);
92 template <
typename AnswerMachineDetectionConfigT = AnswerMachineDetectionConfig>
106 bool m_connectContactFlowIdHasBeenSet =
false;
107 bool m_connectSourcePhoneNumberHasBeenSet =
false;
108 bool m_connectQueueIdHasBeenSet =
false;
109 bool m_answerMachineDetectionConfigHasBeenSet =
false;
OutboundCallConfig & WithAnswerMachineDetectionConfig(AnswerMachineDetectionConfigT &&value)
void SetConnectContactFlowId(ConnectContactFlowIdT &&value)
AWS_CONNECTCAMPAIGNS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetConnectSourcePhoneNumber(ConnectSourcePhoneNumberT &&value)
bool ConnectQueueIdHasBeenSet() const
AWS_CONNECTCAMPAIGNS_API OutboundCallConfig()=default
const Aws::String & GetConnectContactFlowId() const
OutboundCallConfig & WithConnectSourcePhoneNumber(ConnectSourcePhoneNumberT &&value)
AWS_CONNECTCAMPAIGNS_API OutboundCallConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCAMPAIGNS_API OutboundCallConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConnectQueueId(ConnectQueueIdT &&value)
bool ConnectContactFlowIdHasBeenSet() const
const Aws::String & GetConnectSourcePhoneNumber() const
const AnswerMachineDetectionConfig & GetAnswerMachineDetectionConfig() const
bool ConnectSourcePhoneNumberHasBeenSet() const
OutboundCallConfig & WithConnectContactFlowId(ConnectContactFlowIdT &&value)
OutboundCallConfig & WithConnectQueueId(ConnectQueueIdT &&value)
void SetAnswerMachineDetectionConfig(AnswerMachineDetectionConfigT &&value)
bool AnswerMachineDetectionConfigHasBeenSet() const
const Aws::String & GetConnectQueueId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue