7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/CategoricalAggregationFunction.h>
10#include <aws/quicksight/model/ColumnIdentifier.h>
11#include <aws/quicksight/model/StringFormatConfiguration.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>
81 m_aggregationFunctionHasBeenSet =
true;
82 m_aggregationFunction = value;
96 template <
typename FormatConfigurationT = StringFormatConfiguration>
98 m_formatConfigurationHasBeenSet =
true;
99 m_formatConfiguration = std::forward<FormatConfigurationT>(value);
101 template <
typename FormatConfigurationT = StringFormatConfiguration>
114 StringFormatConfiguration m_formatConfiguration;
115 bool m_fieldIdHasBeenSet =
false;
116 bool m_columnHasBeenSet =
false;
117 bool m_aggregationFunctionHasBeenSet =
false;
118 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