7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/ThemeType.h>
11#include <aws/quicksight/model/ThemeVersion.h>
32 AWS_QUICKSIGHT_API
Theme() =
default;
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
79 template <
typename ThemeIdT = Aws::String>
81 m_themeIdHasBeenSet =
true;
82 m_themeId = std::forward<ThemeIdT>(value);
84 template <
typename ThemeIdT = Aws::String>
95 template <
typename VersionT = ThemeVersion>
97 m_versionHasBeenSet =
true;
98 m_version = std::forward<VersionT>(value);
100 template <
typename VersionT = ThemeVersion>
113 template <
typename CreatedTimeT = Aws::Utils::DateTime>
115 m_createdTimeHasBeenSet =
true;
116 m_createdTime = std::forward<CreatedTimeT>(value);
118 template <
typename CreatedTimeT = Aws::Utils::DateTime>
131 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
133 m_lastUpdatedTimeHasBeenSet =
true;
134 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
136 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
151 m_typeHasBeenSet =
true;
173 bool m_arnHasBeenSet =
false;
174 bool m_nameHasBeenSet =
false;
175 bool m_themeIdHasBeenSet =
false;
176 bool m_versionHasBeenSet =
false;
177 bool m_createdTimeHasBeenSet =
false;
178 bool m_lastUpdatedTimeHasBeenSet =
false;
179 bool m_typeHasBeenSet =
false;
void SetArn(ArnT &&value)
void SetName(NameT &&value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
Theme & WithCreatedTime(CreatedTimeT &&value)
bool TypeHasBeenSet() const
Theme & WithLastUpdatedTime(LastUpdatedTimeT &&value)
Theme & WithName(NameT &&value)
Theme & WithType(ThemeType value)
bool VersionHasBeenSet() const
AWS_QUICKSIGHT_API Theme()=default
bool ThemeIdHasBeenSet() const
void SetThemeId(ThemeIdT &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
void SetType(ThemeType value)
Theme & WithThemeId(ThemeIdT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
Theme & WithArn(ArnT &&value)
ThemeType GetType() const
void SetCreatedTime(CreatedTimeT &&value)
Theme & WithVersion(VersionT &&value)
bool CreatedTimeHasBeenSet() const
const Aws::String & GetThemeId() const
bool ArnHasBeenSet() const
const Aws::String & GetName() const
AWS_QUICKSIGHT_API Theme & operator=(Aws::Utils::Json::JsonView jsonValue)
const ThemeVersion & GetVersion() const
bool NameHasBeenSet() const
void SetVersion(VersionT &&value)
const Aws::String & GetArn() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool LastUpdatedTimeHasBeenSet() const
AWS_QUICKSIGHT_API Theme(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue