AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ArcAxisDisplayRange.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_QUICKSIGHT_API ArcAxisDisplayRange();
34 AWS_QUICKSIGHT_API ArcAxisDisplayRange(Aws::Utils::Json::JsonView jsonValue);
36 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline double GetMin() const{ return m_min; }
44 inline bool MinHasBeenSet() const { return m_minHasBeenSet; }
45 inline void SetMin(double value) { m_minHasBeenSet = true; m_min = value; }
46 inline ArcAxisDisplayRange& WithMin(double value) { SetMin(value); return *this;}
48
50
53 inline double GetMax() const{ return m_max; }
54 inline bool MaxHasBeenSet() const { return m_maxHasBeenSet; }
55 inline void SetMax(double value) { m_maxHasBeenSet = true; m_max = value; }
56 inline ArcAxisDisplayRange& WithMax(double value) { SetMax(value); return *this;}
58 private:
59
60 double m_min;
61 bool m_minHasBeenSet = false;
62
63 double m_max;
64 bool m_maxHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace QuickSight
69} // namespace Aws
AWS_QUICKSIGHT_API ArcAxisDisplayRange & operator=(Aws::Utils::Json::JsonView jsonValue)
ArcAxisDisplayRange & WithMin(double value)
AWS_QUICKSIGHT_API ArcAxisDisplayRange(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
ArcAxisDisplayRange & WithMax(double value)
Aws::Utils::Json::JsonValue JsonValue