7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/AuthorSpecifiedAggregation.h>
11#include <aws/quicksight/model/CellValueSynonym.h>
12#include <aws/quicksight/model/ColumnDataRole.h>
13#include <aws/quicksight/model/ComparativeOrder.h>
14#include <aws/quicksight/model/DefaultAggregation.h>
15#include <aws/quicksight/model/DefaultFormatting.h>
16#include <aws/quicksight/model/SemanticType.h>
17#include <aws/quicksight/model/TopicTimeGranularity.h>
49 template <
typename ColumnNameT = Aws::String>
51 m_columnNameHasBeenSet =
true;
52 m_columnName = std::forward<ColumnNameT>(value);
54 template <
typename ColumnNameT = Aws::String>
67 template <
typename ColumnFriendlyNameT = Aws::String>
69 m_columnFriendlyNameHasBeenSet =
true;
70 m_columnFriendlyName = std::forward<ColumnFriendlyNameT>(value);
72 template <
typename ColumnFriendlyNameT = Aws::String>
85 template <
typename ColumnDescriptionT = Aws::String>
87 m_columnDescriptionHasBeenSet =
true;
88 m_columnDescription = std::forward<ColumnDescriptionT>(value);
90 template <
typename ColumnDescriptionT = Aws::String>
103 template <
typename ColumnSynonymsT = Aws::Vector<Aws::String>>
105 m_columnSynonymsHasBeenSet =
true;
106 m_columnSynonyms = std::forward<ColumnSynonymsT>(value);
108 template <
typename ColumnSynonymsT = Aws::Vector<Aws::String>>
113 template <
typename ColumnSynonymsT = Aws::String>
115 m_columnSynonymsHasBeenSet =
true;
116 m_columnSynonyms.emplace_back(std::forward<ColumnSynonymsT>(value));
129 m_columnDataRoleHasBeenSet =
true;
130 m_columnDataRole = value;
146 m_aggregationHasBeenSet =
true;
147 m_aggregation = value;
163 m_isIncludedInTopicHasBeenSet =
true;
164 m_isIncludedInTopic = value;
180 m_disableIndexingHasBeenSet =
true;
181 m_disableIndexing = value;
196 template <
typename ComparativeOrderT = ComparativeOrder>
198 m_comparativeOrderHasBeenSet =
true;
199 m_comparativeOrder = std::forward<ComparativeOrderT>(value);
201 template <
typename ComparativeOrderT = ComparativeOrder>
214 template <
typename SemanticTypeT = SemanticType>
216 m_semanticTypeHasBeenSet =
true;
217 m_semanticType = std::forward<SemanticTypeT>(value);
219 template <
typename SemanticTypeT = SemanticType>
234 m_timeGranularityHasBeenSet =
true;
235 m_timeGranularity = value;
253 template <
typename AllowedAggregationsT = Aws::Vector<AuthorSpecifiedAggregation>>
255 m_allowedAggregationsHasBeenSet =
true;
256 m_allowedAggregations = std::forward<AllowedAggregationsT>(value);
258 template <
typename AllowedAggregationsT = Aws::Vector<AuthorSpecifiedAggregation>>
264 m_allowedAggregationsHasBeenSet =
true;
265 m_allowedAggregations.push_back(value);
280 template <
typename NotAllowedAggregationsT = Aws::Vector<AuthorSpecifiedAggregation>>
282 m_notAllowedAggregationsHasBeenSet =
true;
283 m_notAllowedAggregations = std::forward<NotAllowedAggregationsT>(value);
285 template <
typename NotAllowedAggregationsT = Aws::Vector<AuthorSpecifiedAggregation>>
291 m_notAllowedAggregationsHasBeenSet =
true;
292 m_notAllowedAggregations.push_back(value);
303 template <
typename DefaultFormattingT = DefaultFormatting>
305 m_defaultFormattingHasBeenSet =
true;
306 m_defaultFormatting = std::forward<DefaultFormattingT>(value);
308 template <
typename DefaultFormattingT = DefaultFormatting>
323 m_neverAggregateInFilterHasBeenSet =
true;
324 m_neverAggregateInFilter = value;
338 template <
typename CellValueSynonymsT = Aws::Vector<CellValueSynonym>>
340 m_cellValueSynonymsHasBeenSet =
true;
341 m_cellValueSynonyms = std::forward<CellValueSynonymsT>(value);
343 template <
typename CellValueSynonymsT = Aws::Vector<CellValueSynonym>>
348 template <
typename CellValueSynonymsT = CellValueSynonym>
350 m_cellValueSynonymsHasBeenSet =
true;
351 m_cellValueSynonyms.emplace_back(std::forward<CellValueSynonymsT>(value));
363 m_nonAdditiveHasBeenSet =
true;
364 m_nonAdditive = value;
384 bool m_isIncludedInTopic{
false};
386 bool m_disableIndexing{
false};
388 ComparativeOrder m_comparativeOrder;
390 SemanticType m_semanticType;
398 DefaultFormatting m_defaultFormatting;
400 bool m_neverAggregateInFilter{
false};
404 bool m_nonAdditive{
false};
405 bool m_columnNameHasBeenSet =
false;
406 bool m_columnFriendlyNameHasBeenSet =
false;
407 bool m_columnDescriptionHasBeenSet =
false;
408 bool m_columnSynonymsHasBeenSet =
false;
409 bool m_columnDataRoleHasBeenSet =
false;
410 bool m_aggregationHasBeenSet =
false;
411 bool m_isIncludedInTopicHasBeenSet =
false;
412 bool m_disableIndexingHasBeenSet =
false;
413 bool m_comparativeOrderHasBeenSet =
false;
414 bool m_semanticTypeHasBeenSet =
false;
415 bool m_timeGranularityHasBeenSet =
false;
416 bool m_allowedAggregationsHasBeenSet =
false;
417 bool m_notAllowedAggregationsHasBeenSet =
false;
418 bool m_defaultFormattingHasBeenSet =
false;
419 bool m_neverAggregateInFilterHasBeenSet =
false;
420 bool m_cellValueSynonymsHasBeenSet =
false;
421 bool m_nonAdditiveHasBeenSet =
false;
bool DisableIndexingHasBeenSet() const
const Aws::Vector< AuthorSpecifiedAggregation > & GetNotAllowedAggregations() const
bool GetNonAdditive() const
void SetColumnName(ColumnNameT &&value)
TopicColumn & WithColumnFriendlyName(ColumnFriendlyNameT &&value)
const Aws::String & GetColumnDescription() const
TopicColumn & WithColumnName(ColumnNameT &&value)
void SetColumnSynonyms(ColumnSynonymsT &&value)
void SetAggregation(DefaultAggregation value)
const Aws::Vector< CellValueSynonym > & GetCellValueSynonyms() const
TopicColumn & AddAllowedAggregations(AuthorSpecifiedAggregation value)
AWS_QUICKSIGHT_API TopicColumn(Aws::Utils::Json::JsonView jsonValue)
TopicColumn & WithComparativeOrder(ComparativeOrderT &&value)
const DefaultFormatting & GetDefaultFormatting() const
bool GetNeverAggregateInFilter() const
void SetNonAdditive(bool value)
TopicColumn & WithDisableIndexing(bool value)
bool NonAdditiveHasBeenSet() const
TopicColumn & WithTimeGranularity(TopicTimeGranularity value)
TopicColumn & WithNotAllowedAggregations(NotAllowedAggregationsT &&value)
TopicColumn & WithSemanticType(SemanticTypeT &&value)
void SetCellValueSynonyms(CellValueSynonymsT &&value)
void SetTimeGranularity(TopicTimeGranularity value)
TopicColumn & WithDefaultFormatting(DefaultFormattingT &&value)
bool AggregationHasBeenSet() const
bool NotAllowedAggregationsHasBeenSet() const
TopicColumn & WithAggregation(DefaultAggregation value)
bool IsIncludedInTopicHasBeenSet() const
bool ColumnNameHasBeenSet() const
TopicTimeGranularity GetTimeGranularity() const
const Aws::String & GetColumnFriendlyName() const
bool AllowedAggregationsHasBeenSet() const
TopicColumn & AddCellValueSynonyms(CellValueSynonymsT &&value)
bool DefaultFormattingHasBeenSet() const
bool ColumnSynonymsHasBeenSet() const
TopicColumn & AddColumnSynonyms(ColumnSynonymsT &&value)
void SetSemanticType(SemanticTypeT &&value)
bool GetIsIncludedInTopic() const
bool ComparativeOrderHasBeenSet() const
void SetNeverAggregateInFilter(bool value)
void SetDisableIndexing(bool value)
AWS_QUICKSIGHT_API TopicColumn()=default
const SemanticType & GetSemanticType() const
bool TimeGranularityHasBeenSet() const
TopicColumn & WithAllowedAggregations(AllowedAggregationsT &&value)
bool ColumnFriendlyNameHasBeenSet() const
TopicColumn & WithCellValueSynonyms(CellValueSynonymsT &&value)
bool GetDisableIndexing() const
const Aws::Vector< Aws::String > & GetColumnSynonyms() const
bool SemanticTypeHasBeenSet() const
TopicColumn & WithIsIncludedInTopic(bool value)
void SetIsIncludedInTopic(bool value)
void SetNotAllowedAggregations(NotAllowedAggregationsT &&value)
bool CellValueSynonymsHasBeenSet() const
AWS_QUICKSIGHT_API TopicColumn & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ColumnDataRoleHasBeenSet() const
TopicColumn & WithColumnSynonyms(ColumnSynonymsT &&value)
TopicColumn & AddNotAllowedAggregations(AuthorSpecifiedAggregation value)
TopicColumn & WithColumnDataRole(ColumnDataRole value)
DefaultAggregation GetAggregation() const
void SetColumnFriendlyName(ColumnFriendlyNameT &&value)
void SetColumnDataRole(ColumnDataRole value)
bool NeverAggregateInFilterHasBeenSet() const
void SetComparativeOrder(ComparativeOrderT &&value)
TopicColumn & WithNeverAggregateInFilter(bool value)
void SetAllowedAggregations(AllowedAggregationsT &&value)
void SetColumnDescription(ColumnDescriptionT &&value)
const Aws::Vector< AuthorSpecifiedAggregation > & GetAllowedAggregations() const
void SetDefaultFormatting(DefaultFormattingT &&value)
ColumnDataRole GetColumnDataRole() const
bool ColumnDescriptionHasBeenSet() const
TopicColumn & WithNonAdditive(bool value)
TopicColumn & WithColumnDescription(ColumnDescriptionT &&value)
const ComparativeOrder & GetComparativeOrder() const
const Aws::String & GetColumnName() const
AuthorSpecifiedAggregation
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue