7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/DataPrepAggregationFunction.h>
44 template <
typename AggregationFunctionT = DataPrepAggregationFunction>
46 m_aggregationFunctionHasBeenSet =
true;
47 m_aggregationFunction = std::forward<AggregationFunctionT>(value);
49 template <
typename AggregationFunctionT = DataPrepAggregationFunction>
62 template <
typename NewColumnNameT = Aws::String>
64 m_newColumnNameHasBeenSet =
true;
65 m_newColumnName = std::forward<NewColumnNameT>(value);
67 template <
typename NewColumnNameT = Aws::String>
81 template <
typename NewColumnIdT = Aws::String>
83 m_newColumnIdHasBeenSet =
true;
84 m_newColumnId = std::forward<NewColumnIdT>(value);
86 template <
typename NewColumnIdT = Aws::String>
98 bool m_aggregationFunctionHasBeenSet =
false;
99 bool m_newColumnNameHasBeenSet =
false;
100 bool m_newColumnIdHasBeenSet =
false;
const Aws::String & GetNewColumnName() const
const DataPrepAggregationFunction & GetAggregationFunction() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Aggregation & WithNewColumnId(NewColumnIdT &&value)
void SetNewColumnId(NewColumnIdT &&value)
AWS_QUICKSIGHT_API Aggregation(Aws::Utils::Json::JsonView jsonValue)
bool NewColumnIdHasBeenSet() const
void SetAggregationFunction(AggregationFunctionT &&value)
Aggregation & WithAggregationFunction(AggregationFunctionT &&value)
AWS_QUICKSIGHT_API Aggregation & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetNewColumnId() const
Aggregation & WithNewColumnName(NewColumnNameT &&value)
void SetNewColumnName(NewColumnNameT &&value)
bool NewColumnNameHasBeenSet() const
AWS_QUICKSIGHT_API Aggregation()=default
bool AggregationFunctionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue