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 ThemeArnT = Aws::String>
166 m_themeArnHasBeenSet =
true;
167 m_themeArn = std::forward<ThemeArnT>(value);
169 template <
typename ThemeArnT = Aws::String>
182 template <
typename CreatedTimeT = Aws::Utils::DateTime>
184 m_createdTimeHasBeenSet =
true;
185 m_createdTime = std::forward<CreatedTimeT>(value);
187 template <
typename CreatedTimeT = Aws::Utils::DateTime>
200 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
202 m_lastUpdatedTimeHasBeenSet =
true;
203 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
205 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
219 template <
typename SheetsT = Aws::Vector<Sheet>>
221 m_sheetsHasBeenSet =
true;
222 m_sheets = std::forward<SheetsT>(value);
224 template <
typename SheetsT = Aws::Vector<Sheet>>
229 template <
typename SheetsT = Sheet>
231 m_sheetsHasBeenSet =
true;
232 m_sheets.emplace_back(std::forward<SheetsT>(value));
256 bool m_analysisIdHasBeenSet =
false;
257 bool m_arnHasBeenSet =
false;
258 bool m_nameHasBeenSet =
false;
259 bool m_statusHasBeenSet =
false;
260 bool m_errorsHasBeenSet =
false;
261 bool m_dataSetArnsHasBeenSet =
false;
262 bool m_themeArnHasBeenSet =
false;
263 bool m_createdTimeHasBeenSet =
false;
264 bool m_lastUpdatedTimeHasBeenSet =
false;
265 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)
const Aws::Vector< Sheet > & GetSheets() const
Analysis & WithDataSetArns(DataSetArnsT &&value)
bool AnalysisIdHasBeenSet() const
void SetCreatedTime(CreatedTimeT &&value)
Analysis & WithLastUpdatedTime(LastUpdatedTimeT &&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)
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
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 & 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