7#include <aws/synthetics/Synthetics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
54 inline void SetVersionName(
const char* value) { m_versionNameHasBeenSet =
true; m_versionName.assign(value); }
68 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
101 bool m_versionNameHasBeenSet =
false;
104 bool m_descriptionHasBeenSet =
false;
107 bool m_releaseDateHasBeenSet =
false;
110 bool m_deprecationDateHasBeenSet =
false;
AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const
RuntimeVersion & WithDeprecationDate(Aws::Utils::DateTime &&value)
RuntimeVersion & WithDeprecationDate(const Aws::Utils::DateTime &value)
void SetDeprecationDate(Aws::Utils::DateTime &&value)
RuntimeVersion & WithDescription(const Aws::String &value)
bool VersionNameHasBeenSet() const
bool DescriptionHasBeenSet() const
RuntimeVersion & WithDescription(Aws::String &&value)
RuntimeVersion & WithVersionName(const Aws::String &value)
const Aws::String & GetVersionName() const
RuntimeVersion & WithVersionName(const char *value)
void SetVersionName(Aws::String &&value)
void SetDeprecationDate(const Aws::Utils::DateTime &value)
void SetVersionName(const char *value)
const Aws::Utils::DateTime & GetReleaseDate() const
bool ReleaseDateHasBeenSet() const
void SetDescription(const Aws::String &value)
void SetReleaseDate(const Aws::Utils::DateTime &value)
AWS_SYNTHETICS_API RuntimeVersion(Aws::Utils::Json::JsonView jsonValue)
void SetReleaseDate(Aws::Utils::DateTime &&value)
void SetDescription(const char *value)
bool DeprecationDateHasBeenSet() const
RuntimeVersion & WithVersionName(Aws::String &&value)
RuntimeVersion & WithDescription(const char *value)
const Aws::String & GetDescription() const
void SetDescription(Aws::String &&value)
void SetVersionName(const Aws::String &value)
AWS_SYNTHETICS_API RuntimeVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetDeprecationDate() const
AWS_SYNTHETICS_API RuntimeVersion()
RuntimeVersion & WithReleaseDate(const Aws::Utils::DateTime &value)
RuntimeVersion & WithReleaseDate(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue