7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
78 template <
typename ThemeIdT = Aws::String>
80 m_themeIdHasBeenSet =
true;
81 m_themeId = std::forward<ThemeIdT>(value);
83 template <
typename ThemeIdT = Aws::String>
97 m_latestVersionNumberHasBeenSet =
true;
98 m_latestVersionNumber = value;
112 template <
typename CreatedTimeT = Aws::Utils::DateTime>
114 m_createdTimeHasBeenSet =
true;
115 m_createdTime = std::forward<CreatedTimeT>(value);
117 template <
typename CreatedTimeT = Aws::Utils::DateTime>
130 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
132 m_lastUpdatedTimeHasBeenSet =
true;
133 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
135 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
148 long long m_latestVersionNumber{0};
153 bool m_arnHasBeenSet =
false;
154 bool m_nameHasBeenSet =
false;
155 bool m_themeIdHasBeenSet =
false;
156 bool m_latestVersionNumberHasBeenSet =
false;
157 bool m_createdTimeHasBeenSet =
false;
158 bool m_lastUpdatedTimeHasBeenSet =
false;
ThemeSummary & WithArn(ArnT &&value)
ThemeSummary & WithLastUpdatedTime(LastUpdatedTimeT &&value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
ThemeSummary & WithLatestVersionNumber(long long value)
ThemeSummary & WithThemeId(ThemeIdT &&value)
bool NameHasBeenSet() const
bool LatestVersionNumberHasBeenSet() const
AWS_QUICKSIGHT_API ThemeSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
void SetThemeId(ThemeIdT &&value)
ThemeSummary & WithCreatedTime(CreatedTimeT &&value)
void SetLatestVersionNumber(long long value)
const Aws::Utils::DateTime & GetCreatedTime() const
bool ThemeIdHasBeenSet() const
long long GetLatestVersionNumber() const
bool CreatedTimeHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetArn() const
const Aws::String & GetThemeId() const
bool LastUpdatedTimeHasBeenSet() const
void SetCreatedTime(CreatedTimeT &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
bool ArnHasBeenSet() const
AWS_QUICKSIGHT_API ThemeSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
ThemeSummary & WithName(NameT &&value)
AWS_QUICKSIGHT_API ThemeSummary()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue