AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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() = default;
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 template<typename LabelOptionsT = LabelOptions>
47 void SetLabelOptions(LabelOptionsT&& value) { m_labelOptionsHasBeenSet = true; m_labelOptions = std::forward<LabelOptionsT>(value); }
48 template<typename LabelOptionsT = LabelOptions>
49 AxisTickLabelOptions& WithLabelOptions(LabelOptionsT&& value) { SetLabelOptions(std::forward<LabelOptionsT>(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{0.0};
67 bool m_rotationAngleHasBeenSet = false;
68 };
69
70} // namespace Model
71} // namespace QuickSight
72} // namespace Aws
AxisTickLabelOptions & WithLabelOptions(LabelOptionsT &&value)
AxisTickLabelOptions & WithRotationAngle(double value)
AWS_QUICKSIGHT_API AxisTickLabelOptions()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API AxisTickLabelOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API AxisTickLabelOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue