7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ReferenceLinePatternType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
59 template<
typename ColorT = Aws::String>
60 void SetColor(ColorT&& value) { m_colorHasBeenSet =
true; m_color = std::forward<ColorT>(value); }
61 template<
typename ColorT = Aws::String>
67 bool m_patternHasBeenSet =
false;
70 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