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/ParticipantDetails.h>
12#include <aws/connect/model/ChatMessage.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/connect/model/PersistentChat.h>
15#include <aws/connect/model/SegmentAttributeValue.h>
17#include <aws/core/utils/UUID.h>
50 template<
typename InstanceIdT = Aws::String>
51 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
52 template<
typename InstanceIdT = Aws::String>
68 template<
typename ContactFlowIdT = Aws::String>
69 void SetContactFlowId(ContactFlowIdT&& value) { m_contactFlowIdHasBeenSet =
true; m_contactFlowId = std::forward<ContactFlowIdT>(value); }
70 template<
typename ContactFlowIdT = Aws::String>
84 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
85 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
86 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
88 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
90 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
100 template<
typename ParticipantDetailsT = ParticipantDetails>
101 void SetParticipantDetails(ParticipantDetailsT&& value) { m_participantDetailsHasBeenSet =
true; m_participantDetails = std::forward<ParticipantDetailsT>(value); }
102 template<
typename ParticipantDetailsT = ParticipantDetails>
112 template<
typename InitialMessageT = ChatMessage>
113 void SetInitialMessage(InitialMessageT&& value) { m_initialMessageHasBeenSet =
true; m_initialMessage = std::forward<InitialMessageT>(value); }
114 template<
typename InitialMessageT = ChatMessage>
128 template<
typename ClientTokenT = Aws::String>
129 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
130 template<
typename ClientTokenT = Aws::String>
167 template<
typename SupportedMessagingContentTypesT = Aws::Vector<Aws::String>>
168 void SetSupportedMessagingContentTypes(SupportedMessagingContentTypesT&& value) { m_supportedMessagingContentTypesHasBeenSet =
true; m_supportedMessagingContentTypes = std::forward<SupportedMessagingContentTypesT>(value); }
169 template<
typename SupportedMessagingContentTypesT = Aws::Vector<Aws::String>>
171 template<
typename SupportedMessagingContentTypesT = Aws::String>
184 template<
typename PersistentChatT = PersistentChat>
185 void SetPersistentChat(PersistentChatT&& value) { m_persistentChatHasBeenSet =
true; m_persistentChat = std::forward<PersistentChatT>(value); }
186 template<
typename PersistentChatT = PersistentChat>
198 template<
typename RelatedContactIdT = Aws::String>
199 void SetRelatedContactId(RelatedContactIdT&& value) { m_relatedContactIdHasBeenSet =
true; m_relatedContactId = std::forward<RelatedContactIdT>(value); }
200 template<
typename RelatedContactIdT = Aws::String>
219 template<
typename SegmentAttributesT = Aws::Map<Aws::String, SegmentAttributeValue>>
220 void SetSegmentAttributes(SegmentAttributesT&& value) { m_segmentAttributesHasBeenSet =
true; m_segmentAttributes = std::forward<SegmentAttributesT>(value); }
221 template<
typename SegmentAttributesT = Aws::Map<Aws::String, SegmentAttributeValue>>
223 template<
typename SegmentAttributesKeyT = Aws::String,
typename SegmentAttributesValueT = SegmentAttributeValue>
225 m_segmentAttributesHasBeenSet =
true; m_segmentAttributes.emplace(std::forward<SegmentAttributesKeyT>(key), std::forward<SegmentAttributesValueT>(value));
return *
this;
236 template<
typename CustomerIdT = Aws::String>
237 void SetCustomerId(CustomerIdT&& value) { m_customerIdHasBeenSet =
true; m_customerId = std::forward<CustomerIdT>(value); }
238 template<
typename CustomerIdT = Aws::String>
244 bool m_instanceIdHasBeenSet =
false;
247 bool m_contactFlowIdHasBeenSet =
false;
250 bool m_attributesHasBeenSet =
false;
253 bool m_participantDetailsHasBeenSet =
false;
256 bool m_initialMessageHasBeenSet =
false;
259 bool m_clientTokenHasBeenSet =
true;
261 int m_chatDurationInMinutes{0};
262 bool m_chatDurationInMinutesHasBeenSet =
false;
265 bool m_supportedMessagingContentTypesHasBeenSet =
false;
267 PersistentChat m_persistentChat;
268 bool m_persistentChatHasBeenSet =
false;
271 bool m_relatedContactIdHasBeenSet =
false;
274 bool m_segmentAttributesHasBeenSet =
false;
277 bool m_customerIdHasBeenSet =
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