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));
181 template <
typename TopicArnsT = Aws::Vector<Aws::String>>
183 m_topicArnsHasBeenSet =
true;
184 m_topicArns = std::forward<TopicArnsT>(value);
186 template <
typename TopicArnsT = Aws::Vector<Aws::String>>
191 template <
typename TopicArnsT = Aws::String>
193 m_topicArnsHasBeenSet =
true;
194 m_topicArns.emplace_back(std::forward<TopicArnsT>(value));
205 template <
typename DescriptionT = Aws::String>
207 m_descriptionHasBeenSet =
true;
208 m_description = std::forward<DescriptionT>(value);
210 template <
typename DescriptionT = Aws::String>
223 template <
typename ThemeArnT = Aws::String>
225 m_themeArnHasBeenSet =
true;
226 m_themeArn = std::forward<ThemeArnT>(value);
228 template <
typename ThemeArnT = Aws::String>
242 template <
typename SheetsT = Aws::Vector<Sheet>>
244 m_sheetsHasBeenSet =
true;
245 m_sheets = std::forward<SheetsT>(value);
247 template <
typename SheetsT = Aws::Vector<Sheet>>
252 template <
typename SheetsT = Sheet>
254 m_sheetsHasBeenSet =
true;
255 m_sheets.emplace_back(std::forward<SheetsT>(value));
264 long long m_versionNumber{0};
281 bool m_createdTimeHasBeenSet =
false;
282 bool m_errorsHasBeenSet =
false;
283 bool m_versionNumberHasBeenSet =
false;
284 bool m_statusHasBeenSet =
false;
285 bool m_arnHasBeenSet =
false;
286 bool m_sourceEntityArnHasBeenSet =
false;
287 bool m_dataSetArnsHasBeenSet =
false;
288 bool m_topicArnsHasBeenSet =
false;
289 bool m_descriptionHasBeenSet =
false;
290 bool m_themeArnHasBeenSet =
false;
291 bool m_sheetsHasBeenSet =
false;
DashboardVersion & WithVersionNumber(long long value)
bool ArnHasBeenSet() const
bool TopicArnsHasBeenSet() 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)
DashboardVersion & WithTopicArns(TopicArnsT &&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)
const Aws::Vector< Aws::String > & GetTopicArns() const
void SetArn(ArnT &&value)
void SetTopicArns(TopicArnsT &&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 & AddTopicArns(TopicArnsT &&value)
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