7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/TextAreaControlDisplayOptions.h>
48 template<
typename ParameterControlIdT = Aws::String>
49 void SetParameterControlId(ParameterControlIdT&& value) { m_parameterControlIdHasBeenSet =
true; m_parameterControlId = std::forward<ParameterControlIdT>(value); }
50 template<
typename ParameterControlIdT = Aws::String>
60 template<
typename TitleT = Aws::String>
61 void SetTitle(TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
62 template<
typename TitleT = Aws::String>
72 template<
typename SourceParameterNameT = Aws::String>
73 void SetSourceParameterName(SourceParameterNameT&& value) { m_sourceParameterNameHasBeenSet =
true; m_sourceParameterName = std::forward<SourceParameterNameT>(value); }
74 template<
typename SourceParameterNameT = Aws::String>
84 template<
typename DelimiterT = Aws::String>
85 void SetDelimiter(DelimiterT&& value) { m_delimiterHasBeenSet =
true; m_delimiter = std::forward<DelimiterT>(value); }
86 template<
typename DelimiterT = Aws::String>
96 template<
typename DisplayOptionsT = TextAreaControlDisplayOptions>
97 void SetDisplayOptions(DisplayOptionsT&& value) { m_displayOptionsHasBeenSet =
true; m_displayOptions = std::forward<DisplayOptionsT>(value); }
98 template<
typename DisplayOptionsT = TextAreaControlDisplayOptions>
104 bool m_parameterControlIdHasBeenSet =
false;
107 bool m_titleHasBeenSet =
false;
110 bool m_sourceParameterNameHasBeenSet =
false;
113 bool m_delimiterHasBeenSet =
false;
116 bool m_displayOptionsHasBeenSet =
false;
ParameterTextAreaControl & WithParameterControlId(ParameterControlIdT &&value)
ParameterTextAreaControl & WithTitle(TitleT &&value)
ParameterTextAreaControl & WithSourceParameterName(SourceParameterNameT &&value)
bool ParameterControlIdHasBeenSet() const
AWS_QUICKSIGHT_API ParameterTextAreaControl(Aws::Utils::Json::JsonView jsonValue)
bool SourceParameterNameHasBeenSet() const
bool DelimiterHasBeenSet() const
void SetParameterControlId(ParameterControlIdT &&value)
const Aws::String & GetDelimiter() const
const Aws::String & GetParameterControlId() const
AWS_QUICKSIGHT_API ParameterTextAreaControl()=default
bool DisplayOptionsHasBeenSet() const
void SetSourceParameterName(SourceParameterNameT &&value)
AWS_QUICKSIGHT_API ParameterTextAreaControl & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TitleHasBeenSet() const
const Aws::String & GetSourceParameterName() const
ParameterTextAreaControl & WithDelimiter(DelimiterT &&value)
void SetTitle(TitleT &&value)
void SetDisplayOptions(DisplayOptionsT &&value)
void SetDelimiter(DelimiterT &&value)
const Aws::String & GetTitle() const
const TextAreaControlDisplayOptions & GetDisplayOptions() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
ParameterTextAreaControl & WithDisplayOptions(DisplayOptionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue