AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
GeospatialNullSymbolStyle.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace QuickSight
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_QUICKSIGHT_API GeospatialNullSymbolStyle() = default;
37 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetFillColor() const { return m_fillColor; }
45 inline bool FillColorHasBeenSet() const { return m_fillColorHasBeenSet; }
46 template<typename FillColorT = Aws::String>
47 void SetFillColor(FillColorT&& value) { m_fillColorHasBeenSet = true; m_fillColor = std::forward<FillColorT>(value); }
48 template<typename FillColorT = Aws::String>
49 GeospatialNullSymbolStyle& WithFillColor(FillColorT&& value) { SetFillColor(std::forward<FillColorT>(value)); return *this;}
51
53
56 inline const Aws::String& GetStrokeColor() const { return m_strokeColor; }
57 inline bool StrokeColorHasBeenSet() const { return m_strokeColorHasBeenSet; }
58 template<typename StrokeColorT = Aws::String>
59 void SetStrokeColor(StrokeColorT&& value) { m_strokeColorHasBeenSet = true; m_strokeColor = std::forward<StrokeColorT>(value); }
60 template<typename StrokeColorT = Aws::String>
61 GeospatialNullSymbolStyle& WithStrokeColor(StrokeColorT&& value) { SetStrokeColor(std::forward<StrokeColorT>(value)); return *this;}
63
65
68 inline double GetStrokeWidth() const { return m_strokeWidth; }
69 inline bool StrokeWidthHasBeenSet() const { return m_strokeWidthHasBeenSet; }
70 inline void SetStrokeWidth(double value) { m_strokeWidthHasBeenSet = true; m_strokeWidth = value; }
71 inline GeospatialNullSymbolStyle& WithStrokeWidth(double value) { SetStrokeWidth(value); return *this;}
73 private:
74
75 Aws::String m_fillColor;
76 bool m_fillColorHasBeenSet = false;
77
78 Aws::String m_strokeColor;
79 bool m_strokeColorHasBeenSet = false;
80
81 double m_strokeWidth{0.0};
82 bool m_strokeWidthHasBeenSet = false;
83 };
84
85} // namespace Model
86} // namespace QuickSight
87} // namespace Aws
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API GeospatialNullSymbolStyle()=default
AWS_QUICKSIGHT_API GeospatialNullSymbolStyle(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API GeospatialNullSymbolStyle & operator=(Aws::Utils::Json::JsonView jsonValue)
GeospatialNullSymbolStyle & WithStrokeWidth(double value)
GeospatialNullSymbolStyle & WithStrokeColor(StrokeColorT &&value)
GeospatialNullSymbolStyle & WithFillColor(FillColorT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue