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/DateAggregationFunction.h>
11#include <aws/quicksight/model/DateTimeFormatConfiguration.h>
43 template <
typename FieldIdT = Aws::String>
45 m_fieldIdHasBeenSet =
true;
46 m_fieldId = std::forward<FieldIdT>(value);
48 template <
typename FieldIdT = Aws::String>
61 template <
typename ColumnT = ColumnIdentifier>
63 m_columnHasBeenSet =
true;
64 m_column = std::forward<ColumnT>(value);
66 template <
typename ColumnT = ColumnIdentifier>
80 m_aggregationFunctionHasBeenSet =
true;
81 m_aggregationFunction = value;
95 template <
typename FormatConfigurationT = DateTimeFormatConfiguration>
97 m_formatConfigurationHasBeenSet =
true;
98 m_formatConfiguration = std::forward<FormatConfigurationT>(value);
100 template <
typename FormatConfigurationT = DateTimeFormatConfiguration>
113 DateTimeFormatConfiguration m_formatConfiguration;
114 bool m_fieldIdHasBeenSet =
false;
115 bool m_columnHasBeenSet =
false;
116 bool m_aggregationFunctionHasBeenSet =
false;
117 bool m_formatConfigurationHasBeenSet =
false;
const ColumnIdentifier & GetColumn() const
DateMeasureField & WithFieldId(FieldIdT &&value)
AWS_QUICKSIGHT_API DateMeasureField(Aws::Utils::Json::JsonView jsonValue)
const DateTimeFormatConfiguration & GetFormatConfiguration() const
bool FieldIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
DateMeasureField & WithAggregationFunction(DateAggregationFunction value)
AWS_QUICKSIGHT_API DateMeasureField & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AggregationFunctionHasBeenSet() const
DateAggregationFunction GetAggregationFunction() const
void SetColumn(ColumnT &&value)
const Aws::String & GetFieldId() const
void SetFieldId(FieldIdT &&value)
bool FormatConfigurationHasBeenSet() const
void SetFormatConfiguration(FormatConfigurationT &&value)
DateMeasureField & WithFormatConfiguration(FormatConfigurationT &&value)
AWS_QUICKSIGHT_API DateMeasureField()=default
void SetAggregationFunction(DateAggregationFunction value)
bool ColumnHasBeenSet() const
DateMeasureField & WithColumn(ColumnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue