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/NumberFormatConfiguration.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>
79 template <
typename HierarchyIdT = Aws::String>
81 m_hierarchyIdHasBeenSet =
true;
82 m_hierarchyId = std::forward<HierarchyIdT>(value);
84 template <
typename HierarchyIdT = Aws::String>
97 template <
typename FormatConfigurationT = NumberFormatConfiguration>
99 m_formatConfigurationHasBeenSet =
true;
100 m_formatConfiguration = std::forward<FormatConfigurationT>(value);
102 template <
typename FormatConfigurationT = NumberFormatConfiguration>
116 bool m_fieldIdHasBeenSet =
false;
117 bool m_columnHasBeenSet =
false;
118 bool m_hierarchyIdHasBeenSet =
false;
119 bool m_formatConfigurationHasBeenSet =
false;
bool FormatConfigurationHasBeenSet() const
NumericalDimensionField & WithFormatConfiguration(FormatConfigurationT &&value)
NumericalDimensionField & WithHierarchyId(HierarchyIdT &&value)
bool HierarchyIdHasBeenSet() const
const NumberFormatConfiguration & GetFormatConfiguration() const
const Aws::String & GetFieldId() const
bool ColumnHasBeenSet() const
AWS_QUICKSIGHT_API NumericalDimensionField()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetColumn(ColumnT &&value)
AWS_QUICKSIGHT_API NumericalDimensionField & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetHierarchyId(HierarchyIdT &&value)
const ColumnIdentifier & GetColumn() const
void SetFieldId(FieldIdT &&value)
void SetFormatConfiguration(FormatConfigurationT &&value)
NumericalDimensionField & WithColumn(ColumnT &&value)
NumericalDimensionField & WithFieldId(FieldIdT &&value)
const Aws::String & GetHierarchyId() const
AWS_QUICKSIGHT_API NumericalDimensionField(Aws::Utils::Json::JsonView jsonValue)
bool FieldIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue