AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
ArcConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ArcThicknessOptions.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
33 {
34 public:
35 AWS_QUICKSIGHT_API ArcConfiguration() = default;
36 AWS_QUICKSIGHT_API ArcConfiguration(Aws::Utils::Json::JsonView jsonValue);
38 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline double GetArcAngle() const { return m_arcAngle; }
47 inline bool ArcAngleHasBeenSet() const { return m_arcAngleHasBeenSet; }
48 inline void SetArcAngle(double value) { m_arcAngleHasBeenSet = true; m_arcAngle = value; }
49 inline ArcConfiguration& WithArcAngle(double value) { SetArcAngle(value); return *this;}
51
53
57 inline ArcThicknessOptions GetArcThickness() const { return m_arcThickness; }
58 inline bool ArcThicknessHasBeenSet() const { return m_arcThicknessHasBeenSet; }
59 inline void SetArcThickness(ArcThicknessOptions value) { m_arcThicknessHasBeenSet = true; m_arcThickness = value; }
62 private:
63
64 double m_arcAngle{0.0};
65 bool m_arcAngleHasBeenSet = false;
66
68 bool m_arcThicknessHasBeenSet = false;
69 };
70
71} // namespace Model
72} // namespace QuickSight
73} // namespace Aws
AWS_QUICKSIGHT_API ArcConfiguration(Aws::Utils::Json::JsonView jsonValue)
ArcConfiguration & WithArcAngle(double value)
AWS_QUICKSIGHT_API ArcConfiguration()=default
ArcThicknessOptions GetArcThickness() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
ArcConfiguration & WithArcThickness(ArcThicknessOptions value)
void SetArcThickness(ArcThicknessOptions value)
AWS_QUICKSIGHT_API ArcConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue