7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/AggFunction.h>
44 template <
typename ColumnT = Aws::Vector<Aws::String>>
46 m_columnHasBeenSet =
true;
47 m_column = std::forward<ColumnT>(value);
49 template <
typename ColumnT = Aws::Vector<Aws::String>>
54 template <
typename ColumnT = Aws::String>
56 m_columnHasBeenSet =
true;
57 m_column.emplace_back(std::forward<ColumnT>(value));
71 m_aggFuncHasBeenSet =
true;
83 bool m_columnHasBeenSet =
false;
84 bool m_aggFuncHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetColumn() const
AggFunction GetAggFunc() const
AWS_GLUE_API AggregateOperation(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API AggregateOperation()=default
AggregateOperation & AddColumn(ColumnT &&value)
void SetAggFunc(AggFunction value)
AggregateOperation & WithAggFunc(AggFunction value)
bool AggFuncHasBeenSet() const
AggregateOperation & WithColumn(ColumnT &&value)
AWS_GLUE_API AggregateOperation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetColumn(ColumnT &&value)
bool ColumnHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue