7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/ResourceStatus.h>
12#include <aws/quicksight/model/ThemeConfiguration.h>
13#include <aws/quicksight/model/ThemeError.h>
46 m_versionNumberHasBeenSet =
true;
47 m_versionNumber = value;
61 template <
typename ArnT = Aws::String>
63 m_arnHasBeenSet =
true;
64 m_arn = std::forward<ArnT>(value);
66 template <
typename ArnT = Aws::String>
68 SetArn(std::forward<ArnT>(value));
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
98 template <
typename BaseThemeIdT = Aws::String>
100 m_baseThemeIdHasBeenSet =
true;
101 m_baseThemeId = std::forward<BaseThemeIdT>(value);
103 template <
typename BaseThemeIdT = Aws::String>
116 template <
typename CreatedTimeT = Aws::Utils::DateTime>
118 m_createdTimeHasBeenSet =
true;
119 m_createdTime = std::forward<CreatedTimeT>(value);
121 template <
typename CreatedTimeT = Aws::Utils::DateTime>
134 template <
typename ConfigurationT = ThemeConfiguration>
136 m_configurationHasBeenSet =
true;
137 m_configuration = std::forward<ConfigurationT>(value);
139 template <
typename ConfigurationT = ThemeConfiguration>
152 template <
typename ErrorsT = Aws::Vector<ThemeError>>
154 m_errorsHasBeenSet =
true;
155 m_errors = std::forward<ErrorsT>(value);
157 template <
typename ErrorsT = Aws::Vector<ThemeError>>
162 template <
typename ErrorsT = ThemeError>
164 m_errorsHasBeenSet =
true;
165 m_errors.emplace_back(std::forward<ErrorsT>(value));
177 m_statusHasBeenSet =
true;
186 long long m_versionNumber{0};
196 ThemeConfiguration m_configuration;
201 bool m_versionNumberHasBeenSet =
false;
202 bool m_arnHasBeenSet =
false;
203 bool m_descriptionHasBeenSet =
false;
204 bool m_baseThemeIdHasBeenSet =
false;
205 bool m_createdTimeHasBeenSet =
false;
206 bool m_configurationHasBeenSet =
false;
207 bool m_errorsHasBeenSet =
false;
208 bool m_statusHasBeenSet =
false;
const Aws::String & GetArn() const
ThemeVersion & WithConfiguration(ConfigurationT &&value)
const Aws::String & GetBaseThemeId() const
ThemeVersion & WithArn(ArnT &&value)
ThemeVersion & WithErrors(ErrorsT &&value)
const ThemeConfiguration & GetConfiguration() const
void SetVersionNumber(long long value)
bool ErrorsHasBeenSet() const
ResourceStatus GetStatus() const
ThemeVersion & WithDescription(DescriptionT &&value)
bool BaseThemeIdHasBeenSet() const
void SetCreatedTime(CreatedTimeT &&value)
void SetBaseThemeId(BaseThemeIdT &&value)
void SetArn(ArnT &&value)
AWS_QUICKSIGHT_API ThemeVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
ThemeVersion & WithVersionNumber(long long value)
bool CreatedTimeHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDescription() const
ThemeVersion & AddErrors(ErrorsT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
bool VersionNumberHasBeenSet() const
AWS_QUICKSIGHT_API ThemeVersion(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< ThemeError > & GetErrors() const
AWS_QUICKSIGHT_API ThemeVersion()=default
bool ConfigurationHasBeenSet() const
bool ArnHasBeenSet() const
void SetErrors(ErrorsT &&value)
ThemeVersion & WithBaseThemeId(BaseThemeIdT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
void SetStatus(ResourceStatus value)
ThemeVersion & WithCreatedTime(CreatedTimeT &&value)
long long GetVersionNumber() const
ThemeVersion & WithStatus(ResourceStatus value)
void SetConfiguration(ConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue