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>
52 inline void SetFieldId(
const char* value) { m_fieldIdHasBeenSet =
true; m_fieldId.assign(value); }
96 bool m_fieldIdHasBeenSet =
false;
99 bool m_columnHasBeenSet =
false;
102 bool m_aggregationFunctionHasBeenSet =
false;
105 bool m_formatConfigurationHasBeenSet =
false;
void SetFieldId(Aws::String &&value)
void SetFormatConfiguration(NumberFormatConfiguration &&value)
const NumberFormatConfiguration & GetFormatConfiguration() const
bool FormatConfigurationHasBeenSet() const
const Aws::String & GetFieldId() const
NumericalMeasureField & WithFormatConfiguration(NumberFormatConfiguration &&value)
AWS_QUICKSIGHT_API NumericalMeasureField & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FieldIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFieldId(const char *value)
AWS_QUICKSIGHT_API NumericalMeasureField()
NumericalMeasureField & WithColumn(const ColumnIdentifier &value)
NumericalMeasureField & WithAggregationFunction(const NumericalAggregationFunction &value)
const NumericalAggregationFunction & GetAggregationFunction() const
void SetAggregationFunction(const NumericalAggregationFunction &value)
AWS_QUICKSIGHT_API NumericalMeasureField(Aws::Utils::Json::JsonView jsonValue)
NumericalMeasureField & WithAggregationFunction(NumericalAggregationFunction &&value)
void SetColumn(ColumnIdentifier &&value)
void SetFormatConfiguration(const NumberFormatConfiguration &value)
void SetFieldId(const Aws::String &value)
void SetAggregationFunction(NumericalAggregationFunction &&value)
bool AggregationFunctionHasBeenSet() const
const ColumnIdentifier & GetColumn() const
NumericalMeasureField & WithFieldId(Aws::String &&value)
NumericalMeasureField & WithFieldId(const Aws::String &value)
NumericalMeasureField & WithFormatConfiguration(const NumberFormatConfiguration &value)
NumericalMeasureField & WithColumn(ColumnIdentifier &&value)
void SetColumn(const ColumnIdentifier &value)
bool ColumnHasBeenSet() const
NumericalMeasureField & WithFieldId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue