7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ParameterDateTimePickerControl.h>
9#include <aws/quicksight/model/ParameterDropDownControl.h>
10#include <aws/quicksight/model/ParameterListControl.h>
11#include <aws/quicksight/model/ParameterSliderControl.h>
12#include <aws/quicksight/model/ParameterTextAreaControl.h>
13#include <aws/quicksight/model/ParameterTextFieldControl.h>
47 template <
typename DateTimePickerT = ParameterDateTimePickerControl>
49 m_dateTimePickerHasBeenSet =
true;
50 m_dateTimePicker = std::forward<DateTimePickerT>(value);
52 template <
typename DateTimePickerT = ParameterDateTimePickerControl>
66 template <
typename ListT = ParameterListControl>
68 m_listHasBeenSet =
true;
69 m_list = std::forward<ListT>(value);
71 template <
typename ListT = ParameterListControl>
73 SetList(std::forward<ListT>(value));
85 template <
typename DropdownT = ParameterDropDownControl>
87 m_dropdownHasBeenSet =
true;
88 m_dropdown = std::forward<DropdownT>(value);
90 template <
typename DropdownT = ParameterDropDownControl>
103 template <
typename TextFieldT = ParameterTextFieldControl>
105 m_textFieldHasBeenSet =
true;
106 m_textField = std::forward<TextFieldT>(value);
108 template <
typename TextFieldT = ParameterTextFieldControl>
121 template <
typename TextAreaT = ParameterTextAreaControl>
123 m_textAreaHasBeenSet =
true;
124 m_textArea = std::forward<TextAreaT>(value);
126 template <
typename TextAreaT = ParameterTextAreaControl>
140 template <
typename Sl
iderT = ParameterSl
iderControl>
142 m_sliderHasBeenSet =
true;
143 m_slider = std::forward<SliderT>(value);
145 template <
typename Sl
iderT = ParameterSl
iderControl>
163 bool m_dateTimePickerHasBeenSet =
false;
164 bool m_listHasBeenSet =
false;
165 bool m_dropdownHasBeenSet =
false;
166 bool m_textFieldHasBeenSet =
false;
167 bool m_textAreaHasBeenSet =
false;
168 bool m_sliderHasBeenSet =
false;
bool DropdownHasBeenSet() const
bool TextFieldHasBeenSet() const
void SetTextArea(TextAreaT &&value)
AWS_QUICKSIGHT_API ParameterControl & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DateTimePickerHasBeenSet() const
bool TextAreaHasBeenSet() const
void SetList(ListT &&value)
void SetSlider(SliderT &&value)
AWS_QUICKSIGHT_API ParameterControl()=default
const ParameterDropDownControl & GetDropdown() const
const ParameterTextFieldControl & GetTextField() const
ParameterControl & WithSlider(SliderT &&value)
ParameterControl & WithTextField(TextFieldT &&value)
void SetDateTimePicker(DateTimePickerT &&value)
const ParameterListControl & GetList() const
void SetTextField(TextFieldT &&value)
ParameterControl & WithList(ListT &&value)
AWS_QUICKSIGHT_API ParameterControl(Aws::Utils::Json::JsonView jsonValue)
bool SliderHasBeenSet() const
ParameterControl & WithDateTimePicker(DateTimePickerT &&value)
ParameterControl & WithDropdown(DropdownT &&value)
const ParameterDateTimePickerControl & GetDateTimePicker() const
bool ListHasBeenSet() const
const ParameterTextAreaControl & GetTextArea() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
ParameterControl & WithTextArea(TextAreaT &&value)
const ParameterSliderControl & GetSlider() const
void SetDropdown(DropdownT &&value)
Aws::Utils::Json::JsonValue JsonValue