7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/ResourceStatus.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/quicksight/model/AnalysisError.h>
13#include <aws/quicksight/model/Sheet.h>
52 template<
typename AnalysisIdT = Aws::String>
53 void SetAnalysisId(AnalysisIdT&& value) { m_analysisIdHasBeenSet =
true; m_analysisId = std::forward<AnalysisIdT>(value); }
54 template<
typename AnalysisIdT = Aws::String>
64 template<
typename ArnT = Aws::String>
65 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
66 template<
typename ArnT = Aws::String>
76 template<
typename NameT = Aws::String>
77 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
78 template<
typename NameT = Aws::String>
98 template<
typename ErrorsT = Aws::Vector<AnalysisError>>
99 void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors = std::forward<ErrorsT>(value); }
100 template<
typename ErrorsT = Aws::Vector<AnalysisError>>
102 template<
typename ErrorsT = AnalysisError>
103 Analysis&
AddErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors.emplace_back(std::forward<ErrorsT>(value));
return *
this; }
112 template<
typename DataSetArnsT = Aws::Vector<Aws::String>>
113 void SetDataSetArns(DataSetArnsT&& value) { m_dataSetArnsHasBeenSet =
true; m_dataSetArns = std::forward<DataSetArnsT>(value); }
114 template<
typename DataSetArnsT = Aws::Vector<Aws::String>>
116 template<
typename DataSetArnsT = Aws::String>
117 Analysis&
AddDataSetArns(DataSetArnsT&& value) { m_dataSetArnsHasBeenSet =
true; m_dataSetArns.emplace_back(std::forward<DataSetArnsT>(value));
return *
this; }
126 template<
typename ThemeArnT = Aws::String>
127 void SetThemeArn(ThemeArnT&& value) { m_themeArnHasBeenSet =
true; m_themeArn = std::forward<ThemeArnT>(value); }
128 template<
typename ThemeArnT = Aws::String>
138 template<
typename CreatedTimeT = Aws::Utils::DateTime>
139 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
140 template<
typename CreatedTimeT = Aws::Utils::DateTime>
150 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
151 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
152 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
163 template<
typename SheetsT = Aws::Vector<Sheet>>
164 void SetSheets(SheetsT&& value) { m_sheetsHasBeenSet =
true; m_sheets = std::forward<SheetsT>(value); }
165 template<
typename SheetsT = Aws::Vector<Sheet>>
167 template<
typename SheetsT = Sheet>
168 Analysis&
AddSheets(SheetsT&& value) { m_sheetsHasBeenSet =
true; m_sheets.emplace_back(std::forward<SheetsT>(value));
return *
this; }
173 bool m_analysisIdHasBeenSet =
false;
176 bool m_arnHasBeenSet =
false;
179 bool m_nameHasBeenSet =
false;
182 bool m_statusHasBeenSet =
false;
185 bool m_errorsHasBeenSet =
false;
188 bool m_dataSetArnsHasBeenSet =
false;
191 bool m_themeArnHasBeenSet =
false;
194 bool m_createdTimeHasBeenSet =
false;
197 bool m_lastUpdatedTimeHasBeenSet =
false;
200 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