7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ContactFlowModuleState.h>
9#include <aws/connect/model/ContactFlowModuleStatus.h>
10#include <aws/connect/model/ExternalInvocationConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
62 template <
typename IdT = Aws::String>
64 m_idHasBeenSet =
true;
65 m_id = std::forward<IdT>(value);
67 template <
typename IdT = Aws::String>
69 SetId(std::forward<IdT>(value));
80 template <
typename NameT = Aws::String>
82 m_nameHasBeenSet =
true;
83 m_name = std::forward<NameT>(value);
85 template <
typename NameT = Aws::String>
87 SetName(std::forward<NameT>(value));
101 template <
typename ContentT = Aws::String>
103 m_contentHasBeenSet =
true;
104 m_content = std::forward<ContentT>(value);
106 template <
typename ContentT = Aws::String>
119 template <
typename DescriptionT = Aws::String>
121 m_descriptionHasBeenSet =
true;
122 m_description = std::forward<DescriptionT>(value);
124 template <
typename DescriptionT = Aws::String>
138 m_stateHasBeenSet =
true;
154 m_statusHasBeenSet =
true;
170 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
172 m_tagsHasBeenSet =
true;
173 m_tags = std::forward<TagsT>(value);
175 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
177 SetTags(std::forward<TagsT>(value));
180 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
182 m_tagsHasBeenSet =
true;
183 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
194 template <
typename FlowModuleContentSha256T = Aws::String>
196 m_flowModuleContentSha256HasBeenSet =
true;
197 m_flowModuleContentSha256 = std::forward<FlowModuleContentSha256T>(value);
199 template <
typename FlowModuleContentSha256T = Aws::String>
213 m_versionHasBeenSet =
true;
228 template <
typename VersionDescriptionT = Aws::String>
230 m_versionDescriptionHasBeenSet =
true;
231 m_versionDescription = std::forward<VersionDescriptionT>(value);
233 template <
typename VersionDescriptionT = Aws::String>
246 template <
typename SettingsT = Aws::String>
248 m_settingsHasBeenSet =
true;
249 m_settings = std::forward<SettingsT>(value);
251 template <
typename SettingsT = Aws::String>
264 template <
typename ExternalInvocationConfigurationT = ExternalInvocationConfiguration>
266 m_externalInvocationConfigurationHasBeenSet =
true;
267 m_externalInvocationConfiguration = std::forward<ExternalInvocationConfigurationT>(value);
269 template <
typename ExternalInvocationConfigurationT = ExternalInvocationConfiguration>
294 long long m_version{0};
300 ExternalInvocationConfiguration m_externalInvocationConfiguration;
301 bool m_arnHasBeenSet =
false;
302 bool m_idHasBeenSet =
false;
303 bool m_nameHasBeenSet =
false;
304 bool m_contentHasBeenSet =
false;
305 bool m_descriptionHasBeenSet =
false;
306 bool m_stateHasBeenSet =
false;
307 bool m_statusHasBeenSet =
false;
308 bool m_tagsHasBeenSet =
false;
309 bool m_flowModuleContentSha256HasBeenSet =
false;
310 bool m_versionHasBeenSet =
false;
311 bool m_versionDescriptionHasBeenSet =
false;
312 bool m_settingsHasBeenSet =
false;
313 bool m_externalInvocationConfigurationHasBeenSet =
false;
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
Aws::Utils::Json::JsonValue JsonValue