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/FormatConfiguration.h>
48 template<
typename FieldIdT = Aws::String>
49 void SetFieldId(FieldIdT&& value) { m_fieldIdHasBeenSet =
true; m_fieldId = std::forward<FieldIdT>(value); }
50 template<
typename FieldIdT = Aws::String>
60 template<
typename ColumnT = ColumnIdentifier>
61 void SetColumn(ColumnT&& value) { m_columnHasBeenSet =
true; m_column = std::forward<ColumnT>(value); }
62 template<
typename ColumnT = ColumnIdentifier>
72 template<
typename FormatConfigurationT = FormatConfiguration>
73 void SetFormatConfiguration(FormatConfigurationT&& value) { m_formatConfigurationHasBeenSet =
true; m_formatConfiguration = std::forward<FormatConfigurationT>(value); }
74 template<
typename FormatConfigurationT = FormatConfiguration>
80 bool m_fieldIdHasBeenSet =
false;
83 bool m_columnHasBeenSet =
false;
86 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