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/CategoricalAggregationFunction.h>
11#include <aws/quicksight/model/StringFormatConfiguration.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;
bool FormatConfigurationHasBeenSet() const
bool ColumnHasBeenSet() const
bool FieldIdHasBeenSet() const
CategoricalMeasureField & WithColumn(const ColumnIdentifier &value)
CategoricalMeasureField & WithFormatConfiguration(StringFormatConfiguration &&value)
CategoricalMeasureField & WithFieldId(Aws::String &&value)
void SetFieldId(const Aws::String &value)
void SetFormatConfiguration(StringFormatConfiguration &&value)
CategoricalMeasureField & WithFieldId(const char *value)
void SetColumn(const ColumnIdentifier &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFieldId(const char *value)
CategoricalMeasureField & WithAggregationFunction(CategoricalAggregationFunction &&value)
const ColumnIdentifier & GetColumn() const
void SetFormatConfiguration(const StringFormatConfiguration &value)
CategoricalMeasureField & WithFormatConfiguration(const StringFormatConfiguration &value)
void SetAggregationFunction(const CategoricalAggregationFunction &value)
void SetFieldId(Aws::String &&value)
const CategoricalAggregationFunction & GetAggregationFunction() const
const StringFormatConfiguration & GetFormatConfiguration() const
void SetAggregationFunction(CategoricalAggregationFunction &&value)
AWS_QUICKSIGHT_API CategoricalMeasureField()
CategoricalMeasureField & WithColumn(ColumnIdentifier &&value)
AWS_QUICKSIGHT_API CategoricalMeasureField & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AggregationFunctionHasBeenSet() const
AWS_QUICKSIGHT_API CategoricalMeasureField(Aws::Utils::Json::JsonView jsonValue)
CategoricalMeasureField & WithAggregationFunction(const CategoricalAggregationFunction &value)
void SetColumn(ColumnIdentifier &&value)
const Aws::String & GetFieldId() const
CategoricalMeasureField & WithFieldId(const Aws::String &value)
CategoricalAggregationFunction
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue