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/connect/model/Channel.h>
12#include <aws/connect/model/ContactInitiationMethod.h>
13#include <aws/connect/model/UserInfo.h>
14#include <aws/connect/model/InitiateAs.h>
15#include <aws/connect/model/Reference.h>
16#include <aws/connect/model/SegmentAttributeValue.h>
18#include <aws/core/utils/UUID.h>
51 template<
typename InstanceIdT = Aws::String>
52 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
53 template<
typename InstanceIdT = Aws::String>
67 template<
typename ClientTokenT = Aws::String>
68 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
69 template<
typename ClientTokenT = Aws::String>
79 template<
typename RelatedContactIdT = Aws::String>
80 void SetRelatedContactId(RelatedContactIdT&& value) { m_relatedContactIdHasBeenSet =
true; m_relatedContactId = std::forward<RelatedContactIdT>(value); }
81 template<
typename RelatedContactIdT = Aws::String>
95 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
96 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
97 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
99 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
101 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
113 template<
typename ReferencesT = Aws::Map<Aws::String, Reference>>
114 void SetReferences(ReferencesT&& value) { m_referencesHasBeenSet =
true; m_references = std::forward<ReferencesT>(value); }
115 template<
typename ReferencesT = Aws::Map<Aws::String, Reference>>
117 template<
typename ReferencesKeyT = Aws::String,
typename ReferencesValueT = Reference>
119 m_referencesHasBeenSet =
true; m_references.emplace(std::forward<ReferencesKeyT>(key), std::forward<ReferencesValueT>(value));
return *
this;
167 template<
typename UserInfoT = UserInfo>
168 void SetUserInfo(UserInfoT&& value) { m_userInfoHasBeenSet =
true; m_userInfo = std::forward<UserInfoT>(value); }
169 template<
typename UserInfoT = UserInfo>
189 template<
typename NameT = Aws::String>
190 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
191 template<
typename NameT = Aws::String>
201 template<
typename DescriptionT = Aws::String>
202 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
203 template<
typename DescriptionT = Aws::String>
221 template<
typename SegmentAttributesT = Aws::Map<Aws::String, SegmentAttributeValue>>
222 void SetSegmentAttributes(SegmentAttributesT&& value) { m_segmentAttributesHasBeenSet =
true; m_segmentAttributes = std::forward<SegmentAttributesT>(value); }
223 template<
typename SegmentAttributesT = Aws::Map<Aws::String, SegmentAttributeValue>>
225 template<
typename SegmentAttributesKeyT = Aws::String,
typename SegmentAttributesValueT = SegmentAttributeValue>
227 m_segmentAttributesHasBeenSet =
true; m_segmentAttributes.emplace(std::forward<SegmentAttributesKeyT>(key), std::forward<SegmentAttributesValueT>(value));
return *
this;
241 template<
typename PreviousContactIdT = Aws::String>
242 void SetPreviousContactId(PreviousContactIdT&& value) { m_previousContactIdHasBeenSet =
true; m_previousContactId = std::forward<PreviousContactIdT>(value); }
243 template<
typename PreviousContactIdT = Aws::String>
249 bool m_instanceIdHasBeenSet =
false;
252 bool m_clientTokenHasBeenSet =
false;
255 bool m_relatedContactIdHasBeenSet =
false;
258 bool m_attributesHasBeenSet =
false;
261 bool m_referencesHasBeenSet =
false;
264 bool m_channelHasBeenSet =
false;
267 bool m_initiationMethodHasBeenSet =
false;
269 int m_expiryDurationInMinutes{0};
270 bool m_expiryDurationInMinutesHasBeenSet =
false;
273 bool m_userInfoHasBeenSet =
false;
276 bool m_initiateAsHasBeenSet =
false;
279 bool m_nameHasBeenSet =
false;
282 bool m_descriptionHasBeenSet =
false;
285 bool m_segmentAttributesHasBeenSet =
false;
288 bool m_previousContactIdHasBeenSet =
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