7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/AnswerMachineDetectionConfig.h>
10#include <aws/connect/model/OutboundStrategy.h>
11#include <aws/connect/model/Reference.h>
12#include <aws/connect/model/TrafficType.h>
13#include <aws/core/utils/UUID.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
65 template <
typename DescriptionT = Aws::String>
67 m_descriptionHasBeenSet =
true;
68 m_description = std::forward<DescriptionT>(value);
70 template <
typename DescriptionT = Aws::String>
87 template <
typename ReferencesT = Aws::Map<Aws::String, Reference>>
89 m_referencesHasBeenSet =
true;
90 m_references = std::forward<ReferencesT>(value);
92 template <
typename ReferencesT = Aws::Map<Aws::String, Reference>>
97 template <
typename ReferencesKeyT = Aws::String,
typename ReferencesValueT = Reference>
99 m_referencesHasBeenSet =
true;
100 m_references.emplace(std::forward<ReferencesKeyT>(key), std::forward<ReferencesValueT>(value));
116 template <
typename RelatedContactIdT = Aws::String>
118 m_relatedContactIdHasBeenSet =
true;
119 m_relatedContactId = std::forward<RelatedContactIdT>(value);
121 template <
typename RelatedContactIdT = Aws::String>
134 template <
typename DestinationPhoneNumberT = Aws::String>
136 m_destinationPhoneNumberHasBeenSet =
true;
137 m_destinationPhoneNumber = std::forward<DestinationPhoneNumberT>(value);
139 template <
typename DestinationPhoneNumberT = Aws::String>
158 template <
typename ContactFlowIdT = Aws::String>
160 m_contactFlowIdHasBeenSet =
true;
161 m_contactFlowId = std::forward<ContactFlowIdT>(value);
163 template <
typename ContactFlowIdT = Aws::String>
178 template <
typename InstanceIdT = Aws::String>
180 m_instanceIdHasBeenSet =
true;
181 m_instanceId = std::forward<InstanceIdT>(value);
183 template <
typename InstanceIdT = Aws::String>
201 template <
typename ClientTokenT = Aws::String>
203 m_clientTokenHasBeenSet =
true;
204 m_clientToken = std::forward<ClientTokenT>(value);
206 template <
typename ClientTokenT = Aws::String>
221 template <
typename SourcePhoneNumberT = Aws::String>
223 m_sourcePhoneNumberHasBeenSet =
true;
224 m_sourcePhoneNumber = std::forward<SourcePhoneNumberT>(value);
226 template <
typename SourcePhoneNumberT = Aws::String>
242 template <
typename QueueIdT = Aws::String>
244 m_queueIdHasBeenSet =
true;
245 m_queueId = std::forward<QueueIdT>(value);
247 template <
typename QueueIdT = Aws::String>
264 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
266 m_attributesHasBeenSet =
true;
267 m_attributes = std::forward<AttributesT>(value);
269 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
274 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
276 m_attributesHasBeenSet =
true;
277 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
288 template <
typename AnswerMachineDetectionConfigT = AnswerMachineDetectionConfig>
290 m_answerMachineDetectionConfigHasBeenSet =
true;
291 m_answerMachineDetectionConfig = std::forward<AnswerMachineDetectionConfigT>(value);
293 template <
typename AnswerMachineDetectionConfigT = AnswerMachineDetectionConfig>
306 template <
typename CampaignIdT = Aws::String>
308 m_campaignIdHasBeenSet =
true;
309 m_campaignId = std::forward<CampaignIdT>(value);
311 template <
typename CampaignIdT = Aws::String>
328 m_trafficTypeHasBeenSet =
true;
329 m_trafficType = value;
343 template <
typename OutboundStrategyT = OutboundStrategy>
345 m_outboundStrategyHasBeenSet =
true;
346 m_outboundStrategy = std::forward<OutboundStrategyT>(value);
348 template <
typename OutboundStrategyT = OutboundStrategy>
356 bool m_nameHasBeenSet =
false;
359 bool m_descriptionHasBeenSet =
false;
362 bool m_referencesHasBeenSet =
false;
365 bool m_relatedContactIdHasBeenSet =
false;
368 bool m_destinationPhoneNumberHasBeenSet =
false;
371 bool m_contactFlowIdHasBeenSet =
false;
374 bool m_instanceIdHasBeenSet =
false;
377 bool m_clientTokenHasBeenSet =
true;
380 bool m_sourcePhoneNumberHasBeenSet =
false;
383 bool m_queueIdHasBeenSet =
false;
386 bool m_attributesHasBeenSet =
false;
388 AnswerMachineDetectionConfig m_answerMachineDetectionConfig;
389 bool m_answerMachineDetectionConfigHasBeenSet =
false;
392 bool m_campaignIdHasBeenSet =
false;
395 bool m_trafficTypeHasBeenSet =
false;
397 OutboundStrategy m_outboundStrategy;
398 bool m_outboundStrategyHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String