7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetFieldId(
const char* value) { m_fieldIdHasBeenSet =
true; m_fieldId.assign(value); }
62 inline void SetPositiveColor(
const char* value) { m_positiveColorHasBeenSet =
true; m_positiveColor.assign(value); }
76 inline void SetNegativeColor(
const char* value) { m_negativeColorHasBeenSet =
true; m_negativeColor.assign(value); }
84 bool m_fieldIdHasBeenSet =
false;
87 bool m_positiveColorHasBeenSet =
false;
90 bool m_negativeColorHasBeenSet =
false;
DataBarsOptions & WithNegativeColor(const char *value)
void SetNegativeColor(const char *value)
bool FieldIdHasBeenSet() const
const Aws::String & GetFieldId() const
void SetPositiveColor(Aws::String &&value)
void SetPositiveColor(const char *value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetNegativeColor(Aws::String &&value)
DataBarsOptions & WithNegativeColor(Aws::String &&value)
DataBarsOptions & WithNegativeColor(const Aws::String &value)
void SetFieldId(Aws::String &&value)
DataBarsOptions & WithFieldId(const Aws::String &value)
const Aws::String & GetNegativeColor() const
bool NegativeColorHasBeenSet() const
DataBarsOptions & WithPositiveColor(Aws::String &&value)
bool PositiveColorHasBeenSet() const
void SetPositiveColor(const Aws::String &value)
AWS_QUICKSIGHT_API DataBarsOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNegativeColor(const Aws::String &value)
const Aws::String & GetPositiveColor() const
void SetFieldId(const Aws::String &value)
DataBarsOptions & WithFieldId(Aws::String &&value)
DataBarsOptions & WithPositiveColor(const char *value)
DataBarsOptions & WithPositiveColor(const Aws::String &value)
void SetFieldId(const char *value)
DataBarsOptions & WithFieldId(const char *value)
AWS_QUICKSIGHT_API DataBarsOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API DataBarsOptions()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue