AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_QUICKSIGHT_API GeospatialLineSymbolStyle() = default;
38 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const GeospatialColor& GetFillColor() const { return m_fillColor; }
46 inline bool FillColorHasBeenSet() const { return m_fillColorHasBeenSet; }
47 template<typename FillColorT = GeospatialColor>
48 void SetFillColor(FillColorT&& value) { m_fillColorHasBeenSet = true; m_fillColor = std::forward<FillColorT>(value); }
49 template<typename FillColorT = GeospatialColor>
50 GeospatialLineSymbolStyle& WithFillColor(FillColorT&& value) { SetFillColor(std::forward<FillColorT>(value)); return *this;}
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) { m_lineWidthHasBeenSet = true; m_lineWidth = std::forward<LineWidthT>(value); }
61 template<typename LineWidthT = GeospatialLineWidth>
62 GeospatialLineSymbolStyle& WithLineWidth(LineWidthT&& value) { SetLineWidth(std::forward<LineWidthT>(value)); return *this;}
64 private:
65
66 GeospatialColor m_fillColor;
67 bool m_fillColorHasBeenSet = false;
68
69 GeospatialLineWidth m_lineWidth;
70 bool m_lineWidthHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace QuickSight
75} // 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