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/NumberFormatConfiguration.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>
73 template<
typename HierarchyIdT = Aws::String>
74 void SetHierarchyId(HierarchyIdT&& value) { m_hierarchyIdHasBeenSet =
true; m_hierarchyId = std::forward<HierarchyIdT>(value); }
75 template<
typename HierarchyIdT = Aws::String>
85 template<
typename FormatConfigurationT = NumberFormatConfiguration>
86 void SetFormatConfiguration(FormatConfigurationT&& value) { m_formatConfigurationHasBeenSet =
true; m_formatConfiguration = std::forward<FormatConfigurationT>(value); }
87 template<
typename FormatConfigurationT = NumberFormatConfiguration>
93 bool m_fieldIdHasBeenSet =
false;
96 bool m_columnHasBeenSet =
false;
99 bool m_hierarchyIdHasBeenSet =
false;
102 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