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/connect/model/ChatStreamingConfiguration.h>
12#include <aws/core/utils/UUID.h>
45 template<
typename InstanceIdT = Aws::String>
46 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
47 template<
typename InstanceIdT = Aws::String>
58 template<
typename ContactIdT = Aws::String>
59 void SetContactId(ContactIdT&& value) { m_contactIdHasBeenSet =
true; m_contactId = std::forward<ContactIdT>(value); }
60 template<
typename ContactIdT = Aws::String>
70 template<
typename ChatStreamingConfigurationT = ChatStreamingConfiguration>
71 void SetChatStreamingConfiguration(ChatStreamingConfigurationT&& value) { m_chatStreamingConfigurationHasBeenSet =
true; m_chatStreamingConfiguration = std::forward<ChatStreamingConfigurationT>(value); }
72 template<
typename ChatStreamingConfigurationT = ChatStreamingConfiguration>
86 template<
typename ClientTokenT = Aws::String>
87 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
88 template<
typename ClientTokenT = Aws::String>
94 bool m_instanceIdHasBeenSet =
false;
97 bool m_contactIdHasBeenSet =
false;
100 bool m_chatStreamingConfigurationHasBeenSet =
false;
103 bool m_clientTokenHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String