7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/SliderControlDisplayOptions.h>
42 template <
typename ParameterControlIdT = Aws::String>
44 m_parameterControlIdHasBeenSet =
true;
45 m_parameterControlId = std::forward<ParameterControlIdT>(value);
47 template <
typename ParameterControlIdT = Aws::String>
60 template <
typename TitleT = Aws::String>
62 m_titleHasBeenSet =
true;
63 m_title = std::forward<TitleT>(value);
65 template <
typename TitleT = Aws::String>
67 SetTitle(std::forward<TitleT>(value));
78 template <
typename SourceParameterNameT = Aws::String>
80 m_sourceParameterNameHasBeenSet =
true;
81 m_sourceParameterName = std::forward<SourceParameterNameT>(value);
83 template <
typename SourceParameterNameT = Aws::String>
96 template <
typename DisplayOptionsT = Sl
iderControlDisplayOptions>
98 m_displayOptionsHasBeenSet =
true;
99 m_displayOptions = std::forward<DisplayOptionsT>(value);
101 template <
typename DisplayOptionsT = Sl
iderControlDisplayOptions>
115 m_maximumValueHasBeenSet =
true;
116 m_maximumValue = value;
131 m_minimumValueHasBeenSet =
true;
132 m_minimumValue = value;
147 m_stepSizeHasBeenSet =
true;
164 double m_maximumValue{0.0};
166 double m_minimumValue{0.0};
168 double m_stepSize{0.0};
169 bool m_parameterControlIdHasBeenSet =
false;
170 bool m_titleHasBeenSet =
false;
171 bool m_sourceParameterNameHasBeenSet =
false;
172 bool m_displayOptionsHasBeenSet =
false;
173 bool m_maximumValueHasBeenSet =
false;
174 bool m_minimumValueHasBeenSet =
false;
175 bool m_stepSizeHasBeenSet =
false;
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 SetStepSize(double value)
const Aws::String & GetTitle() const
bool SourceParameterNameHasBeenSet() const
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