7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/synthetics/Synthetics_EXPORTS.h>
46 template <
typename VersionNameT = Aws::String>
48 m_versionNameHasBeenSet =
true;
49 m_versionName = std::forward<VersionNameT>(value);
51 template <
typename VersionNameT = Aws::String>
64 template <
typename DescriptionT = Aws::String>
66 m_descriptionHasBeenSet =
true;
67 m_description = std::forward<DescriptionT>(value);
69 template <
typename DescriptionT = Aws::String>
82 template <
typename ReleaseDateT = Aws::Utils::DateTime>
84 m_releaseDateHasBeenSet =
true;
85 m_releaseDate = std::forward<ReleaseDateT>(value);
87 template <
typename ReleaseDateT = Aws::Utils::DateTime>
101 template <
typename DeprecationDateT = Aws::Utils::DateTime>
103 m_deprecationDateHasBeenSet =
true;
104 m_deprecationDate = std::forward<DeprecationDateT>(value);
106 template <
typename DeprecationDateT = Aws::Utils::DateTime>
120 bool m_versionNameHasBeenSet =
false;
121 bool m_descriptionHasBeenSet =
false;
122 bool m_releaseDateHasBeenSet =
false;
123 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