7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/Reference.h>
10#include <aws/connect/model/SegmentAttributeValue.h>
11#include <aws/connect/model/TaskAttachment.h>
12#include <aws/core/utils/DateTime.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>
16#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename InstanceIdT = Aws::String>
48 m_instanceIdHasBeenSet =
true;
49 m_instanceId = std::forward<InstanceIdT>(value);
51 template <
typename InstanceIdT = Aws::String>
67 template <
typename PreviousContactIdT = Aws::String>
69 m_previousContactIdHasBeenSet =
true;
70 m_previousContactId = std::forward<PreviousContactIdT>(value);
72 template <
typename PreviousContactIdT = Aws::String>
91 template <
typename ContactFlowIdT = Aws::String>
93 m_contactFlowIdHasBeenSet =
true;
94 m_contactFlowId = std::forward<ContactFlowIdT>(value);
96 template <
typename ContactFlowIdT = Aws::String>
113 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
115 m_attributesHasBeenSet =
true;
116 m_attributes = std::forward<AttributesT>(value);
118 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
123 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
125 m_attributesHasBeenSet =
true;
126 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
138 template <
typename NameT = Aws::String>
140 m_nameHasBeenSet =
true;
141 m_name = std::forward<NameT>(value);
143 template <
typename NameT = Aws::String>
145 SetName(std::forward<NameT>(value));
160 template <
typename ReferencesT = Aws::Map<Aws::String, Reference>>
162 m_referencesHasBeenSet =
true;
163 m_references = std::forward<ReferencesT>(value);
165 template <
typename ReferencesT = Aws::Map<Aws::String, Reference>>
170 template <
typename ReferencesKeyT = Aws::String,
typename ReferencesValueT = Reference>
172 m_referencesHasBeenSet =
true;
173 m_references.emplace(std::forward<ReferencesKeyT>(key), std::forward<ReferencesValueT>(value));
185 template <
typename DescriptionT = Aws::String>
187 m_descriptionHasBeenSet =
true;
188 m_description = std::forward<DescriptionT>(value);
190 template <
typename DescriptionT = Aws::String>
207 template <
typename ClientTokenT = Aws::String>
209 m_clientTokenHasBeenSet =
true;
210 m_clientToken = std::forward<ClientTokenT>(value);
212 template <
typename ClientTokenT = Aws::String>
227 template <
typename ScheduledTimeT = Aws::Utils::DateTime>
229 m_scheduledTimeHasBeenSet =
true;
230 m_scheduledTime = std::forward<ScheduledTimeT>(value);
232 template <
typename ScheduledTimeT = Aws::Utils::DateTime>
248 template <
typename TaskTemplateIdT = Aws::String>
250 m_taskTemplateIdHasBeenSet =
true;
251 m_taskTemplateId = std::forward<TaskTemplateIdT>(value);
253 template <
typename TaskTemplateIdT = Aws::String>
270 template <
typename QuickConnectIdT = Aws::String>
272 m_quickConnectIdHasBeenSet =
true;
273 m_quickConnectId = std::forward<QuickConnectIdT>(value);
275 template <
typename QuickConnectIdT = Aws::String>
295 template <
typename RelatedContactIdT = Aws::String>
297 m_relatedContactIdHasBeenSet =
true;
298 m_relatedContactId = std::forward<RelatedContactIdT>(value);
300 template <
typename RelatedContactIdT = Aws::String>
326 template <
typename SegmentAttributesT = Aws::Map<Aws::String, SegmentAttributeValue>>
328 m_segmentAttributesHasBeenSet =
true;
329 m_segmentAttributes = std::forward<SegmentAttributesT>(value);
331 template <
typename SegmentAttributesT = Aws::Map<Aws::String, SegmentAttributeValue>>
336 template <
typename SegmentAttributesKeyT = Aws::String,
typename SegmentAttributesValueT = SegmentAttributeValue>
338 m_segmentAttributesHasBeenSet =
true;
339 m_segmentAttributes.emplace(std::forward<SegmentAttributesKeyT>(key), std::forward<SegmentAttributesValueT>(value));
351 template <
typename AttachmentsT = Aws::Vector<TaskAttachment>>
353 m_attachmentsHasBeenSet =
true;
354 m_attachments = std::forward<AttachmentsT>(value);
356 template <
typename AttachmentsT = Aws::Vector<TaskAttachment>>
361 template <
typename AttachmentsT = TaskAttachment>
363 m_attachmentsHasBeenSet =
true;
364 m_attachments.emplace_back(std::forward<AttachmentsT>(value));
396 bool m_instanceIdHasBeenSet =
false;
397 bool m_previousContactIdHasBeenSet =
false;
398 bool m_contactFlowIdHasBeenSet =
false;
399 bool m_attributesHasBeenSet =
false;
400 bool m_nameHasBeenSet =
false;
401 bool m_referencesHasBeenSet =
false;
402 bool m_descriptionHasBeenSet =
false;
403 bool m_clientTokenHasBeenSet =
true;
404 bool m_scheduledTimeHasBeenSet =
false;
405 bool m_taskTemplateIdHasBeenSet =
false;
406 bool m_quickConnectIdHasBeenSet =
false;
407 bool m_relatedContactIdHasBeenSet =
false;
408 bool m_segmentAttributesHasBeenSet =
false;
409 bool m_attachmentsHasBeenSet =
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
std::vector< T, Aws::Allocator< T > > Vector