7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/model/AggFunction.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename ColumnT = Aws::Vector<Aws::String>>
51 void SetColumn(ColumnT&& value) { m_columnHasBeenSet =
true; m_column = std::forward<ColumnT>(value); }
52 template<
typename ColumnT = Aws::Vector<Aws::String>>
54 template<
typename ColumnT = Aws::String>
55 AggregateOperation&
AddColumn(ColumnT&& value) { m_columnHasBeenSet =
true; m_column.emplace_back(std::forward<ColumnT>(value));
return *
this; }
72 bool m_columnHasBeenSet =
false;
75 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