7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/MonitorCapability.h>
10#include <aws/core/utils/UUID.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename InstanceIdT = Aws::String>
43 m_instanceIdHasBeenSet =
true;
44 m_instanceId = std::forward<InstanceIdT>(value);
46 template <
typename InstanceIdT = Aws::String>
59 template <
typename ContactIdT = Aws::String>
61 m_contactIdHasBeenSet =
true;
62 m_contactId = std::forward<ContactIdT>(value);
64 template <
typename ContactIdT = Aws::String>
77 template <
typename UserIdT = Aws::String>
79 m_userIdHasBeenSet =
true;
80 m_userId = std::forward<UserIdT>(value);
82 template <
typename UserIdT = Aws::String>
97 template <
typename AllowedMonitorCapabilitiesT = Aws::Vector<MonitorCapability>>
99 m_allowedMonitorCapabilitiesHasBeenSet =
true;
100 m_allowedMonitorCapabilities = std::forward<AllowedMonitorCapabilitiesT>(value);
102 template <
typename AllowedMonitorCapabilitiesT = Aws::Vector<MonitorCapability>>
108 m_allowedMonitorCapabilitiesHasBeenSet =
true;
109 m_allowedMonitorCapabilities.push_back(value);
124 template <
typename ClientTokenT = Aws::String>
126 m_clientTokenHasBeenSet =
true;
127 m_clientToken = std::forward<ClientTokenT>(value);
129 template <
typename ClientTokenT = Aws::String>
145 bool m_instanceIdHasBeenSet =
false;
146 bool m_contactIdHasBeenSet =
false;
147 bool m_userIdHasBeenSet =
false;
148 bool m_allowedMonitorCapabilitiesHasBeenSet =
false;
149 bool m_clientTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector