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/DashboardError.h>
12#include <aws/quicksight/model/ResourceStatus.h>
13#include <aws/quicksight/model/Sheet.h>
45 template <
typename CreatedTimeT = Aws::Utils::DateTime>
47 m_createdTimeHasBeenSet =
true;
48 m_createdTime = std::forward<CreatedTimeT>(value);
50 template <
typename CreatedTimeT = Aws::Utils::DateTime>
63 template <
typename ErrorsT = Aws::Vector<DashboardError>>
65 m_errorsHasBeenSet =
true;
66 m_errors = std::forward<ErrorsT>(value);
68 template <
typename ErrorsT = Aws::Vector<DashboardError>>
73 template <
typename ErrorsT = DashboardError>
75 m_errorsHasBeenSet =
true;
76 m_errors.emplace_back(std::forward<ErrorsT>(value));
88 m_versionNumberHasBeenSet =
true;
89 m_versionNumber = value;
104 m_statusHasBeenSet =
true;
119 template <
typename ArnT = Aws::String>
121 m_arnHasBeenSet =
true;
122 m_arn = std::forward<ArnT>(value);
124 template <
typename ArnT = Aws::String>
126 SetArn(std::forward<ArnT>(value));
137 template <
typename SourceEntityArnT = Aws::String>
139 m_sourceEntityArnHasBeenSet =
true;
140 m_sourceEntityArn = std::forward<SourceEntityArnT>(value);
142 template <
typename SourceEntityArnT = Aws::String>
156 template <
typename DataSetArnsT = Aws::Vector<Aws::String>>
158 m_dataSetArnsHasBeenSet =
true;
159 m_dataSetArns = std::forward<DataSetArnsT>(value);
161 template <
typename DataSetArnsT = Aws::Vector<Aws::String>>
166 template <
typename DataSetArnsT = Aws::String>
168 m_dataSetArnsHasBeenSet =
true;
169 m_dataSetArns.emplace_back(std::forward<DataSetArnsT>(value));
180 template <
typename DescriptionT = Aws::String>
182 m_descriptionHasBeenSet =
true;
183 m_description = std::forward<DescriptionT>(value);
185 template <
typename DescriptionT = Aws::String>
198 template <
typename ThemeArnT = Aws::String>
200 m_themeArnHasBeenSet =
true;
201 m_themeArn = std::forward<ThemeArnT>(value);
203 template <
typename ThemeArnT = Aws::String>
217 template <
typename SheetsT = Aws::Vector<Sheet>>
219 m_sheetsHasBeenSet =
true;
220 m_sheets = std::forward<SheetsT>(value);
222 template <
typename SheetsT = Aws::Vector<Sheet>>
227 template <
typename SheetsT = Sheet>
229 m_sheetsHasBeenSet =
true;
230 m_sheets.emplace_back(std::forward<SheetsT>(value));
239 long long m_versionNumber{0};
254 bool m_createdTimeHasBeenSet =
false;
255 bool m_errorsHasBeenSet =
false;
256 bool m_versionNumberHasBeenSet =
false;
257 bool m_statusHasBeenSet =
false;
258 bool m_arnHasBeenSet =
false;
259 bool m_sourceEntityArnHasBeenSet =
false;
260 bool m_dataSetArnsHasBeenSet =
false;
261 bool m_descriptionHasBeenSet =
false;
262 bool m_themeArnHasBeenSet =
false;
263 bool m_sheetsHasBeenSet =
false;
DashboardVersion & WithVersionNumber(long long value)
bool ArnHasBeenSet() const
DashboardVersion & WithThemeArn(ThemeArnT &&value)
const Aws::String & GetArn() const
bool ThemeArnHasBeenSet() const
AWS_QUICKSIGHT_API DashboardVersion(Aws::Utils::Json::JsonView jsonValue)
DashboardVersion & AddSheets(SheetsT &&value)
bool CreatedTimeHasBeenSet() const
DashboardVersion & WithSourceEntityArn(SourceEntityArnT &&value)
const Aws::Vector< DashboardError > & GetErrors() const
void SetStatus(ResourceStatus value)
bool DescriptionHasBeenSet() const
void SetThemeArn(ThemeArnT &&value)
void SetDataSetArns(DataSetArnsT &&value)
void SetVersionNumber(long long value)
AWS_QUICKSIGHT_API DashboardVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Sheet > & GetSheets() const
bool DataSetArnsHasBeenSet() const
DashboardVersion & WithSheets(SheetsT &&value)
bool ErrorsHasBeenSet() const
const Aws::String & GetThemeArn() const
const Aws::String & GetDescription() const
void SetSourceEntityArn(SourceEntityArnT &&value)
DashboardVersion & WithStatus(ResourceStatus value)
void SetDescription(DescriptionT &&value)
void SetArn(ArnT &&value)
bool VersionNumberHasBeenSet() const
bool StatusHasBeenSet() const
void SetCreatedTime(CreatedTimeT &&value)
AWS_QUICKSIGHT_API DashboardVersion()=default
const Aws::Vector< Aws::String > & GetDataSetArns() const
bool SheetsHasBeenSet() const
DashboardVersion & AddErrors(ErrorsT &&value)
DashboardVersion & WithDescription(DescriptionT &&value)
void SetErrors(ErrorsT &&value)
void SetSheets(SheetsT &&value)
DashboardVersion & WithCreatedTime(CreatedTimeT &&value)
DashboardVersion & WithArn(ArnT &&value)
DashboardVersion & WithDataSetArns(DataSetArnsT &&value)
DashboardVersion & AddDataSetArns(DataSetArnsT &&value)
long long GetVersionNumber() const
ResourceStatus GetStatus() const
bool SourceEntityArnHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
DashboardVersion & WithErrors(ErrorsT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
const Aws::String & GetSourceEntityArn() 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