7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/ColumnIdentifier.h>
10#include <aws/quicksight/model/NumericalAggregationFunction.h>
11#include <aws/quicksight/model/NumberFormatConfiguration.h>
50 template<
typename FieldIdT = Aws::String>
51 void SetFieldId(FieldIdT&& value) { m_fieldIdHasBeenSet =
true; m_fieldId = std::forward<FieldIdT>(value); }
52 template<
typename FieldIdT = Aws::String>
62 template<
typename ColumnT = ColumnIdentifier>
63 void SetColumn(ColumnT&& value) { m_columnHasBeenSet =
true; m_column = std::forward<ColumnT>(value); }
64 template<
typename ColumnT = ColumnIdentifier>
74 template<
typename AggregationFunctionT = NumericalAggregationFunction>
75 void SetAggregationFunction(AggregationFunctionT&& value) { m_aggregationFunctionHasBeenSet =
true; m_aggregationFunction = std::forward<AggregationFunctionT>(value); }
76 template<
typename AggregationFunctionT = NumericalAggregationFunction>
86 template<
typename FormatConfigurationT = NumberFormatConfiguration>
87 void SetFormatConfiguration(FormatConfigurationT&& value) { m_formatConfigurationHasBeenSet =
true; m_formatConfiguration = std::forward<FormatConfigurationT>(value); }
88 template<
typename FormatConfigurationT = NumberFormatConfiguration>
94 bool m_fieldIdHasBeenSet =
false;
97 bool m_columnHasBeenSet =
false;
100 bool m_aggregationFunctionHasBeenSet =
false;
103 bool m_formatConfigurationHasBeenSet =
false;
void SetColumn(ColumnT &&value)
const NumberFormatConfiguration & GetFormatConfiguration() const
bool FormatConfigurationHasBeenSet() const
void SetAggregationFunction(AggregationFunctionT &&value)
const Aws::String & GetFieldId() const
AWS_QUICKSIGHT_API NumericalMeasureField & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFieldId(FieldIdT &&value)
bool FieldIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
NumericalMeasureField & WithColumn(ColumnT &&value)
NumericalMeasureField & WithFieldId(FieldIdT &&value)
const NumericalAggregationFunction & GetAggregationFunction() const
void SetFormatConfiguration(FormatConfigurationT &&value)
NumericalMeasureField & WithAggregationFunction(AggregationFunctionT &&value)
AWS_QUICKSIGHT_API NumericalMeasureField()=default
NumericalMeasureField & WithFormatConfiguration(FormatConfigurationT &&value)
AWS_QUICKSIGHT_API NumericalMeasureField(Aws::Utils::Json::JsonView jsonValue)
bool AggregationFunctionHasBeenSet() const
const ColumnIdentifier & GetColumn() const
bool ColumnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue