AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
AxisLogarithmicScale.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
25 public:
26 AWS_QUICKSIGHT_API AxisLogarithmicScale() = default;
27 AWS_QUICKSIGHT_API AxisLogarithmicScale(Aws::Utils::Json::JsonView jsonValue);
29 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
35 inline double GetBase() const { return m_base; }
36 inline bool BaseHasBeenSet() const { return m_baseHasBeenSet; }
37 inline void SetBase(double value) {
38 m_baseHasBeenSet = true;
39 m_base = value;
40 }
41 inline AxisLogarithmicScale& WithBase(double value) {
42 SetBase(value);
43 return *this;
44 }
46 private:
47 double m_base{0.0};
48 bool m_baseHasBeenSet = false;
49};
50
51} // namespace Model
52} // namespace QuickSight
53} // namespace Aws
AWS_QUICKSIGHT_API AxisLogarithmicScale & operator=(Aws::Utils::Json::JsonView jsonValue)
AxisLogarithmicScale & WithBase(double value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API AxisLogarithmicScale(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API AxisLogarithmicScale()=default
Aws::Utils::Json::JsonValue JsonValue