7#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace ResilienceHub
47 template<
typename AppVersionT = Aws::String>
48 void SetAppVersion(AppVersionT&& value) { m_appVersionHasBeenSet =
true; m_appVersion = std::forward<AppVersionT>(value); }
49 template<
typename AppVersionT = Aws::String>
59 template<
typename CreationTimeT = Aws::Utils::DateTime>
60 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
61 template<
typename CreationTimeT = Aws::Utils::DateTime>
71 inline void SetIdentifier(
long long value) { m_identifierHasBeenSet =
true; m_identifier = value; }
81 template<
typename VersionNameT = Aws::String>
82 void SetVersionName(VersionNameT&& value) { m_versionNameHasBeenSet =
true; m_versionName = std::forward<VersionNameT>(value); }
83 template<
typename VersionNameT = Aws::String>
89 bool m_appVersionHasBeenSet =
false;
92 bool m_creationTimeHasBeenSet =
false;
94 long long m_identifier{0};
95 bool m_identifierHasBeenSet =
false;
98 bool m_versionNameHasBeenSet =
false;
long long GetIdentifier() const
AWS_RESILIENCEHUB_API AppVersionSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_RESILIENCEHUB_API AppVersionSummary()=default
bool IdentifierHasBeenSet() const
AWS_RESILIENCEHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAppVersion(AppVersionT &&value)
AppVersionSummary & WithAppVersion(AppVersionT &&value)
const Aws::String & GetVersionName() const
bool VersionNameHasBeenSet() const
AppVersionSummary & WithCreationTime(CreationTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
AWS_RESILIENCEHUB_API AppVersionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreationTimeHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
bool AppVersionHasBeenSet() const
void SetVersionName(VersionNameT &&value)
const Aws::String & GetAppVersion() const
void SetIdentifier(long long value)
AppVersionSummary & WithIdentifier(long long value)
AppVersionSummary & WithVersionName(VersionNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue