7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/LabelOptions.h>
9#include <aws/quicksight/model/TextControlPlaceholderOptions.h>
10#include <aws/quicksight/model/SheetControlInfoIconLabelOptions.h>
48 template<
typename TitleOptionsT = LabelOptions>
49 void SetTitleOptions(TitleOptionsT&& value) { m_titleOptionsHasBeenSet =
true; m_titleOptions = std::forward<TitleOptionsT>(value); }
50 template<
typename TitleOptionsT = LabelOptions>
60 template<
typename PlaceholderOptionsT = TextControlPlaceholderOptions>
61 void SetPlaceholderOptions(PlaceholderOptionsT&& value) { m_placeholderOptionsHasBeenSet =
true; m_placeholderOptions = std::forward<PlaceholderOptionsT>(value); }
62 template<
typename PlaceholderOptionsT = TextControlPlaceholderOptions>
72 template<
typename InfoIconLabelOptionsT = SheetControlInfoIconLabelOptions>
73 void SetInfoIconLabelOptions(InfoIconLabelOptionsT&& value) { m_infoIconLabelOptionsHasBeenSet =
true; m_infoIconLabelOptions = std::forward<InfoIconLabelOptionsT>(value); }
74 template<
typename InfoIconLabelOptionsT = SheetControlInfoIconLabelOptions>
80 bool m_titleOptionsHasBeenSet =
false;
83 bool m_placeholderOptionsHasBeenSet =
false;
86 bool m_infoIconLabelOptionsHasBeenSet =
false;
void SetInfoIconLabelOptions(InfoIconLabelOptionsT &&value)
const SheetControlInfoIconLabelOptions & GetInfoIconLabelOptions() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool InfoIconLabelOptionsHasBeenSet() const
const LabelOptions & GetTitleOptions() const
AWS_QUICKSIGHT_API TextAreaControlDisplayOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API TextAreaControlDisplayOptions()=default
void SetPlaceholderOptions(PlaceholderOptionsT &&value)
bool PlaceholderOptionsHasBeenSet() const
void SetTitleOptions(TitleOptionsT &&value)
const TextControlPlaceholderOptions & GetPlaceholderOptions() const
bool TitleOptionsHasBeenSet() const
TextAreaControlDisplayOptions & WithPlaceholderOptions(PlaceholderOptionsT &&value)
TextAreaControlDisplayOptions & WithInfoIconLabelOptions(InfoIconLabelOptionsT &&value)
AWS_QUICKSIGHT_API TextAreaControlDisplayOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
TextAreaControlDisplayOptions & WithTitleOptions(TitleOptionsT &&value)
Aws::Utils::Json::JsonValue JsonValue