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 inline void SetVersionNumber(
long long value) { m_versionNumberHasBeenSet =
true; m_versionNumber = value; }
58 template<
typename ArnT = Aws::String>
59 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
60 template<
typename ArnT = Aws::String>
70 template<
typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
72 template<
typename DescriptionT = Aws::String>
82 template<
typename CreatedTimeT = Aws::Utils::DateTime>
83 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
84 template<
typename CreatedTimeT = Aws::Utils::DateTime>
99 long long m_versionNumber{0};
100 bool m_versionNumberHasBeenSet =
false;
103 bool m_arnHasBeenSet =
false;
106 bool m_descriptionHasBeenSet =
false;
109 bool m_createdTimeHasBeenSet =
false;
112 bool m_statusHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreatedTime() const
AWS_QUICKSIGHT_API ThemeVersionSummary()=default
bool StatusHasBeenSet() const
AWS_QUICKSIGHT_API ThemeVersionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VersionNumberHasBeenSet() const
ThemeVersionSummary & WithVersionNumber(long long value)
void SetStatus(ResourceStatus value)
ThemeVersionSummary & WithStatus(ResourceStatus value)
ResourceStatus GetStatus() const
ThemeVersionSummary & WithArn(ArnT &&value)
AWS_QUICKSIGHT_API ThemeVersionSummary(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
bool CreatedTimeHasBeenSet() const
ThemeVersionSummary & WithCreatedTime(CreatedTimeT &&value)
void SetCreatedTime(CreatedTimeT &&value)
const Aws::String & GetArn() const
ThemeVersionSummary & WithDescription(DescriptionT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDescription() const
void SetVersionNumber(long long value)
long long GetVersionNumber() const
void SetArn(ArnT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue