7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename ContactFlowModuleIdT = Aws::String>
43 m_contactFlowModuleIdHasBeenSet =
true;
44 m_contactFlowModuleId = std::forward<ContactFlowModuleIdT>(value);
46 template <
typename ContactFlowModuleIdT = Aws::String>
59 template <
typename ContactFlowModuleArnT = Aws::String>
61 m_contactFlowModuleArnHasBeenSet =
true;
62 m_contactFlowModuleArn = std::forward<ContactFlowModuleArnT>(value);
64 template <
typename ContactFlowModuleArnT = Aws::String>
77 template <
typename AliasIdT = Aws::String>
79 m_aliasIdHasBeenSet =
true;
80 m_aliasId = std::forward<AliasIdT>(value);
82 template <
typename AliasIdT = Aws::String>
93 inline long long GetVersion()
const {
return m_version; }
96 m_versionHasBeenSet =
true;
111 template <
typename NameT = Aws::String>
113 m_nameHasBeenSet =
true;
114 m_name = std::forward<NameT>(value);
116 template <
typename NameT = Aws::String>
118 SetName(std::forward<NameT>(value));
129 template <
typename DescriptionT = Aws::String>
131 m_descriptionHasBeenSet =
true;
132 m_description = std::forward<DescriptionT>(value);
134 template <
typename DescriptionT = Aws::String>
147 template <
typename LastModifiedRegionT = Aws::String>
149 m_lastModifiedRegionHasBeenSet =
true;
150 m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value);
152 template <
typename LastModifiedRegionT = Aws::String>
165 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
167 m_lastModifiedTimeHasBeenSet =
true;
168 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
170 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
183 long long m_version{0};
192 bool m_contactFlowModuleIdHasBeenSet =
false;
193 bool m_contactFlowModuleArnHasBeenSet =
false;
194 bool m_aliasIdHasBeenSet =
false;
195 bool m_versionHasBeenSet =
false;
196 bool m_nameHasBeenSet =
false;
197 bool m_descriptionHasBeenSet =
false;
198 bool m_lastModifiedRegionHasBeenSet =
false;
199 bool m_lastModifiedTimeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue