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/AnalysisError.h>
12#include <aws/quicksight/model/ResourceStatus.h>
13#include <aws/quicksight/model/Sheet.h>
46 template <
typename AnalysisIdT = Aws::String>
48 m_analysisIdHasBeenSet =
true;
49 m_analysisId = std::forward<AnalysisIdT>(value);
51 template <
typename AnalysisIdT = Aws::String>
64 template <
typename ArnT = Aws::String>
66 m_arnHasBeenSet =
true;
67 m_arn = std::forward<ArnT>(value);
69 template <
typename ArnT = Aws::String>
71 SetArn(std::forward<ArnT>(value));
82 template <
typename NameT = Aws::String>
84 m_nameHasBeenSet =
true;
85 m_name = std::forward<NameT>(value);
87 template <
typename NameT = Aws::String>
89 SetName(std::forward<NameT>(value));
101 m_statusHasBeenSet =
true;
116 template <
typename ErrorsT = Aws::Vector<AnalysisError>>
118 m_errorsHasBeenSet =
true;
119 m_errors = std::forward<ErrorsT>(value);
121 template <
typename ErrorsT = Aws::Vector<AnalysisError>>
126 template <
typename ErrorsT = AnalysisError>
128 m_errorsHasBeenSet =
true;
129 m_errors.emplace_back(std::forward<ErrorsT>(value));
140 template <
typename DataSetArnsT = Aws::Vector<Aws::String>>
142 m_dataSetArnsHasBeenSet =
true;
143 m_dataSetArns = std::forward<DataSetArnsT>(value);
145 template <
typename DataSetArnsT = Aws::Vector<Aws::String>>
150 template <
typename DataSetArnsT = Aws::String>
152 m_dataSetArnsHasBeenSet =
true;
153 m_dataSetArns.emplace_back(std::forward<DataSetArnsT>(value));
164 template <
typename TopicArnsT = Aws::Vector<Aws::String>>
166 m_topicArnsHasBeenSet =
true;
167 m_topicArns = std::forward<TopicArnsT>(value);
169 template <
typename TopicArnsT = Aws::Vector<Aws::String>>
174 template <
typename TopicArnsT = Aws::String>
176 m_topicArnsHasBeenSet =
true;
177 m_topicArns.emplace_back(std::forward<TopicArnsT>(value));
188 template <
typename ThemeArnT = Aws::String>
190 m_themeArnHasBeenSet =
true;
191 m_themeArn = std::forward<ThemeArnT>(value);
193 template <
typename ThemeArnT = Aws::String>
206 template <
typename CreatedTimeT = Aws::Utils::DateTime>
208 m_createdTimeHasBeenSet =
true;
209 m_createdTime = std::forward<CreatedTimeT>(value);
211 template <
typename CreatedTimeT = Aws::Utils::DateTime>
224 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
226 m_lastUpdatedTimeHasBeenSet =
true;
227 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
229 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
243 template <
typename SheetsT = Aws::Vector<Sheet>>
245 m_sheetsHasBeenSet =
true;
246 m_sheets = std::forward<SheetsT>(value);
248 template <
typename SheetsT = Aws::Vector<Sheet>>
253 template <
typename SheetsT = Sheet>
255 m_sheetsHasBeenSet =
true;
256 m_sheets.emplace_back(std::forward<SheetsT>(value));
282 bool m_analysisIdHasBeenSet =
false;
283 bool m_arnHasBeenSet =
false;
284 bool m_nameHasBeenSet =
false;
285 bool m_statusHasBeenSet =
false;
286 bool m_errorsHasBeenSet =
false;
287 bool m_dataSetArnsHasBeenSet =
false;
288 bool m_topicArnsHasBeenSet =
false;
289 bool m_themeArnHasBeenSet =
false;
290 bool m_createdTimeHasBeenSet =
false;
291 bool m_lastUpdatedTimeHasBeenSet =
false;
292 bool m_sheetsHasBeenSet =
false;
const Aws::Utils::DateTime & GetLastUpdatedTime() const
bool LastUpdatedTimeHasBeenSet() const
bool ErrorsHasBeenSet() const
void SetAnalysisId(AnalysisIdT &&value)
void SetDataSetArns(DataSetArnsT &&value)
void SetArn(ArnT &&value)
AWS_QUICKSIGHT_API Analysis(Aws::Utils::Json::JsonView jsonValue)
Analysis & WithTopicArns(TopicArnsT &&value)
const Aws::Vector< Sheet > & GetSheets() const
Analysis & WithDataSetArns(DataSetArnsT &&value)
bool AnalysisIdHasBeenSet() const
void SetCreatedTime(CreatedTimeT &&value)
Analysis & WithLastUpdatedTime(LastUpdatedTimeT &&value)
void SetTopicArns(TopicArnsT &&value)
Analysis & WithName(NameT &&value)
Analysis & WithCreatedTime(CreatedTimeT &&value)
Analysis & WithArn(ArnT &&value)
void SetSheets(SheetsT &&value)
void SetThemeArn(ThemeArnT &&value)
bool ThemeArnHasBeenSet() const
Analysis & AddDataSetArns(DataSetArnsT &&value)
Analysis & AddSheets(SheetsT &&value)
const Aws::Vector< Aws::String > & GetTopicArns() const
bool ArnHasBeenSet() const
Analysis & WithThemeArn(ThemeArnT &&value)
Analysis & AddErrors(ErrorsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetArn() const
const Aws::String & GetThemeArn() const
const Aws::Utils::DateTime & GetCreatedTime() const
const Aws::Vector< AnalysisError > & GetErrors() const
bool CreatedTimeHasBeenSet() const
bool DataSetArnsHasBeenSet() const
bool SheetsHasBeenSet() const
bool NameHasBeenSet() const
bool TopicArnsHasBeenSet() const
AWS_QUICKSIGHT_API Analysis()=default
const Aws::String & GetName() const
void SetName(NameT &&value)
Analysis & WithSheets(SheetsT &&value)
AWS_QUICKSIGHT_API Analysis & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
void SetErrors(ErrorsT &&value)
Analysis & AddTopicArns(TopicArnsT &&value)
Analysis & WithAnalysisId(AnalysisIdT &&value)
ResourceStatus GetStatus() const
Analysis & WithErrors(ErrorsT &&value)
const Aws::Vector< Aws::String > & GetDataSetArns() const
const Aws::String & GetAnalysisId() const
void SetStatus(ResourceStatus value)
bool StatusHasBeenSet() const
Analysis & WithStatus(ResourceStatus 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