7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename ArnT = Aws::String>
48 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
49 template<
typename ArnT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
72 template<
typename ThemeIdT = Aws::String>
73 void SetThemeId(ThemeIdT&& value) { m_themeIdHasBeenSet =
true; m_themeId = std::forward<ThemeIdT>(value); }
74 template<
typename ThemeIdT = Aws::String>
84 inline void SetLatestVersionNumber(
long long value) { m_latestVersionNumberHasBeenSet =
true; m_latestVersionNumber = value; }
94 template<
typename CreatedTimeT = Aws::Utils::DateTime>
95 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
96 template<
typename CreatedTimeT = Aws::Utils::DateTime>
106 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
107 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
108 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
114 bool m_arnHasBeenSet =
false;
117 bool m_nameHasBeenSet =
false;
120 bool m_themeIdHasBeenSet =
false;
122 long long m_latestVersionNumber{0};
123 bool m_latestVersionNumberHasBeenSet =
false;
126 bool m_createdTimeHasBeenSet =
false;
129 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