7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/ColumnIdentifier.h>
10#include <aws/quicksight/model/NumberFormatConfiguration.h>
11#include <aws/quicksight/model/NumericalAggregationFunction.h>
44 template <
typename FieldIdT = Aws::String>
46 m_fieldIdHasBeenSet =
true;
47 m_fieldId = std::forward<FieldIdT>(value);
49 template <
typename FieldIdT = Aws::String>
62 template <
typename ColumnT = ColumnIdentifier>
64 m_columnHasBeenSet =
true;
65 m_column = std::forward<ColumnT>(value);
67 template <
typename ColumnT = ColumnIdentifier>
80 template <
typename AggregationFunctionT = NumericalAggregationFunction>
82 m_aggregationFunctionHasBeenSet =
true;
83 m_aggregationFunction = std::forward<AggregationFunctionT>(value);
85 template <
typename AggregationFunctionT = NumericalAggregationFunction>
98 template <
typename FormatConfigurationT = NumberFormatConfiguration>
100 m_formatConfigurationHasBeenSet =
true;
101 m_formatConfiguration = std::forward<FormatConfigurationT>(value);
103 template <
typename FormatConfigurationT = NumberFormatConfiguration>
117 bool m_fieldIdHasBeenSet =
false;
118 bool m_columnHasBeenSet =
false;
119 bool m_aggregationFunctionHasBeenSet =
false;
120 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