7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename FieldIdT = Aws::String>
47 void SetFieldId(FieldIdT&& value) { m_fieldIdHasBeenSet =
true; m_fieldId = std::forward<FieldIdT>(value); }
48 template<
typename FieldIdT = Aws::String>
58 template<
typename PositiveColorT = Aws::String>
59 void SetPositiveColor(PositiveColorT&& value) { m_positiveColorHasBeenSet =
true; m_positiveColor = std::forward<PositiveColorT>(value); }
60 template<
typename PositiveColorT = Aws::String>
70 template<
typename NegativeColorT = Aws::String>
71 void SetNegativeColor(NegativeColorT&& value) { m_negativeColorHasBeenSet =
true; m_negativeColor = std::forward<NegativeColorT>(value); }
72 template<
typename NegativeColorT = Aws::String>
78 bool m_fieldIdHasBeenSet =
false;
81 bool m_positiveColorHasBeenSet =
false;
84 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