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/DateAggregationFunction.h>
11#include <aws/quicksight/model/DateTimeFormatConfiguration.h>
49 template<
typename FieldIdT = Aws::String>
50 void SetFieldId(FieldIdT&& value) { m_fieldIdHasBeenSet =
true; m_fieldId = std::forward<FieldIdT>(value); }
51 template<
typename FieldIdT = Aws::String>
61 template<
typename ColumnT = ColumnIdentifier>
62 void SetColumn(ColumnT&& value) { m_columnHasBeenSet =
true; m_column = std::forward<ColumnT>(value); }
63 template<
typename ColumnT = ColumnIdentifier>
83 template<
typename FormatConfigurationT = DateTimeFormatConfiguration>
84 void SetFormatConfiguration(FormatConfigurationT&& value) { m_formatConfigurationHasBeenSet =
true; m_formatConfiguration = std::forward<FormatConfigurationT>(value); }
85 template<
typename FormatConfigurationT = DateTimeFormatConfiguration>
91 bool m_fieldIdHasBeenSet =
false;
94 bool m_columnHasBeenSet =
false;
97 bool m_aggregationFunctionHasBeenSet =
false;
99 DateTimeFormatConfiguration m_formatConfiguration;
100 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