7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/quicksight/model/ResourceStatus.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 inline void SetVersionNumber(
long long value) { m_versionNumberHasBeenSet =
true; m_versionNumber = value; }
70 template<
typename CreatedTimeT = Aws::Utils::DateTime>
71 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
72 template<
typename CreatedTimeT = Aws::Utils::DateTime>
92 template<
typename DescriptionT = Aws::String>
93 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
94 template<
typename DescriptionT = Aws::String>
100 bool m_arnHasBeenSet =
false;
102 long long m_versionNumber{0};
103 bool m_versionNumberHasBeenSet =
false;
106 bool m_createdTimeHasBeenSet =
false;
109 bool m_statusHasBeenSet =
false;
112 bool m_descriptionHasBeenSet =
false;
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDescription() const
bool CreatedTimeHasBeenSet() const
void SetVersionNumber(long long value)
AWS_QUICKSIGHT_API TemplateVersionSummary()=default
bool DescriptionHasBeenSet() const
TemplateVersionSummary & WithArn(ArnT &&value)
const Aws::String & GetArn() const
AWS_QUICKSIGHT_API TemplateVersionSummary(Aws::Utils::Json::JsonView jsonValue)
bool VersionNumberHasBeenSet() const
bool ArnHasBeenSet() const
AWS_QUICKSIGHT_API TemplateVersionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
TemplateVersionSummary & WithStatus(ResourceStatus value)
const Aws::Utils::DateTime & GetCreatedTime() const
bool StatusHasBeenSet() const
ResourceStatus GetStatus() const
long long GetVersionNumber() const
void SetStatus(ResourceStatus value)
TemplateVersionSummary & WithCreatedTime(CreatedTimeT &&value)
void SetCreatedTime(CreatedTimeT &&value)
void SetDescription(DescriptionT &&value)
TemplateVersionSummary & WithVersionNumber(long long value)
TemplateVersionSummary & WithDescription(DescriptionT &&value)
void SetArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue