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/DataSetConfiguration.h>
12#include <aws/quicksight/model/ResourceStatus.h>
13#include <aws/quicksight/model/Sheet.h>
14#include <aws/quicksight/model/TemplateError.h>
46 template <
typename CreatedTimeT = Aws::Utils::DateTime>
48 m_createdTimeHasBeenSet =
true;
49 m_createdTime = std::forward<CreatedTimeT>(value);
51 template <
typename CreatedTimeT = Aws::Utils::DateTime>
64 template <
typename ErrorsT = Aws::Vector<TemplateError>>
66 m_errorsHasBeenSet =
true;
67 m_errors = std::forward<ErrorsT>(value);
69 template <
typename ErrorsT = Aws::Vector<TemplateError>>
74 template <
typename ErrorsT = TemplateError>
76 m_errorsHasBeenSet =
true;
77 m_errors.emplace_back(std::forward<ErrorsT>(value));
89 m_versionNumberHasBeenSet =
true;
90 m_versionNumber = value;
111 m_statusHasBeenSet =
true;
128 template <
typename DataSetConfigurationsT = Aws::Vector<DataSetConfiguration>>
130 m_dataSetConfigurationsHasBeenSet =
true;
131 m_dataSetConfigurations = std::forward<DataSetConfigurationsT>(value);
133 template <
typename DataSetConfigurationsT = Aws::Vector<DataSetConfiguration>>
138 template <
typename DataSetConfigurationsT = DataSetConfiguration>
140 m_dataSetConfigurationsHasBeenSet =
true;
141 m_dataSetConfigurations.emplace_back(std::forward<DataSetConfigurationsT>(value));
152 template <
typename DescriptionT = Aws::String>
154 m_descriptionHasBeenSet =
true;
155 m_description = std::forward<DescriptionT>(value);
157 template <
typename DescriptionT = Aws::String>
171 template <
typename SourceEntityArnT = Aws::String>
173 m_sourceEntityArnHasBeenSet =
true;
174 m_sourceEntityArn = std::forward<SourceEntityArnT>(value);
176 template <
typename SourceEntityArnT = Aws::String>
189 template <
typename ThemeArnT = Aws::String>
191 m_themeArnHasBeenSet =
true;
192 m_themeArn = std::forward<ThemeArnT>(value);
194 template <
typename ThemeArnT = Aws::String>
208 template <
typename SheetsT = Aws::Vector<Sheet>>
210 m_sheetsHasBeenSet =
true;
211 m_sheets = std::forward<SheetsT>(value);
213 template <
typename SheetsT = Aws::Vector<Sheet>>
218 template <
typename SheetsT = Sheet>
220 m_sheetsHasBeenSet =
true;
221 m_sheets.emplace_back(std::forward<SheetsT>(value));
230 long long m_versionNumber{0};
243 bool m_createdTimeHasBeenSet =
false;
244 bool m_errorsHasBeenSet =
false;
245 bool m_versionNumberHasBeenSet =
false;
246 bool m_statusHasBeenSet =
false;
247 bool m_dataSetConfigurationsHasBeenSet =
false;
248 bool m_descriptionHasBeenSet =
false;
249 bool m_sourceEntityArnHasBeenSet =
false;
250 bool m_themeArnHasBeenSet =
false;
251 bool m_sheetsHasBeenSet =
false;
bool DataSetConfigurationsHasBeenSet() const
void SetSourceEntityArn(SourceEntityArnT &&value)
void SetDataSetConfigurations(DataSetConfigurationsT &&value)
TemplateVersion & WithErrors(ErrorsT &&value)
AWS_QUICKSIGHT_API TemplateVersion(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedTime(CreatedTimeT &&value)
bool VersionNumberHasBeenSet() const
TemplateVersion & WithDataSetConfigurations(DataSetConfigurationsT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
const Aws::String & GetSourceEntityArn() const
TemplateVersion & AddErrors(ErrorsT &&value)
void SetStatus(ResourceStatus value)
const Aws::Vector< DataSetConfiguration > & GetDataSetConfigurations() const
const Aws::Vector< TemplateError > & GetErrors() const
TemplateVersion & WithVersionNumber(long long value)
TemplateVersion & AddSheets(SheetsT &&value)
bool ThemeArnHasBeenSet() const
TemplateVersion & WithSourceEntityArn(SourceEntityArnT &&value)
long long GetVersionNumber() const
TemplateVersion & WithCreatedTime(CreatedTimeT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetThemeArn() const
const Aws::Vector< Sheet > & GetSheets() const
AWS_QUICKSIGHT_API TemplateVersion()=default
bool StatusHasBeenSet() const
const Aws::String & GetDescription() const
bool ErrorsHasBeenSet() const
bool SourceEntityArnHasBeenSet() const
ResourceStatus GetStatus() const
void SetDescription(DescriptionT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetErrors(ErrorsT &&value)
void SetVersionNumber(long long value)
void SetSheets(SheetsT &&value)
TemplateVersion & AddDataSetConfigurations(DataSetConfigurationsT &&value)
bool SheetsHasBeenSet() const
bool CreatedTimeHasBeenSet() const
TemplateVersion & WithStatus(ResourceStatus value)
AWS_QUICKSIGHT_API TemplateVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
TemplateVersion & WithThemeArn(ThemeArnT &&value)
TemplateVersion & WithSheets(SheetsT &&value)
void SetThemeArn(ThemeArnT &&value)
TemplateVersion & WithDescription(DescriptionT &&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