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/Aggregation.h>
11#include <aws/quicksight/model/TransformOperationSource.h>
44 template <
typename AliasT = Aws::String>
46 m_aliasHasBeenSet =
true;
47 m_alias = std::forward<AliasT>(value);
49 template <
typename AliasT = Aws::String>
51 SetAlias(std::forward<AliasT>(value));
63 template <
typename SourceT = TransformOperationSource>
65 m_sourceHasBeenSet =
true;
66 m_source = std::forward<SourceT>(value);
68 template <
typename SourceT = TransformOperationSource>
82 template <
typename GroupByColumnNamesT = Aws::Vector<Aws::String>>
84 m_groupByColumnNamesHasBeenSet =
true;
85 m_groupByColumnNames = std::forward<GroupByColumnNamesT>(value);
87 template <
typename GroupByColumnNamesT = Aws::Vector<Aws::String>>
92 template <
typename GroupByColumnNamesT = Aws::String>
94 m_groupByColumnNamesHasBeenSet =
true;
95 m_groupByColumnNames.emplace_back(std::forward<GroupByColumnNamesT>(value));
107 template <
typename AggregationsT = Aws::Vector<Aggregation>>
109 m_aggregationsHasBeenSet =
true;
110 m_aggregations = std::forward<AggregationsT>(value);
112 template <
typename AggregationsT = Aws::Vector<Aggregation>>
117 template <
typename AggregationsT = Aggregation>
119 m_aggregationsHasBeenSet =
true;
120 m_aggregations.emplace_back(std::forward<AggregationsT>(value));
132 bool m_aliasHasBeenSet =
false;
133 bool m_sourceHasBeenSet =
false;
134 bool m_groupByColumnNamesHasBeenSet =
false;
135 bool m_aggregationsHasBeenSet =
false;
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AggregateOperation & AddAggregations(AggregationsT &&value)
AWS_QUICKSIGHT_API AggregateOperation()=default
void SetAggregations(AggregationsT &&value)
AggregateOperation & WithAggregations(AggregationsT &&value)
AggregateOperation & WithAlias(AliasT &&value)
AggregateOperation & AddGroupByColumnNames(GroupByColumnNamesT &&value)
const TransformOperationSource & GetSource() const
const Aws::Vector< Aws::String > & GetGroupByColumnNames() const
void SetAlias(AliasT &&value)
AWS_QUICKSIGHT_API AggregateOperation(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API AggregateOperation & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aggregation > & GetAggregations() const
bool GroupByColumnNamesHasBeenSet() const
bool AggregationsHasBeenSet() const
bool SourceHasBeenSet() const
AggregateOperation & WithSource(SourceT &&value)
const Aws::String & GetAlias() const
bool AliasHasBeenSet() const
void SetSource(SourceT &&value)
void SetGroupByColumnNames(GroupByColumnNamesT &&value)
AggregateOperation & WithGroupByColumnNames(GroupByColumnNamesT &&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