7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/ReferenceLinePatternType.h>
44 m_patternHasBeenSet =
true;
59 template <
typename ColorT = Aws::String>
61 m_colorHasBeenSet =
true;
62 m_color = std::forward<ColorT>(value);
64 template <
typename ColorT = Aws::String>
66 SetColor(std::forward<ColorT>(value));
74 bool m_patternHasBeenSet =
false;
75 bool m_colorHasBeenSet =
false;
AWS_QUICKSIGHT_API ReferenceLineStyleConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPattern(ReferenceLinePatternType value)
ReferenceLineStyleConfiguration & WithPattern(ReferenceLinePatternType value)
ReferenceLinePatternType GetPattern() const
bool PatternHasBeenSet() const
const Aws::String & GetColor() const
void SetColor(ColorT &&value)
bool ColorHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API ReferenceLineStyleConfiguration()=default
AWS_QUICKSIGHT_API ReferenceLineStyleConfiguration(Aws::Utils::Json::JsonView jsonValue)
ReferenceLineStyleConfiguration & WithColor(ColorT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue