7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/ChatStreamingConfiguration.h>
10#include <aws/core/utils/UUID.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename InstanceIdT = Aws::String>
43 m_instanceIdHasBeenSet =
true;
44 m_instanceId = std::forward<InstanceIdT>(value);
46 template <
typename InstanceIdT = Aws::String>
60 template <
typename ContactIdT = Aws::String>
62 m_contactIdHasBeenSet =
true;
63 m_contactId = std::forward<ContactIdT>(value);
65 template <
typename ContactIdT = Aws::String>
78 template <
typename ChatStreamingConfigurationT = ChatStreamingConfiguration>
80 m_chatStreamingConfigurationHasBeenSet =
true;
81 m_chatStreamingConfiguration = std::forward<ChatStreamingConfigurationT>(value);
83 template <
typename ChatStreamingConfigurationT = ChatStreamingConfiguration>
100 template <
typename ClientTokenT = Aws::String>
102 m_clientTokenHasBeenSet =
true;
103 m_clientToken = std::forward<ClientTokenT>(value);
105 template <
typename ClientTokenT = Aws::String>
113 bool m_instanceIdHasBeenSet =
false;
116 bool m_contactIdHasBeenSet =
false;
119 bool m_chatStreamingConfigurationHasBeenSet =
false;
122 bool m_clientTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String