7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/TotalAggregationFunction.h>
42 template <
typename FieldIdT = Aws::String>
44 m_fieldIdHasBeenSet =
true;
45 m_fieldId = std::forward<FieldIdT>(value);
47 template <
typename FieldIdT = Aws::String>
61 template <
typename TotalAggregationFunctionT = TotalAggregationFunction>
63 m_totalAggregationFunctionHasBeenSet =
true;
64 m_totalAggregationFunction = std::forward<TotalAggregationFunctionT>(value);
66 template <
typename TotalAggregationFunctionT = TotalAggregationFunction>
76 bool m_fieldIdHasBeenSet =
false;
77 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