7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/ControlTitleFormatText.h>
10#include <aws/quicksight/model/SliderControlDisplayOptions.h>
43 template <
typename ParameterControlIdT = Aws::String>
45 m_parameterControlIdHasBeenSet =
true;
46 m_parameterControlId = std::forward<ParameterControlIdT>(value);
48 template <
typename ParameterControlIdT = Aws::String>
61 template <
typename TitleT = Aws::String>
63 m_titleHasBeenSet =
true;
64 m_title = std::forward<TitleT>(value);
66 template <
typename TitleT = Aws::String>
68 SetTitle(std::forward<TitleT>(value));
79 template <
typename SourceParameterNameT = Aws::String>
81 m_sourceParameterNameHasBeenSet =
true;
82 m_sourceParameterName = std::forward<SourceParameterNameT>(value);
84 template <
typename SourceParameterNameT = Aws::String>
97 template <
typename DisplayOptionsT = Sl
iderControlDisplayOptions>
99 m_displayOptionsHasBeenSet =
true;
100 m_displayOptions = std::forward<DisplayOptionsT>(value);
102 template <
typename DisplayOptionsT = Sl
iderControlDisplayOptions>
116 m_maximumValueHasBeenSet =
true;
117 m_maximumValue = value;
132 m_minimumValueHasBeenSet =
true;
133 m_minimumValue = value;
148 m_stepSizeHasBeenSet =
true;
163 template <
typename ControlTitleFormatTextT = ControlTitleFormatText>
165 m_controlTitleFormatTextHasBeenSet =
true;
166 m_controlTitleFormatText = std::forward<ControlTitleFormatTextT>(value);
168 template <
typename ControlTitleFormatTextT = ControlTitleFormatText>
183 double m_maximumValue{0.0};
185 double m_minimumValue{0.0};
187 double m_stepSize{0.0};
189 ControlTitleFormatText m_controlTitleFormatText;
190 bool m_parameterControlIdHasBeenSet =
false;
191 bool m_titleHasBeenSet =
false;
192 bool m_sourceParameterNameHasBeenSet =
false;
193 bool m_displayOptionsHasBeenSet =
false;
194 bool m_maximumValueHasBeenSet =
false;
195 bool m_minimumValueHasBeenSet =
false;
196 bool m_stepSizeHasBeenSet =
false;
197 bool m_controlTitleFormatTextHasBeenSet =
false;
const ControlTitleFormatText & GetControlTitleFormatText() const
void SetMinimumValue(double value)
bool MaximumValueHasBeenSet() const
void SetMaximumValue(double value)
ParameterSliderControl & WithParameterControlId(ParameterControlIdT &&value)
double GetMinimumValue() const
AWS_QUICKSIGHT_API ParameterSliderControl & operator=(Aws::Utils::Json::JsonView jsonValue)
ParameterSliderControl & WithTitle(TitleT &&value)
ParameterSliderControl & WithMinimumValue(double value)
const SliderControlDisplayOptions & GetDisplayOptions() const
ParameterSliderControl & WithSourceParameterName(SourceParameterNameT &&value)
ParameterSliderControl & WithMaximumValue(double value)
AWS_QUICKSIGHT_API ParameterSliderControl(Aws::Utils::Json::JsonView jsonValue)
double GetStepSize() const
void SetDisplayOptions(DisplayOptionsT &&value)
ParameterSliderControl & WithDisplayOptions(DisplayOptionsT &&value)
bool StepSizeHasBeenSet() const
void SetTitle(TitleT &&value)
bool MinimumValueHasBeenSet() const
bool ParameterControlIdHasBeenSet() const
void SetSourceParameterName(SourceParameterNameT &&value)
double GetMaximumValue() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool DisplayOptionsHasBeenSet() const
void SetParameterControlId(ParameterControlIdT &&value)
bool TitleHasBeenSet() const
AWS_QUICKSIGHT_API ParameterSliderControl()=default
void SetControlTitleFormatText(ControlTitleFormatTextT &&value)
void SetStepSize(double value)
bool ControlTitleFormatTextHasBeenSet() const
const Aws::String & GetTitle() const
bool SourceParameterNameHasBeenSet() const
ParameterSliderControl & WithControlTitleFormatText(ControlTitleFormatTextT &&value)
const Aws::String & GetParameterControlId() const
ParameterSliderControl & WithStepSize(double value)
const Aws::String & GetSourceParameterName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue