7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/quicksight/model/ResourceStatus.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/quicksight/model/DashboardError.h>
13#include <aws/quicksight/model/Sheet.h>
77 inline void SetVersionNumber(
long long value) { m_versionNumberHasBeenSet =
true; m_versionNumber = value; }
101 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
115 inline void SetSourceEntityArn(
const char* value) { m_sourceEntityArnHasBeenSet =
true; m_sourceEntityArn.assign(value); }
145 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
159 inline void SetThemeArn(
const char* value) { m_themeArnHasBeenSet =
true; m_themeArn.assign(value); }
182 bool m_createdTimeHasBeenSet =
false;
185 bool m_errorsHasBeenSet =
false;
187 long long m_versionNumber;
188 bool m_versionNumberHasBeenSet =
false;
191 bool m_statusHasBeenSet =
false;
194 bool m_arnHasBeenSet =
false;
197 bool m_sourceEntityArnHasBeenSet =
false;
200 bool m_dataSetArnsHasBeenSet =
false;
203 bool m_descriptionHasBeenSet =
false;
206 bool m_themeArnHasBeenSet =
false;
209 bool m_sheetsHasBeenSet =
false;
DashboardVersion & AddDataSetArns(const char *value)
DashboardVersion & WithVersionNumber(long long value)
DashboardVersion & WithCreatedTime(const Aws::Utils::DateTime &value)
DashboardVersion & WithSourceEntityArn(const char *value)
bool ArnHasBeenSet() const
void SetDescription(Aws::String &&value)
DashboardVersion & WithErrors(const Aws::Vector< DashboardError > &value)
DashboardVersion & AddSheets(Sheet &&value)
void SetArn(Aws::String &&value)
DashboardVersion & AddErrors(DashboardError &&value)
DashboardVersion & AddDataSetArns(const Aws::String &value)
void SetArn(const char *value)
const Aws::String & GetArn() const
DashboardVersion & WithArn(Aws::String &&value)
bool ThemeArnHasBeenSet() const
DashboardVersion & WithSourceEntityArn(const Aws::String &value)
AWS_QUICKSIGHT_API DashboardVersion(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(const Aws::String &value)
bool CreatedTimeHasBeenSet() const
DashboardVersion & WithDataSetArns(const Aws::Vector< Aws::String > &value)
const Aws::Vector< DashboardError > & GetErrors() const
void SetDescription(const char *value)
DashboardVersion & WithErrors(Aws::Vector< DashboardError > &&value)
bool DescriptionHasBeenSet() const
void SetSheets(Aws::Vector< Sheet > &&value)
void SetCreatedTime(Aws::Utils::DateTime &&value)
void SetErrors(Aws::Vector< DashboardError > &&value)
DashboardVersion & WithStatus(const ResourceStatus &value)
void SetSourceEntityArn(const char *value)
DashboardVersion & WithStatus(ResourceStatus &&value)
void SetVersionNumber(long long value)
AWS_QUICKSIGHT_API DashboardVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetThemeArn(Aws::String &&value)
void SetCreatedTime(const Aws::Utils::DateTime &value)
const Aws::Vector< Sheet > & GetSheets() const
void SetSourceEntityArn(const Aws::String &value)
bool DataSetArnsHasBeenSet() const
DashboardVersion & WithDescription(const char *value)
void SetDataSetArns(const Aws::Vector< Aws::String > &value)
bool ErrorsHasBeenSet() const
const ResourceStatus & GetStatus() const
const Aws::String & GetThemeArn() const
void SetThemeArn(const Aws::String &value)
DashboardVersion & WithDataSetArns(Aws::Vector< Aws::String > &&value)
DashboardVersion & WithThemeArn(const Aws::String &value)
const Aws::String & GetDescription() const
void SetSourceEntityArn(Aws::String &&value)
void SetSheets(const Aws::Vector< Sheet > &value)
DashboardVersion & WithThemeArn(Aws::String &&value)
bool VersionNumberHasBeenSet() const
void SetThemeArn(const char *value)
DashboardVersion & WithDescription(const Aws::String &value)
DashboardVersion & WithThemeArn(const char *value)
DashboardVersion & WithDescription(Aws::String &&value)
void SetDataSetArns(Aws::Vector< Aws::String > &&value)
void SetStatus(const ResourceStatus &value)
bool StatusHasBeenSet() const
DashboardVersion & WithSheets(const Aws::Vector< Sheet > &value)
const Aws::Vector< Aws::String > & GetDataSetArns() const
bool SheetsHasBeenSet() const
DashboardVersion & WithCreatedTime(Aws::Utils::DateTime &&value)
void SetArn(const Aws::String &value)
DashboardVersion & WithSheets(Aws::Vector< Sheet > &&value)
DashboardVersion & AddSheets(const Sheet &value)
DashboardVersion & WithArn(const Aws::String &value)
DashboardVersion & WithArn(const char *value)
void SetStatus(ResourceStatus &&value)
AWS_QUICKSIGHT_API DashboardVersion()
DashboardVersion & AddDataSetArns(Aws::String &&value)
long long GetVersionNumber() const
void SetErrors(const Aws::Vector< DashboardError > &value)
bool SourceEntityArnHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
DashboardVersion & WithSourceEntityArn(Aws::String &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
const Aws::String & GetSourceEntityArn() const
DashboardVersion & AddErrors(const DashboardError &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