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>
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>
84 template<
typename FormatConfigurationT = StringFormatConfiguration>
85 void SetFormatConfiguration(FormatConfigurationT&& value) { m_formatConfigurationHasBeenSet =
true; m_formatConfiguration = std::forward<FormatConfigurationT>(value); }
86 template<
typename FormatConfigurationT = StringFormatConfiguration>
92 bool m_fieldIdHasBeenSet =
false;
95 bool m_columnHasBeenSet =
false;
98 bool m_aggregationFunctionHasBeenSet =
false;
100 StringFormatConfiguration m_formatConfiguration;
101 bool m_formatConfigurationHasBeenSet =
false;
bool FormatConfigurationHasBeenSet() const
CategoricalMeasureField & WithAggregationFunction(CategoricalAggregationFunction value)
bool ColumnHasBeenSet() const
bool FieldIdHasBeenSet() const
AWS_QUICKSIGHT_API CategoricalMeasureField()=default
void SetAggregationFunction(CategoricalAggregationFunction value)
CategoricalMeasureField & WithFormatConfiguration(FormatConfigurationT &&value)
CategoricalAggregationFunction GetAggregationFunction() const
void SetFieldId(FieldIdT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
CategoricalMeasureField & WithFieldId(FieldIdT &&value)
const ColumnIdentifier & GetColumn() const
void SetFormatConfiguration(FormatConfigurationT &&value)
const StringFormatConfiguration & GetFormatConfiguration() const
CategoricalMeasureField & WithColumn(ColumnT &&value)
void SetColumn(ColumnT &&value)
AWS_QUICKSIGHT_API CategoricalMeasureField & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AggregationFunctionHasBeenSet() const
AWS_QUICKSIGHT_API CategoricalMeasureField(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFieldId() const
CategoricalAggregationFunction
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue