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>
15#include <aws/quicksight/model/TopicConfiguration.h>
47 template <
typename CreatedTimeT = Aws::Utils::DateTime>
49 m_createdTimeHasBeenSet =
true;
50 m_createdTime = std::forward<CreatedTimeT>(value);
52 template <
typename CreatedTimeT = Aws::Utils::DateTime>
65 template <
typename ErrorsT = Aws::Vector<TemplateError>>
67 m_errorsHasBeenSet =
true;
68 m_errors = std::forward<ErrorsT>(value);
70 template <
typename ErrorsT = Aws::Vector<TemplateError>>
75 template <
typename ErrorsT = TemplateError>
77 m_errorsHasBeenSet =
true;
78 m_errors.emplace_back(std::forward<ErrorsT>(value));
90 m_versionNumberHasBeenSet =
true;
91 m_versionNumber = value;
112 m_statusHasBeenSet =
true;
129 template <
typename DataSetConfigurationsT = Aws::Vector<DataSetConfiguration>>
131 m_dataSetConfigurationsHasBeenSet =
true;
132 m_dataSetConfigurations = std::forward<DataSetConfigurationsT>(value);
134 template <
typename DataSetConfigurationsT = Aws::Vector<DataSetConfiguration>>
139 template <
typename DataSetConfigurationsT = DataSetConfiguration>
141 m_dataSetConfigurationsHasBeenSet =
true;
142 m_dataSetConfigurations.emplace_back(std::forward<DataSetConfigurationsT>(value));
155 template <
typename TopicConfigurationsT = Aws::Vector<TopicConfiguration>>
157 m_topicConfigurationsHasBeenSet =
true;
158 m_topicConfigurations = std::forward<TopicConfigurationsT>(value);
160 template <
typename TopicConfigurationsT = Aws::Vector<TopicConfiguration>>
165 template <
typename TopicConfigurationsT = TopicConfiguration>
167 m_topicConfigurationsHasBeenSet =
true;
168 m_topicConfigurations.emplace_back(std::forward<TopicConfigurationsT>(value));
179 template <
typename DescriptionT = Aws::String>
181 m_descriptionHasBeenSet =
true;
182 m_description = std::forward<DescriptionT>(value);
184 template <
typename DescriptionT = Aws::String>
198 template <
typename SourceEntityArnT = Aws::String>
200 m_sourceEntityArnHasBeenSet =
true;
201 m_sourceEntityArn = std::forward<SourceEntityArnT>(value);
203 template <
typename SourceEntityArnT = Aws::String>
216 template <
typename ThemeArnT = Aws::String>
218 m_themeArnHasBeenSet =
true;
219 m_themeArn = std::forward<ThemeArnT>(value);
221 template <
typename ThemeArnT = Aws::String>
235 template <
typename SheetsT = Aws::Vector<Sheet>>
237 m_sheetsHasBeenSet =
true;
238 m_sheets = std::forward<SheetsT>(value);
240 template <
typename SheetsT = Aws::Vector<Sheet>>
245 template <
typename SheetsT = Sheet>
247 m_sheetsHasBeenSet =
true;
248 m_sheets.emplace_back(std::forward<SheetsT>(value));
257 long long m_versionNumber{0};
272 bool m_createdTimeHasBeenSet =
false;
273 bool m_errorsHasBeenSet =
false;
274 bool m_versionNumberHasBeenSet =
false;
275 bool m_statusHasBeenSet =
false;
276 bool m_dataSetConfigurationsHasBeenSet =
false;
277 bool m_topicConfigurationsHasBeenSet =
false;
278 bool m_descriptionHasBeenSet =
false;
279 bool m_sourceEntityArnHasBeenSet =
false;
280 bool m_themeArnHasBeenSet =
false;
281 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 & WithTopicConfigurations(TopicConfigurationsT &&value)
void SetTopicConfigurations(TopicConfigurationsT &&value)
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)
const Aws::Vector< TopicConfiguration > & GetTopicConfigurations() const
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 TopicConfigurationsHasBeenSet() const
TemplateVersion & AddTopicConfigurations(TopicConfigurationsT &&value)
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