7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qapps/model/CardType.h>
50 inline void SetTitle(
const char* value) { m_titleHasBeenSet =
true; m_title.assign(value); }
63 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
64 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
76 inline void SetType(
const CardType& value) { m_typeHasBeenSet =
true; m_type = value; }
77 inline void SetType(
CardType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
90 inline void SetPlaceholder(
const char* value) { m_placeholderHasBeenSet =
true; m_placeholder.assign(value); }
104 inline void SetDefaultValue(
const char* value) { m_defaultValueHasBeenSet =
true; m_defaultValue.assign(value); }
112 bool m_titleHasBeenSet =
false;
115 bool m_idHasBeenSet =
false;
118 bool m_typeHasBeenSet =
false;
121 bool m_placeholderHasBeenSet =
false;
124 bool m_defaultValueHasBeenSet =
false;
void SetType(CardType &&value)
void SetType(const CardType &value)
const Aws::String & GetPlaceholder() const
void SetDefaultValue(const Aws::String &value)
TextInputCardInput & WithTitle(Aws::String &&value)
TextInputCardInput & WithDefaultValue(Aws::String &&value)
TextInputCardInput & WithDefaultValue(const Aws::String &value)
TextInputCardInput & WithId(Aws::String &&value)
AWS_QAPPS_API TextInputCardInput & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetId(const char *value)
bool TitleHasBeenSet() const
void SetPlaceholder(const char *value)
TextInputCardInput & WithPlaceholder(const char *value)
void SetId(const Aws::String &value)
void SetDefaultValue(const char *value)
bool PlaceholderHasBeenSet() const
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
bool TypeHasBeenSet() const
bool IdHasBeenSet() const
const Aws::String & GetDefaultValue() const
const CardType & GetType() const
const Aws::String & GetId() const
TextInputCardInput & WithTitle(const Aws::String &value)
TextInputCardInput & WithId(const Aws::String &value)
TextInputCardInput & WithType(const CardType &value)
TextInputCardInput & WithPlaceholder(Aws::String &&value)
TextInputCardInput & WithType(CardType &&value)
TextInputCardInput & WithTitle(const char *value)
void SetTitle(const char *value)
void SetDefaultValue(Aws::String &&value)
TextInputCardInput & WithDefaultValue(const char *value)
void SetTitle(Aws::String &&value)
AWS_QAPPS_API TextInputCardInput(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTitle() const
TextInputCardInput & WithId(const char *value)
TextInputCardInput & WithPlaceholder(const Aws::String &value)
AWS_QAPPS_API TextInputCardInput()
void SetId(Aws::String &&value)
void SetPlaceholder(Aws::String &&value)
bool DefaultValueHasBeenSet() const
void SetPlaceholder(const Aws::String &value)
void SetTitle(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue