AWS SDK for C++

AWS SDK for C++ Version 1.11.747

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight {
20namespace Model {
21
28 public:
29 AWS_QUICKSIGHT_API AxisTickLabelOptions() = default;
30 AWS_QUICKSIGHT_API AxisTickLabelOptions(Aws::Utils::Json::JsonView jsonValue);
32 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const LabelOptions& GetLabelOptions() const { return m_labelOptions; }
39 inline bool LabelOptionsHasBeenSet() const { return m_labelOptionsHasBeenSet; }
40 template <typename LabelOptionsT = LabelOptions>
41 void SetLabelOptions(LabelOptionsT&& value) {
42 m_labelOptionsHasBeenSet = true;
43 m_labelOptions = std::forward<LabelOptionsT>(value);
44 }
45 template <typename LabelOptionsT = LabelOptions>
46 AxisTickLabelOptions& WithLabelOptions(LabelOptionsT&& value) {
47 SetLabelOptions(std::forward<LabelOptionsT>(value));
48 return *this;
49 }
51
53
56 inline double GetRotationAngle() const { return m_rotationAngle; }
57 inline bool RotationAngleHasBeenSet() const { return m_rotationAngleHasBeenSet; }
58 inline void SetRotationAngle(double value) {
59 m_rotationAngleHasBeenSet = true;
60 m_rotationAngle = value;
61 }
63 SetRotationAngle(value);
64 return *this;
65 }
67 private:
68 LabelOptions m_labelOptions;
69
70 double m_rotationAngle{0.0};
71 bool m_labelOptionsHasBeenSet = false;
72 bool m_rotationAngleHasBeenSet = false;
73};
74
75} // namespace Model
76} // namespace QuickSight
77} // 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