AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AxisTickLabelOptions.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/LabelOptions.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
32 {
33 public:
34 AWS_QUICKSIGHT_API AxisTickLabelOptions();
35 AWS_QUICKSIGHT_API AxisTickLabelOptions(Aws::Utils::Json::JsonView jsonValue);
37 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const LabelOptions& GetLabelOptions() const{ return m_labelOptions; }
45 inline bool LabelOptionsHasBeenSet() const { return m_labelOptionsHasBeenSet; }
46 inline void SetLabelOptions(const LabelOptions& value) { m_labelOptionsHasBeenSet = true; m_labelOptions = value; }
47 inline void SetLabelOptions(LabelOptions&& value) { m_labelOptionsHasBeenSet = true; m_labelOptions = std::move(value); }
48 inline AxisTickLabelOptions& WithLabelOptions(const LabelOptions& value) { SetLabelOptions(value); return *this;}
49 inline AxisTickLabelOptions& WithLabelOptions(LabelOptions&& value) { SetLabelOptions(std::move(value)); return *this;}
51
53
56 inline double GetRotationAngle() const{ return m_rotationAngle; }
57 inline bool RotationAngleHasBeenSet() const { return m_rotationAngleHasBeenSet; }
58 inline void SetRotationAngle(double value) { m_rotationAngleHasBeenSet = true; m_rotationAngle = value; }
59 inline AxisTickLabelOptions& WithRotationAngle(double value) { SetRotationAngle(value); return *this;}
61 private:
62
63 LabelOptions m_labelOptions;
64 bool m_labelOptionsHasBeenSet = false;
65
66 double m_rotationAngle;
67 bool m_rotationAngleHasBeenSet = false;
68 };
69
70} // namespace Model
71} // namespace QuickSight
72} // namespace Aws
AxisTickLabelOptions & WithRotationAngle(double value)
AxisTickLabelOptions & WithLabelOptions(const LabelOptions &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AxisTickLabelOptions & WithLabelOptions(LabelOptions &&value)
AWS_QUICKSIGHT_API AxisTickLabelOptions(Aws::Utils::Json::JsonView jsonValue)
void SetLabelOptions(const LabelOptions &value)
AWS_QUICKSIGHT_API AxisTickLabelOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue