7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/ContactFlowType.h>
10#include <aws/connect/model/ContactFlowState.h>
11#include <aws/connect/model/ContactFlowStatus.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/DateTime.h>
51 template<
typename ArnT = Aws::String>
52 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
53 template<
typename ArnT = Aws::String>
63 template<
typename IdT = Aws::String>
64 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
65 template<
typename IdT = Aws::String>
75 template<
typename NameT = Aws::String>
76 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
77 template<
typename NameT = Aws::String>
119 template<
typename DescriptionT = Aws::String>
120 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
121 template<
typename DescriptionT = Aws::String>
135 template<
typename ContentT = Aws::String>
136 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
137 template<
typename ContentT = Aws::String>
148 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
149 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
150 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
152 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
154 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
164 template<
typename FlowContentSha256T = Aws::String>
165 void SetFlowContentSha256(FlowContentSha256T&& value) { m_flowContentSha256HasBeenSet =
true; m_flowContentSha256 = std::forward<FlowContentSha256T>(value); }
166 template<
typename FlowContentSha256T = Aws::String>
176 inline void SetVersion(
long long value) { m_versionHasBeenSet =
true; m_version = value; }
186 template<
typename VersionDescriptionT = Aws::String>
187 void SetVersionDescription(VersionDescriptionT&& value) { m_versionDescriptionHasBeenSet =
true; m_versionDescription = std::forward<VersionDescriptionT>(value); }
188 template<
typename VersionDescriptionT = Aws::String>
198 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
199 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
200 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
210 template<
typename LastModifiedRegionT = Aws::String>
211 void SetLastModifiedRegion(LastModifiedRegionT&& value) { m_lastModifiedRegionHasBeenSet =
true; m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value); }
212 template<
typename LastModifiedRegionT = Aws::String>
218 bool m_arnHasBeenSet =
false;
221 bool m_idHasBeenSet =
false;
224 bool m_nameHasBeenSet =
false;
227 bool m_typeHasBeenSet =
false;
230 bool m_stateHasBeenSet =
false;
233 bool m_statusHasBeenSet =
false;
236 bool m_descriptionHasBeenSet =
false;
239 bool m_contentHasBeenSet =
false;
242 bool m_tagsHasBeenSet =
false;
245 bool m_flowContentSha256HasBeenSet =
false;
247 long long m_version{0};
248 bool m_versionHasBeenSet =
false;
251 bool m_versionDescriptionHasBeenSet =
false;
254 bool m_lastModifiedTimeHasBeenSet =
false;
257 bool m_lastModifiedRegionHasBeenSet =
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