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/ThemeConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/quicksight/model/ResourceStatus.h>
13#include <aws/quicksight/model/ThemeError.h>
51 inline void SetVersionNumber(
long long value) { m_versionNumberHasBeenSet =
true; m_versionNumber = value; }
62 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
63 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
77 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
92 inline void SetBaseThemeId(
const char* value) { m_baseThemeIdHasBeenSet =
true; m_baseThemeId.assign(value); }
149 long long m_versionNumber;
150 bool m_versionNumberHasBeenSet =
false;
153 bool m_arnHasBeenSet =
false;
156 bool m_descriptionHasBeenSet =
false;
159 bool m_baseThemeIdHasBeenSet =
false;
162 bool m_createdTimeHasBeenSet =
false;
165 bool m_configurationHasBeenSet =
false;
168 bool m_errorsHasBeenSet =
false;
171 bool m_statusHasBeenSet =
false;
void SetStatus(const ResourceStatus &value)
ThemeVersion & AddErrors(const ThemeError &value)
void SetCreatedTime(Aws::Utils::DateTime &&value)
ThemeVersion & WithDescription(const char *value)
const Aws::String & GetArn() const
void SetCreatedTime(const Aws::Utils::DateTime &value)
void SetArn(const char *value)
ThemeVersion & WithDescription(const Aws::String &value)
const Aws::String & GetBaseThemeId() const
const ThemeConfiguration & GetConfiguration() const
void SetVersionNumber(long long value)
ThemeVersion & WithConfiguration(ThemeConfiguration &&value)
ThemeVersion & WithStatus(const ResourceStatus &value)
bool ErrorsHasBeenSet() const
ThemeVersion & AddErrors(ThemeError &&value)
void SetDescription(const char *value)
ThemeVersion & WithCreatedTime(const Aws::Utils::DateTime &value)
void SetArn(Aws::String &&value)
void SetDescription(Aws::String &&value)
ThemeVersion & WithBaseThemeId(const char *value)
bool BaseThemeIdHasBeenSet() const
ThemeVersion & WithArn(const char *value)
AWS_QUICKSIGHT_API ThemeVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
ThemeVersion & WithArn(const Aws::String &value)
ThemeVersion & WithVersionNumber(long long value)
bool CreatedTimeHasBeenSet() const
void SetBaseThemeId(Aws::String &&value)
void SetBaseThemeId(const char *value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(const Aws::String &value)
void SetBaseThemeId(const Aws::String &value)
const Aws::String & GetDescription() const
void SetStatus(ResourceStatus &&value)
ThemeVersion & WithConfiguration(const ThemeConfiguration &value)
void SetErrors(const Aws::Vector< ThemeError > &value)
ThemeVersion & WithArn(Aws::String &&value)
void SetErrors(Aws::Vector< ThemeError > &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
void SetArn(const Aws::String &value)
bool VersionNumberHasBeenSet() const
AWS_QUICKSIGHT_API ThemeVersion()
AWS_QUICKSIGHT_API ThemeVersion(Aws::Utils::Json::JsonView jsonValue)
const ResourceStatus & GetStatus() const
ThemeVersion & WithBaseThemeId(Aws::String &&value)
ThemeVersion & WithStatus(ResourceStatus &&value)
const Aws::Vector< ThemeError > & GetErrors() const
bool ConfigurationHasBeenSet() const
bool ArnHasBeenSet() const
ThemeVersion & WithCreatedTime(Aws::Utils::DateTime &&value)
ThemeVersion & WithBaseThemeId(const Aws::String &value)
ThemeVersion & WithErrors(const Aws::Vector< ThemeError > &value)
bool DescriptionHasBeenSet() const
void SetConfiguration(ThemeConfiguration &&value)
ThemeVersion & WithDescription(Aws::String &&value)
void SetConfiguration(const ThemeConfiguration &value)
ThemeVersion & WithErrors(Aws::Vector< ThemeError > &&value)
long long GetVersionNumber() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue