7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename ArnT = Aws::String>
42 m_arnHasBeenSet =
true;
43 m_arn = std::forward<ArnT>(value);
45 template <
typename ArnT = Aws::String>
47 SetArn(std::forward<ArnT>(value));
58 template <
typename VersionDescriptionT = Aws::String>
60 m_versionDescriptionHasBeenSet =
true;
61 m_versionDescription = std::forward<VersionDescriptionT>(value);
63 template <
typename VersionDescriptionT = Aws::String>
74 inline long long GetVersion()
const {
return m_version; }
77 m_versionHasBeenSet =
true;
90 long long m_version{0};
91 bool m_arnHasBeenSet =
false;
92 bool m_versionDescriptionHasBeenSet =
false;
93 bool m_versionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue