7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/AnalysisDefaults.h>
10#include <aws/quicksight/model/AssetOptions.h>
11#include <aws/quicksight/model/CalculatedField.h>
12#include <aws/quicksight/model/ColumnConfiguration.h>
13#include <aws/quicksight/model/DataSetConfiguration.h>
14#include <aws/quicksight/model/FilterGroup.h>
15#include <aws/quicksight/model/ParameterDeclaration.h>
16#include <aws/quicksight/model/QueryExecutionOptions.h>
17#include <aws/quicksight/model/SheetDefinition.h>
18#include <aws/quicksight/model/StaticFile.h>
19#include <aws/quicksight/model/TooltipSheetDefinition.h>
52 template <
typename DataSetConfigurationsT = Aws::Vector<DataSetConfiguration>>
54 m_dataSetConfigurationsHasBeenSet =
true;
55 m_dataSetConfigurations = std::forward<DataSetConfigurationsT>(value);
57 template <
typename DataSetConfigurationsT = Aws::Vector<DataSetConfiguration>>
62 template <
typename DataSetConfigurationsT = DataSetConfiguration>
64 m_dataSetConfigurationsHasBeenSet =
true;
65 m_dataSetConfigurations.emplace_back(std::forward<DataSetConfigurationsT>(value));
76 template <
typename SheetsT = Aws::Vector<SheetDefinition>>
78 m_sheetsHasBeenSet =
true;
79 m_sheets = std::forward<SheetsT>(value);
81 template <
typename SheetsT = Aws::Vector<SheetDefinition>>
86 template <
typename SheetsT = SheetDefinition>
88 m_sheetsHasBeenSet =
true;
89 m_sheets.emplace_back(std::forward<SheetsT>(value));
100 template <
typename TooltipSheetsT = Aws::Vector<TooltipSheetDefinition>>
102 m_tooltipSheetsHasBeenSet =
true;
103 m_tooltipSheets = std::forward<TooltipSheetsT>(value);
105 template <
typename TooltipSheetsT = Aws::Vector<TooltipSheetDefinition>>
110 template <
typename TooltipSheetsT = TooltipSheetDefinition>
112 m_tooltipSheetsHasBeenSet =
true;
113 m_tooltipSheets.emplace_back(std::forward<TooltipSheetsT>(value));
124 template <
typename CalculatedFieldsT = Aws::Vector<CalculatedField>>
126 m_calculatedFieldsHasBeenSet =
true;
127 m_calculatedFields = std::forward<CalculatedFieldsT>(value);
129 template <
typename CalculatedFieldsT = Aws::Vector<CalculatedField>>
134 template <
typename CalculatedFieldsT = CalculatedField>
136 m_calculatedFieldsHasBeenSet =
true;
137 m_calculatedFields.emplace_back(std::forward<CalculatedFieldsT>(value));
152 template <
typename ParameterDeclarationsT = Aws::Vector<ParameterDeclaration>>
154 m_parameterDeclarationsHasBeenSet =
true;
155 m_parameterDeclarations = std::forward<ParameterDeclarationsT>(value);
157 template <
typename ParameterDeclarationsT = Aws::Vector<ParameterDeclaration>>
162 template <
typename ParameterDeclarationsT = ParameterDeclaration>
164 m_parameterDeclarationsHasBeenSet =
true;
165 m_parameterDeclarations.emplace_back(std::forward<ParameterDeclarationsT>(value));
178 template <
typename FilterGroupsT = Aws::Vector<FilterGroup>>
180 m_filterGroupsHasBeenSet =
true;
181 m_filterGroups = std::forward<FilterGroupsT>(value);
183 template <
typename FilterGroupsT = Aws::Vector<FilterGroup>>
188 template <
typename FilterGroupsT = FilterGroup>
190 m_filterGroupsHasBeenSet =
true;
191 m_filterGroups.emplace_back(std::forward<FilterGroupsT>(value));
204 template <
typename ColumnConfigurationsT = Aws::Vector<ColumnConfiguration>>
206 m_columnConfigurationsHasBeenSet =
true;
207 m_columnConfigurations = std::forward<ColumnConfigurationsT>(value);
209 template <
typename ColumnConfigurationsT = Aws::Vector<ColumnConfiguration>>
214 template <
typename ColumnConfigurationsT = ColumnConfiguration>
216 m_columnConfigurationsHasBeenSet =
true;
217 m_columnConfigurations.emplace_back(std::forward<ColumnConfigurationsT>(value));
226 template <
typename AnalysisDefaultsT = AnalysisDefaults>
228 m_analysisDefaultsHasBeenSet =
true;
229 m_analysisDefaults = std::forward<AnalysisDefaultsT>(value);
231 template <
typename AnalysisDefaultsT = AnalysisDefaults>
244 template <
typename OptionsT = AssetOptions>
246 m_optionsHasBeenSet =
true;
247 m_options = std::forward<OptionsT>(value);
249 template <
typename OptionsT = AssetOptions>
260 template <
typename QueryExecutionOptionsT = QueryExecutionOptions>
262 m_queryExecutionOptionsHasBeenSet =
true;
263 m_queryExecutionOptions = std::forward<QueryExecutionOptionsT>(value);
265 template <
typename QueryExecutionOptionsT = QueryExecutionOptions>
278 template <
typename StaticFilesT = Aws::Vector<StaticFile>>
280 m_staticFilesHasBeenSet =
true;
281 m_staticFiles = std::forward<StaticFilesT>(value);
283 template <
typename StaticFilesT = Aws::Vector<StaticFile>>
288 template <
typename StaticFilesT = StaticFile>
290 m_staticFilesHasBeenSet =
true;
291 m_staticFiles.emplace_back(std::forward<StaticFilesT>(value));
317 bool m_dataSetConfigurationsHasBeenSet =
false;
318 bool m_sheetsHasBeenSet =
false;
319 bool m_tooltipSheetsHasBeenSet =
false;
320 bool m_calculatedFieldsHasBeenSet =
false;
321 bool m_parameterDeclarationsHasBeenSet =
false;
322 bool m_filterGroupsHasBeenSet =
false;
323 bool m_columnConfigurationsHasBeenSet =
false;
324 bool m_analysisDefaultsHasBeenSet =
false;
325 bool m_optionsHasBeenSet =
false;
326 bool m_queryExecutionOptionsHasBeenSet =
false;
327 bool m_staticFilesHasBeenSet =
false;
void SetDataSetConfigurations(DataSetConfigurationsT &&value)
const Aws::Vector< StaticFile > & GetStaticFiles() const
TemplateVersionDefinition & AddFilterGroups(FilterGroupsT &&value)
TemplateVersionDefinition & WithOptions(OptionsT &&value)
bool SheetsHasBeenSet() const
TemplateVersionDefinition & WithSheets(SheetsT &&value)
const Aws::Vector< SheetDefinition > & GetSheets() const
bool OptionsHasBeenSet() const
TemplateVersionDefinition & AddSheets(SheetsT &&value)
const Aws::Vector< DataSetConfiguration > & GetDataSetConfigurations() const
void SetParameterDeclarations(ParameterDeclarationsT &&value)
TemplateVersionDefinition & WithDataSetConfigurations(DataSetConfigurationsT &&value)
TemplateVersionDefinition & AddParameterDeclarations(ParameterDeclarationsT &&value)
void SetTooltipSheets(TooltipSheetsT &&value)
AWS_QUICKSIGHT_API TemplateVersionDefinition(Aws::Utils::Json::JsonView jsonValue)
TemplateVersionDefinition & WithAnalysisDefaults(AnalysisDefaultsT &&value)
bool QueryExecutionOptionsHasBeenSet() const
TemplateVersionDefinition & WithColumnConfigurations(ColumnConfigurationsT &&value)
bool ParameterDeclarationsHasBeenSet() const
TemplateVersionDefinition & AddDataSetConfigurations(DataSetConfigurationsT &&value)
TemplateVersionDefinition & WithCalculatedFields(CalculatedFieldsT &&value)
TemplateVersionDefinition & WithFilterGroups(FilterGroupsT &&value)
bool AnalysisDefaultsHasBeenSet() const
bool StaticFilesHasBeenSet() const
const QueryExecutionOptions & GetQueryExecutionOptions() const
void SetOptions(OptionsT &&value)
const AssetOptions & GetOptions() const
TemplateVersionDefinition & WithParameterDeclarations(ParameterDeclarationsT &&value)
void SetSheets(SheetsT &&value)
const Aws::Vector< FilterGroup > & GetFilterGroups() const
void SetQueryExecutionOptions(QueryExecutionOptionsT &&value)
bool DataSetConfigurationsHasBeenSet() const
TemplateVersionDefinition & WithStaticFiles(StaticFilesT &&value)
bool FilterGroupsHasBeenSet() const
bool ColumnConfigurationsHasBeenSet() const
TemplateVersionDefinition & WithQueryExecutionOptions(QueryExecutionOptionsT &&value)
void SetColumnConfigurations(ColumnConfigurationsT &&value)
void SetCalculatedFields(CalculatedFieldsT &&value)
bool CalculatedFieldsHasBeenSet() const
TemplateVersionDefinition & WithTooltipSheets(TooltipSheetsT &&value)
const Aws::Vector< ColumnConfiguration > & GetColumnConfigurations() const
TemplateVersionDefinition & AddColumnConfigurations(ColumnConfigurationsT &&value)
TemplateVersionDefinition & AddTooltipSheets(TooltipSheetsT &&value)
const Aws::Vector< TooltipSheetDefinition > & GetTooltipSheets() const
bool TooltipSheetsHasBeenSet() const
AWS_QUICKSIGHT_API TemplateVersionDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< CalculatedField > & GetCalculatedFields() const
const AnalysisDefaults & GetAnalysisDefaults() const
const Aws::Vector< ParameterDeclaration > & GetParameterDeclarations() const
TemplateVersionDefinition & AddStaticFiles(StaticFilesT &&value)
void SetAnalysisDefaults(AnalysisDefaultsT &&value)
void SetFilterGroups(FilterGroupsT &&value)
AWS_QUICKSIGHT_API TemplateVersionDefinition()=default
TemplateVersionDefinition & AddCalculatedFields(CalculatedFieldsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStaticFiles(StaticFilesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue