AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
GeospatialCircleSymbolStyle.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/GeospatialCircleRadius.h>
9#include <aws/quicksight/model/GeospatialColor.h>
10#include <aws/quicksight/model/GeospatialLineWidth.h>
11
12#include <utility>
13
14namespace Aws {
15namespace Utils {
16namespace Json {
17class JsonValue;
18class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace QuickSight {
22namespace Model {
23
30 public:
31 AWS_QUICKSIGHT_API GeospatialCircleSymbolStyle() = default;
34 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const GeospatialColor& GetFillColor() const { return m_fillColor; }
41 inline bool FillColorHasBeenSet() const { return m_fillColorHasBeenSet; }
42 template <typename FillColorT = GeospatialColor>
43 void SetFillColor(FillColorT&& value) {
44 m_fillColorHasBeenSet = true;
45 m_fillColor = std::forward<FillColorT>(value);
46 }
47 template <typename FillColorT = GeospatialColor>
49 SetFillColor(std::forward<FillColorT>(value));
50 return *this;
51 }
53
55
58 inline const GeospatialColor& GetStrokeColor() const { return m_strokeColor; }
59 inline bool StrokeColorHasBeenSet() const { return m_strokeColorHasBeenSet; }
60 template <typename StrokeColorT = GeospatialColor>
61 void SetStrokeColor(StrokeColorT&& value) {
62 m_strokeColorHasBeenSet = true;
63 m_strokeColor = std::forward<StrokeColorT>(value);
64 }
65 template <typename StrokeColorT = GeospatialColor>
67 SetStrokeColor(std::forward<StrokeColorT>(value));
68 return *this;
69 }
71
73
76 inline const GeospatialLineWidth& GetStrokeWidth() const { return m_strokeWidth; }
77 inline bool StrokeWidthHasBeenSet() const { return m_strokeWidthHasBeenSet; }
78 template <typename StrokeWidthT = GeospatialLineWidth>
79 void SetStrokeWidth(StrokeWidthT&& value) {
80 m_strokeWidthHasBeenSet = true;
81 m_strokeWidth = std::forward<StrokeWidthT>(value);
82 }
83 template <typename StrokeWidthT = GeospatialLineWidth>
85 SetStrokeWidth(std::forward<StrokeWidthT>(value));
86 return *this;
87 }
89
91
94 inline const GeospatialCircleRadius& GetCircleRadius() const { return m_circleRadius; }
95 inline bool CircleRadiusHasBeenSet() const { return m_circleRadiusHasBeenSet; }
96 template <typename CircleRadiusT = GeospatialCircleRadius>
97 void SetCircleRadius(CircleRadiusT&& value) {
98 m_circleRadiusHasBeenSet = true;
99 m_circleRadius = std::forward<CircleRadiusT>(value);
100 }
101 template <typename CircleRadiusT = GeospatialCircleRadius>
103 SetCircleRadius(std::forward<CircleRadiusT>(value));
104 return *this;
105 }
107 private:
108 GeospatialColor m_fillColor;
109
110 GeospatialColor m_strokeColor;
111
112 GeospatialLineWidth m_strokeWidth;
113
114 GeospatialCircleRadius m_circleRadius;
115 bool m_fillColorHasBeenSet = false;
116 bool m_strokeColorHasBeenSet = false;
117 bool m_strokeWidthHasBeenSet = false;
118 bool m_circleRadiusHasBeenSet = false;
119};
120
121} // namespace Model
122} // namespace QuickSight
123} // namespace Aws
GeospatialCircleSymbolStyle & WithStrokeColor(StrokeColorT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API GeospatialCircleSymbolStyle()=default
GeospatialCircleSymbolStyle & WithCircleRadius(CircleRadiusT &&value)
AWS_QUICKSIGHT_API GeospatialCircleSymbolStyle & operator=(Aws::Utils::Json::JsonView jsonValue)
GeospatialCircleSymbolStyle & WithFillColor(FillColorT &&value)
GeospatialCircleSymbolStyle & WithStrokeWidth(StrokeWidthT &&value)
AWS_QUICKSIGHT_API GeospatialCircleSymbolStyle(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue