7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/ExternalInvocationConfiguration.h>
10#include <aws/core/utils/UUID.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename InstanceIdT = Aws::String>
44 m_instanceIdHasBeenSet =
true;
45 m_instanceId = std::forward<InstanceIdT>(value);
47 template <
typename InstanceIdT = Aws::String>
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
99 template <
typename ContentT = Aws::String>
101 m_contentHasBeenSet =
true;
102 m_content = std::forward<ContentT>(value);
104 template <
typename ContentT = Aws::String>
118 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
120 m_tagsHasBeenSet =
true;
121 m_tags = std::forward<TagsT>(value);
123 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
125 SetTags(std::forward<TagsT>(value));
128 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
130 m_tagsHasBeenSet =
true;
131 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
146 template <
typename ClientTokenT = Aws::String>
148 m_clientTokenHasBeenSet =
true;
149 m_clientToken = std::forward<ClientTokenT>(value);
151 template <
typename ClientTokenT = Aws::String>
164 template <
typename SettingsT = Aws::String>
166 m_settingsHasBeenSet =
true;
167 m_settings = std::forward<SettingsT>(value);
169 template <
typename SettingsT = Aws::String>
182 template <
typename ExternalInvocationConfigurationT = ExternalInvocationConfiguration>
184 m_externalInvocationConfigurationHasBeenSet =
true;
185 m_externalInvocationConfiguration = std::forward<ExternalInvocationConfigurationT>(value);
187 template <
typename ExternalInvocationConfigurationT = ExternalInvocationConfiguration>
208 ExternalInvocationConfiguration m_externalInvocationConfiguration;
209 bool m_instanceIdHasBeenSet =
false;
210 bool m_nameHasBeenSet =
false;
211 bool m_descriptionHasBeenSet =
false;
212 bool m_contentHasBeenSet =
false;
213 bool m_tagsHasBeenSet =
false;
214 bool m_clientTokenHasBeenSet =
true;
215 bool m_settingsHasBeenSet =
false;
216 bool m_externalInvocationConfigurationHasBeenSet =
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