7#include <aws/synthetics/Synthetics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
52 template<
typename VersionNameT = Aws::String>
53 void SetVersionName(VersionNameT&& value) { m_versionNameHasBeenSet =
true; m_versionName = std::forward<VersionNameT>(value); }
54 template<
typename VersionNameT = Aws::String>
64 template<
typename DescriptionT = Aws::String>
65 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
66 template<
typename DescriptionT = Aws::String>
76 template<
typename ReleaseDateT = Aws::Utils::DateTime>
77 void SetReleaseDate(ReleaseDateT&& value) { m_releaseDateHasBeenSet =
true; m_releaseDate = std::forward<ReleaseDateT>(value); }
78 template<
typename ReleaseDateT = Aws::Utils::DateTime>
89 template<
typename DeprecationDateT = Aws::Utils::DateTime>
90 void SetDeprecationDate(DeprecationDateT&& value) { m_deprecationDateHasBeenSet =
true; m_deprecationDate = std::forward<DeprecationDateT>(value); }
91 template<
typename DeprecationDateT = Aws::Utils::DateTime>
97 bool m_versionNameHasBeenSet =
false;
100 bool m_descriptionHasBeenSet =
false;
103 bool m_releaseDateHasBeenSet =
false;
106 bool m_deprecationDateHasBeenSet =
false;
AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const
RuntimeVersion & WithVersionName(VersionNameT &&value)
bool VersionNameHasBeenSet() const
RuntimeVersion & WithDeprecationDate(DeprecationDateT &&value)
bool DescriptionHasBeenSet() const
void SetDeprecationDate(DeprecationDateT &&value)
AWS_SYNTHETICS_API RuntimeVersion()=default
RuntimeVersion & WithReleaseDate(ReleaseDateT &&value)
const Aws::String & GetVersionName() const
RuntimeVersion & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetReleaseDate() const
bool ReleaseDateHasBeenSet() const
AWS_SYNTHETICS_API RuntimeVersion(Aws::Utils::Json::JsonView jsonValue)
void SetReleaseDate(ReleaseDateT &&value)
void SetDescription(DescriptionT &&value)
bool DeprecationDateHasBeenSet() const
const Aws::String & GetDescription() const
void SetVersionName(VersionNameT &&value)
AWS_SYNTHETICS_API RuntimeVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetDeprecationDate() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue