7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/TotalAggregationFunction.h>
48 template<
typename FieldIdT = Aws::String>
49 void SetFieldId(FieldIdT&& value) { m_fieldIdHasBeenSet =
true; m_fieldId = std::forward<FieldIdT>(value); }
50 template<
typename FieldIdT = Aws::String>
61 template<
typename TotalAggregationFunctionT = TotalAggregationFunction>
62 void SetTotalAggregationFunction(TotalAggregationFunctionT&& value) { m_totalAggregationFunctionHasBeenSet =
true; m_totalAggregationFunction = std::forward<TotalAggregationFunctionT>(value); }
63 template<
typename TotalAggregationFunctionT = TotalAggregationFunction>
69 bool m_fieldIdHasBeenSet =
false;
72 bool m_totalAggregationFunctionHasBeenSet =
false;
TotalAggregationOption & WithFieldId(FieldIdT &&value)
AWS_QUICKSIGHT_API TotalAggregationOption()=default
bool FieldIdHasBeenSet() const
void SetTotalAggregationFunction(TotalAggregationFunctionT &&value)
TotalAggregationOption & WithTotalAggregationFunction(TotalAggregationFunctionT &&value)
const Aws::String & GetFieldId() const
AWS_QUICKSIGHT_API TotalAggregationOption & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API TotalAggregationOption(Aws::Utils::Json::JsonView jsonValue)
const TotalAggregationFunction & GetTotalAggregationFunction() const
void SetFieldId(FieldIdT &&value)
bool TotalAggregationFunctionHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue