7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
20namespace ResilienceHub {
41 template <
typename AppVersionT = Aws::String>
43 m_appVersionHasBeenSet =
true;
44 m_appVersion = std::forward<AppVersionT>(value);
46 template <
typename AppVersionT = Aws::String>
59 template <
typename CreationTimeT = Aws::Utils::DateTime>
61 m_creationTimeHasBeenSet =
true;
62 m_creationTime = std::forward<CreationTimeT>(value);
64 template <
typename CreationTimeT = Aws::Utils::DateTime>
78 m_identifierHasBeenSet =
true;
93 template <
typename VersionNameT = Aws::String>
95 m_versionNameHasBeenSet =
true;
96 m_versionName = std::forward<VersionNameT>(value);
98 template <
typename VersionNameT = Aws::String>
109 long long m_identifier{0};
112 bool m_appVersionHasBeenSet =
false;
113 bool m_creationTimeHasBeenSet =
false;
114 bool m_identifierHasBeenSet =
false;
115 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