7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/ComboChartSeriesSettings.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 = ComboChartSeriesSettings>
82 m_settingsHasBeenSet =
true;
83 m_settings = std::forward<SettingsT>(value);
85 template <
typename SettingsT = ComboChartSeriesSettings>
97 bool m_fieldIdHasBeenSet =
false;
98 bool m_fieldValueHasBeenSet =
false;
99 bool m_settingsHasBeenSet =
false;
DataFieldComboSeriesItem & WithFieldId(FieldIdT &&value)
DataFieldComboSeriesItem & WithSettings(SettingsT &&value)
AWS_QUICKSIGHT_API DataFieldComboSeriesItem()=default
const Aws::String & GetFieldId() const
bool SettingsHasBeenSet() const
const ComboChartSeriesSettings & GetSettings() const
void SetSettings(SettingsT &&value)
void SetFieldId(FieldIdT &&value)
DataFieldComboSeriesItem & WithFieldValue(FieldValueT &&value)
bool FieldIdHasBeenSet() const
AWS_QUICKSIGHT_API DataFieldComboSeriesItem & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API DataFieldComboSeriesItem(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFieldValue() const
void SetFieldValue(FieldValueT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool FieldValueHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue