7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename InstanceIdT = Aws::String>
41 m_instanceIdHasBeenSet =
true;
42 m_instanceId = std::forward<InstanceIdT>(value);
44 template <
typename InstanceIdT = Aws::String>
57 template <
typename EmailAddressIdT = Aws::String>
59 m_emailAddressIdHasBeenSet =
true;
60 m_emailAddressId = std::forward<EmailAddressIdT>(value);
62 template <
typename EmailAddressIdT = Aws::String>
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
93 template <
typename DisplayNameT = Aws::String>
95 m_displayNameHasBeenSet =
true;
96 m_displayName = std::forward<DisplayNameT>(value);
98 template <
typename DisplayNameT = Aws::String>
115 template <
typename ClientTokenT = Aws::String>
117 m_clientTokenHasBeenSet =
true;
118 m_clientToken = std::forward<ClientTokenT>(value);
120 template <
typename ClientTokenT = Aws::String>
136 bool m_instanceIdHasBeenSet =
false;
137 bool m_emailAddressIdHasBeenSet =
false;
138 bool m_descriptionHasBeenSet =
false;
139 bool m_displayNameHasBeenSet =
false;
140 bool m_clientTokenHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String