AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SliderControlDisplayOptions.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/LabelOptions.h>
9#include <aws/quicksight/model/SheetControlInfoIconLabelOptions.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_QUICKSIGHT_API SliderControlDisplayOptions();
38 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const LabelOptions& GetTitleOptions() const{ return m_titleOptions; }
46 inline bool TitleOptionsHasBeenSet() const { return m_titleOptionsHasBeenSet; }
47 inline void SetTitleOptions(const LabelOptions& value) { m_titleOptionsHasBeenSet = true; m_titleOptions = value; }
48 inline void SetTitleOptions(LabelOptions&& value) { m_titleOptionsHasBeenSet = true; m_titleOptions = std::move(value); }
49 inline SliderControlDisplayOptions& WithTitleOptions(const LabelOptions& value) { SetTitleOptions(value); return *this;}
50 inline SliderControlDisplayOptions& WithTitleOptions(LabelOptions&& value) { SetTitleOptions(std::move(value)); return *this;}
52
54
57 inline const SheetControlInfoIconLabelOptions& GetInfoIconLabelOptions() const{ return m_infoIconLabelOptions; }
58 inline bool InfoIconLabelOptionsHasBeenSet() const { return m_infoIconLabelOptionsHasBeenSet; }
59 inline void SetInfoIconLabelOptions(const SheetControlInfoIconLabelOptions& value) { m_infoIconLabelOptionsHasBeenSet = true; m_infoIconLabelOptions = value; }
60 inline void SetInfoIconLabelOptions(SheetControlInfoIconLabelOptions&& value) { m_infoIconLabelOptionsHasBeenSet = true; m_infoIconLabelOptions = std::move(value); }
64 private:
65
66 LabelOptions m_titleOptions;
67 bool m_titleOptionsHasBeenSet = false;
68
69 SheetControlInfoIconLabelOptions m_infoIconLabelOptions;
70 bool m_infoIconLabelOptionsHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace QuickSight
75} // namespace Aws
SliderControlDisplayOptions & WithTitleOptions(const LabelOptions &value)
void SetInfoIconLabelOptions(SheetControlInfoIconLabelOptions &&value)
SliderControlDisplayOptions & WithInfoIconLabelOptions(SheetControlInfoIconLabelOptions &&value)
SliderControlDisplayOptions & WithInfoIconLabelOptions(const SheetControlInfoIconLabelOptions &value)
AWS_QUICKSIGHT_API SliderControlDisplayOptions(Aws::Utils::Json::JsonView jsonValue)
SliderControlDisplayOptions & WithTitleOptions(LabelOptions &&value)
const SheetControlInfoIconLabelOptions & GetInfoIconLabelOptions() const
AWS_QUICKSIGHT_API SliderControlDisplayOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetInfoIconLabelOptions(const SheetControlInfoIconLabelOptions &value)
Aws::Utils::Json::JsonValue JsonValue