7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/DataPrepSimpleAggregationFunctionType.h>
42 template <
typename InputColumnNameT = Aws::String>
44 m_inputColumnNameHasBeenSet =
true;
45 m_inputColumnName = std::forward<InputColumnNameT>(value);
47 template <
typename InputColumnNameT = Aws::String>
64 m_functionTypeHasBeenSet =
true;
65 m_functionType = value;
76 bool m_inputColumnNameHasBeenSet =
false;
77 bool m_functionTypeHasBeenSet =
false;
DataPrepSimpleAggregationFunction & WithInputColumnName(InputColumnNameT &&value)
void SetInputColumnName(InputColumnNameT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API DataPrepSimpleAggregationFunction(Aws::Utils::Json::JsonView jsonValue)
bool FunctionTypeHasBeenSet() const
AWS_QUICKSIGHT_API DataPrepSimpleAggregationFunction()=default
AWS_QUICKSIGHT_API DataPrepSimpleAggregationFunction & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetInputColumnName() const
void SetFunctionType(DataPrepSimpleAggregationFunctionType value)
DataPrepSimpleAggregationFunction & WithFunctionType(DataPrepSimpleAggregationFunctionType value)
DataPrepSimpleAggregationFunctionType GetFunctionType() const
bool InputColumnNameHasBeenSet() const
DataPrepSimpleAggregationFunctionType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue