7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/BarChartSeriesSettings.h>
42 template <
typename FieldIdT = Aws::String>
44 m_fieldIdHasBeenSet =
true;
45 m_fieldId = std::forward<FieldIdT>(value);
47 template <
typename FieldIdT = Aws::String>
61 template <
typename FieldValueT = Aws::String>
63 m_fieldValueHasBeenSet =
true;
64 m_fieldValue = std::forward<FieldValueT>(value);
66 template <
typename FieldValueT = Aws::String>
80 template <
typename SettingsT = BarChartSeriesSettings>
82 m_settingsHasBeenSet =
true;
83 m_settings = std::forward<SettingsT>(value);
85 template <
typename SettingsT = BarChartSeriesSettings>
97 bool m_fieldIdHasBeenSet =
false;
98 bool m_fieldValueHasBeenSet =
false;
99 bool m_settingsHasBeenSet =
false;
const Aws::String & GetFieldId() const
bool FieldValueHasBeenSet() const
void SetSettings(SettingsT &&value)
DataFieldBarSeriesItem & WithFieldId(FieldIdT &&value)
bool FieldIdHasBeenSet() const
DataFieldBarSeriesItem & WithSettings(SettingsT &&value)
AWS_QUICKSIGHT_API DataFieldBarSeriesItem & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFieldId(FieldIdT &&value)
DataFieldBarSeriesItem & WithFieldValue(FieldValueT &&value)
const BarChartSeriesSettings & GetSettings() const
const Aws::String & GetFieldValue() const
AWS_QUICKSIGHT_API DataFieldBarSeriesItem()=default
bool SettingsHasBeenSet() const
void SetFieldValue(FieldValueT &&value)
AWS_QUICKSIGHT_API DataFieldBarSeriesItem(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue