AWS SDK for C++

AWS SDK for C++ Version 1.11.747

Loading...
Searching...
No Matches
ArcAxisDisplayRange.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace QuickSight {
17namespace Model {
18
26 public:
27 AWS_QUICKSIGHT_API ArcAxisDisplayRange() = default;
28 AWS_QUICKSIGHT_API ArcAxisDisplayRange(Aws::Utils::Json::JsonView jsonValue);
30 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline double GetMin() const { return m_min; }
37 inline bool MinHasBeenSet() const { return m_minHasBeenSet; }
38 inline void SetMin(double value) {
39 m_minHasBeenSet = true;
40 m_min = value;
41 }
42 inline ArcAxisDisplayRange& WithMin(double value) {
43 SetMin(value);
44 return *this;
45 }
47
49
52 inline double GetMax() const { return m_max; }
53 inline bool MaxHasBeenSet() const { return m_maxHasBeenSet; }
54 inline void SetMax(double value) {
55 m_maxHasBeenSet = true;
56 m_max = value;
57 }
58 inline ArcAxisDisplayRange& WithMax(double value) {
59 SetMax(value);
60 return *this;
61 }
63 private:
64 double m_min{0.0};
65
66 double m_max{0.0};
67 bool m_minHasBeenSet = false;
68 bool m_maxHasBeenSet = false;
69};
70
71} // namespace Model
72} // namespace QuickSight
73} // 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
AWS_QUICKSIGHT_API ArcAxisDisplayRange()=default
ArcAxisDisplayRange & WithMax(double value)
Aws::Utils::Json::JsonValue JsonValue