AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
GeospatialLineSymbolStyle.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/GeospatialColor.h>
9#include <aws/quicksight/model/GeospatialLineWidth.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace QuickSight {
21namespace Model {
22
29 public:
30 AWS_QUICKSIGHT_API GeospatialLineSymbolStyle() = default;
33 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const GeospatialColor& GetFillColor() const { return m_fillColor; }
40 inline bool FillColorHasBeenSet() const { return m_fillColorHasBeenSet; }
41 template <typename FillColorT = GeospatialColor>
42 void SetFillColor(FillColorT&& value) {
43 m_fillColorHasBeenSet = true;
44 m_fillColor = std::forward<FillColorT>(value);
45 }
46 template <typename FillColorT = GeospatialColor>
48 SetFillColor(std::forward<FillColorT>(value));
49 return *this;
50 }
52
54
57 inline const GeospatialLineWidth& GetLineWidth() const { return m_lineWidth; }
58 inline bool LineWidthHasBeenSet() const { return m_lineWidthHasBeenSet; }
59 template <typename LineWidthT = GeospatialLineWidth>
60 void SetLineWidth(LineWidthT&& value) {
61 m_lineWidthHasBeenSet = true;
62 m_lineWidth = std::forward<LineWidthT>(value);
63 }
64 template <typename LineWidthT = GeospatialLineWidth>
66 SetLineWidth(std::forward<LineWidthT>(value));
67 return *this;
68 }
70 private:
71 GeospatialColor m_fillColor;
72
73 GeospatialLineWidth m_lineWidth;
74 bool m_fillColorHasBeenSet = false;
75 bool m_lineWidthHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace QuickSight
80} // namespace Aws
GeospatialLineSymbolStyle & WithFillColor(FillColorT &&value)
AWS_QUICKSIGHT_API GeospatialLineSymbolStyle & operator=(Aws::Utils::Json::JsonView jsonValue)
GeospatialLineSymbolStyle & WithLineWidth(LineWidthT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API GeospatialLineSymbolStyle()=default
AWS_QUICKSIGHT_API GeospatialLineSymbolStyle(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue