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/FormatConfiguration.h>
42 template <
typename FieldIdT = Aws::String>
44 m_fieldIdHasBeenSet =
true;
45 m_fieldId = std::forward<FieldIdT>(value);
47 template <
typename FieldIdT = Aws::String>
60 template <
typename ColumnT = ColumnIdentifier>
62 m_columnHasBeenSet =
true;
63 m_column = std::forward<ColumnT>(value);
65 template <
typename ColumnT = ColumnIdentifier>
78 template <
typename FormatConfigurationT = FormatConfiguration>
80 m_formatConfigurationHasBeenSet =
true;
81 m_formatConfiguration = std::forward<FormatConfigurationT>(value);
83 template <
typename FormatConfigurationT = FormatConfiguration>
95 bool m_fieldIdHasBeenSet =
false;
96 bool m_columnHasBeenSet =
false;
97 bool m_formatConfigurationHasBeenSet =
false;
const FormatConfiguration & GetFormatConfiguration() const
UnaggregatedField & WithFieldId(FieldIdT &&value)
bool ColumnHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
UnaggregatedField & WithColumn(ColumnT &&value)
AWS_QUICKSIGHT_API UnaggregatedField & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFormatConfiguration(FormatConfigurationT &&value)
const ColumnIdentifier & GetColumn() const
void SetFieldId(FieldIdT &&value)
UnaggregatedField & WithFormatConfiguration(FormatConfigurationT &&value)
bool FieldIdHasBeenSet() const
const Aws::String & GetFieldId() const
AWS_QUICKSIGHT_API UnaggregatedField()=default
void SetColumn(ColumnT &&value)
AWS_QUICKSIGHT_API UnaggregatedField(Aws::Utils::Json::JsonView jsonValue)
bool FormatConfigurationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue