7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ColorT = Aws::String>
48 void SetColor(ColorT&& value) { m_colorHasBeenSet =
true; m_color = std::forward<ColorT>(value); }
49 template<
typename ColorT = Aws::String>
55 bool m_colorHasBeenSet =
false;
AWS_QUICKSIGHT_API SimpleClusterMarker()=default
AWS_QUICKSIGHT_API SimpleClusterMarker(Aws::Utils::Json::JsonView jsonValue)
bool ColorHasBeenSet() const
SimpleClusterMarker & WithColor(ColorT &&value)
AWS_QUICKSIGHT_API SimpleClusterMarker & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetColor() const
void SetColor(ColorT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue