7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/ConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/connect/model/Reference.h>
13#include <aws/connect/model/SegmentAttributeValue.h>
15#include <aws/core/utils/UUID.h>
48 template<
typename InstanceIdT = Aws::String>
49 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
50 template<
typename InstanceIdT = Aws::String>
63 template<
typename PreviousContactIdT = Aws::String>
64 void SetPreviousContactId(PreviousContactIdT&& value) { m_previousContactIdHasBeenSet =
true; m_previousContactId = std::forward<PreviousContactIdT>(value); }
65 template<
typename PreviousContactIdT = Aws::String>
81 template<
typename ContactFlowIdT = Aws::String>
82 void SetContactFlowId(ContactFlowIdT&& value) { m_contactFlowIdHasBeenSet =
true; m_contactFlowId = std::forward<ContactFlowIdT>(value); }
83 template<
typename ContactFlowIdT = Aws::String>
97 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
98 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
99 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
101 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
103 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
114 template<
typename NameT = Aws::String>
115 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
116 template<
typename NameT = Aws::String>
130 template<
typename ReferencesT = Aws::Map<Aws::String, Reference>>
131 void SetReferences(ReferencesT&& value) { m_referencesHasBeenSet =
true; m_references = std::forward<ReferencesT>(value); }
132 template<
typename ReferencesT = Aws::Map<Aws::String, Reference>>
134 template<
typename ReferencesKeyT = Aws::String,
typename ReferencesValueT = Reference>
136 m_referencesHasBeenSet =
true; m_references.emplace(std::forward<ReferencesKeyT>(key), std::forward<ReferencesValueT>(value));
return *
this;
147 template<
typename DescriptionT = Aws::String>
148 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
149 template<
typename DescriptionT = Aws::String>
163 template<
typename ClientTokenT = Aws::String>
164 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
165 template<
typename ClientTokenT = Aws::String>
177 template<
typename ScheduledTimeT = Aws::Utils::DateTime>
178 void SetScheduledTime(ScheduledTimeT&& value) { m_scheduledTimeHasBeenSet =
true; m_scheduledTime = std::forward<ScheduledTimeT>(value); }
179 template<
typename ScheduledTimeT = Aws::Utils::DateTime>
192 template<
typename TaskTemplateIdT = Aws::String>
193 void SetTaskTemplateId(TaskTemplateIdT&& value) { m_taskTemplateIdHasBeenSet =
true; m_taskTemplateId = std::forward<TaskTemplateIdT>(value); }
194 template<
typename TaskTemplateIdT = Aws::String>
208 template<
typename QuickConnectIdT = Aws::String>
209 void SetQuickConnectId(QuickConnectIdT&& value) { m_quickConnectIdHasBeenSet =
true; m_quickConnectId = std::forward<QuickConnectIdT>(value); }
210 template<
typename QuickConnectIdT = Aws::String>
227 template<
typename RelatedContactIdT = Aws::String>
228 void SetRelatedContactId(RelatedContactIdT&& value) { m_relatedContactIdHasBeenSet =
true; m_relatedContactId = std::forward<RelatedContactIdT>(value); }
229 template<
typename RelatedContactIdT = Aws::String>
252 template<
typename SegmentAttributesT = Aws::Map<Aws::String, SegmentAttributeValue>>
253 void SetSegmentAttributes(SegmentAttributesT&& value) { m_segmentAttributesHasBeenSet =
true; m_segmentAttributes = std::forward<SegmentAttributesT>(value); }
254 template<
typename SegmentAttributesT = Aws::Map<Aws::String, SegmentAttributeValue>>
256 template<
typename SegmentAttributesKeyT = Aws::String,
typename SegmentAttributesValueT = SegmentAttributeValue>
258 m_segmentAttributesHasBeenSet =
true; m_segmentAttributes.emplace(std::forward<SegmentAttributesKeyT>(key), std::forward<SegmentAttributesValueT>(value));
return *
this;
264 bool m_instanceIdHasBeenSet =
false;
267 bool m_previousContactIdHasBeenSet =
false;
270 bool m_contactFlowIdHasBeenSet =
false;
273 bool m_attributesHasBeenSet =
false;
276 bool m_nameHasBeenSet =
false;
279 bool m_referencesHasBeenSet =
false;
282 bool m_descriptionHasBeenSet =
false;
285 bool m_clientTokenHasBeenSet =
false;
288 bool m_scheduledTimeHasBeenSet =
false;
291 bool m_taskTemplateIdHasBeenSet =
false;
294 bool m_quickConnectIdHasBeenSet =
false;
297 bool m_relatedContactIdHasBeenSet =
false;
300 bool m_segmentAttributesHasBeenSet =
false;
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