7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
40 template <
typename FieldIdT = Aws::String>
42 m_fieldIdHasBeenSet =
true;
43 m_fieldId = std::forward<FieldIdT>(value);
45 template <
typename FieldIdT = Aws::String>
58 template <
typename PositiveColorT = Aws::String>
60 m_positiveColorHasBeenSet =
true;
61 m_positiveColor = std::forward<PositiveColorT>(value);
63 template <
typename PositiveColorT = Aws::String>
76 template <
typename NegativeColorT = Aws::String>
78 m_negativeColorHasBeenSet =
true;
79 m_negativeColor = std::forward<NegativeColorT>(value);
81 template <
typename NegativeColorT = Aws::String>
93 bool m_fieldIdHasBeenSet =
false;
94 bool m_positiveColorHasBeenSet =
false;
95 bool m_negativeColorHasBeenSet =
false;
bool FieldIdHasBeenSet() const
const Aws::String & GetFieldId() const
void SetFieldId(FieldIdT &&value)
DataBarsOptions & WithNegativeColor(NegativeColorT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetNegativeColor() const
void SetPositiveColor(PositiveColorT &&value)
bool NegativeColorHasBeenSet() const
bool PositiveColorHasBeenSet() const
AWS_QUICKSIGHT_API DataBarsOptions()=default
AWS_QUICKSIGHT_API DataBarsOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNegativeColor(NegativeColorT &&value)
const Aws::String & GetPositiveColor() const
DataBarsOptions & WithFieldId(FieldIdT &&value)
DataBarsOptions & WithPositiveColor(PositiveColorT &&value)
AWS_QUICKSIGHT_API DataBarsOptions(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue