7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/TextAreaControlDisplayOptions.h>
50 inline void SetParameterControlId(
const char* value) { m_parameterControlIdHasBeenSet =
true; m_parameterControlId.assign(value); }
64 inline void SetTitle(
const char* value) { m_titleHasBeenSet =
true; m_title.assign(value); }
78 inline void SetSourceParameterName(
const char* value) { m_sourceParameterNameHasBeenSet =
true; m_sourceParameterName.assign(value); }
92 inline void SetDelimiter(
const char* value) { m_delimiterHasBeenSet =
true; m_delimiter.assign(value); }
112 bool m_parameterControlIdHasBeenSet =
false;
115 bool m_titleHasBeenSet =
false;
118 bool m_sourceParameterNameHasBeenSet =
false;
121 bool m_delimiterHasBeenSet =
false;
124 bool m_displayOptionsHasBeenSet =
false;
ParameterTextAreaControl & WithTitle(const Aws::String &value)
void SetTitle(const char *value)
void SetSourceParameterName(const char *value)
bool ParameterControlIdHasBeenSet() const
ParameterTextAreaControl & WithSourceParameterName(Aws::String &&value)
AWS_QUICKSIGHT_API ParameterTextAreaControl(Aws::Utils::Json::JsonView jsonValue)
ParameterTextAreaControl & WithDisplayOptions(const TextAreaControlDisplayOptions &value)
ParameterTextAreaControl & WithSourceParameterName(const char *value)
void SetParameterControlId(const Aws::String &value)
bool SourceParameterNameHasBeenSet() const
void SetParameterControlId(const char *value)
bool DelimiterHasBeenSet() const
AWS_QUICKSIGHT_API ParameterTextAreaControl()
ParameterTextAreaControl & WithDelimiter(const Aws::String &value)
void SetDelimiter(const char *value)
void SetDelimiter(const Aws::String &value)
ParameterTextAreaControl & WithParameterControlId(const char *value)
const Aws::String & GetDelimiter() const
const Aws::String & GetParameterControlId() const
bool DisplayOptionsHasBeenSet() const
void SetDisplayOptions(const TextAreaControlDisplayOptions &value)
ParameterTextAreaControl & WithParameterControlId(Aws::String &&value)
void SetSourceParameterName(Aws::String &&value)
ParameterTextAreaControl & WithSourceParameterName(const Aws::String &value)
AWS_QUICKSIGHT_API ParameterTextAreaControl & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TitleHasBeenSet() const
ParameterTextAreaControl & WithDisplayOptions(TextAreaControlDisplayOptions &&value)
ParameterTextAreaControl & WithParameterControlId(const Aws::String &value)
void SetDelimiter(Aws::String &&value)
const Aws::String & GetSourceParameterName() const
void SetDisplayOptions(TextAreaControlDisplayOptions &&value)
ParameterTextAreaControl & WithTitle(Aws::String &&value)
const Aws::String & GetTitle() const
void SetParameterControlId(Aws::String &&value)
ParameterTextAreaControl & WithTitle(const char *value)
ParameterTextAreaControl & WithDelimiter(Aws::String &&value)
const TextAreaControlDisplayOptions & GetDisplayOptions() const
void SetSourceParameterName(const Aws::String &value)
void SetTitle(const Aws::String &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
ParameterTextAreaControl & WithDelimiter(const char *value)
void SetTitle(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue