AWS SDK for C++

AWS SDK for C++ Version 1.11.753

Loading...
Searching...
No Matches
GeospatialNullSymbolStyle.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight {
20namespace Model {
21
28 public:
29 AWS_QUICKSIGHT_API GeospatialNullSymbolStyle() = default;
32 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const Aws::String& GetFillColor() const { return m_fillColor; }
39 inline bool FillColorHasBeenSet() const { return m_fillColorHasBeenSet; }
40 template <typename FillColorT = Aws::String>
41 void SetFillColor(FillColorT&& value) {
42 m_fillColorHasBeenSet = true;
43 m_fillColor = std::forward<FillColorT>(value);
44 }
45 template <typename FillColorT = Aws::String>
47 SetFillColor(std::forward<FillColorT>(value));
48 return *this;
49 }
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) {
60 m_strokeColorHasBeenSet = true;
61 m_strokeColor = std::forward<StrokeColorT>(value);
62 }
63 template <typename StrokeColorT = Aws::String>
65 SetStrokeColor(std::forward<StrokeColorT>(value));
66 return *this;
67 }
69
71
74 inline double GetStrokeWidth() const { return m_strokeWidth; }
75 inline bool StrokeWidthHasBeenSet() const { return m_strokeWidthHasBeenSet; }
76 inline void SetStrokeWidth(double value) {
77 m_strokeWidthHasBeenSet = true;
78 m_strokeWidth = value;
79 }
81 SetStrokeWidth(value);
82 return *this;
83 }
85 private:
86 Aws::String m_fillColor;
87
88 Aws::String m_strokeColor;
89
90 double m_strokeWidth{0.0};
91 bool m_fillColorHasBeenSet = false;
92 bool m_strokeColorHasBeenSet = false;
93 bool m_strokeWidthHasBeenSet = false;
94};
95
96} // namespace Model
97} // namespace QuickSight
98} // 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