AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AxisLinearScale.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
32 {
33 public:
34 AWS_QUICKSIGHT_API AxisLinearScale();
35 AWS_QUICKSIGHT_API AxisLinearScale(Aws::Utils::Json::JsonView jsonValue);
37 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline int GetStepCount() const{ return m_stepCount; }
45 inline bool StepCountHasBeenSet() const { return m_stepCountHasBeenSet; }
46 inline void SetStepCount(int value) { m_stepCountHasBeenSet = true; m_stepCount = value; }
47 inline AxisLinearScale& WithStepCount(int value) { SetStepCount(value); return *this;}
49
51
54 inline double GetStepSize() const{ return m_stepSize; }
55 inline bool StepSizeHasBeenSet() const { return m_stepSizeHasBeenSet; }
56 inline void SetStepSize(double value) { m_stepSizeHasBeenSet = true; m_stepSize = value; }
57 inline AxisLinearScale& WithStepSize(double value) { SetStepSize(value); return *this;}
59 private:
60
61 int m_stepCount;
62 bool m_stepCountHasBeenSet = false;
63
64 double m_stepSize;
65 bool m_stepSizeHasBeenSet = false;
66 };
67
68} // namespace Model
69} // namespace QuickSight
70} // namespace Aws
AWS_QUICKSIGHT_API AxisLinearScale & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API AxisLinearScale(Aws::Utils::Json::JsonView jsonValue)
AxisLinearScale & WithStepCount(int value)
AxisLinearScale & WithStepSize(double value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue