7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/qapps/model/CardType.h>
50 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
51 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
65 inline void SetTitle(
const char* value) { m_titleHasBeenSet =
true; m_title.assign(value); }
92 inline void SetType(
const CardType& value) { m_typeHasBeenSet =
true; m_type = value; }
93 inline void SetType(
CardType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
106 inline void SetPlaceholder(
const char* value) { m_placeholderHasBeenSet =
true; m_placeholder.assign(value); }
120 inline void SetDefaultValue(
const char* value) { m_defaultValueHasBeenSet =
true; m_defaultValue.assign(value); }
128 bool m_idHasBeenSet =
false;
131 bool m_titleHasBeenSet =
false;
134 bool m_dependenciesHasBeenSet =
false;
137 bool m_typeHasBeenSet =
false;
140 bool m_placeholderHasBeenSet =
false;
143 bool m_defaultValueHasBeenSet =
false;
TextInputCard & WithId(Aws::String &&value)
TextInputCard & AddDependencies(const char *value)
void SetTitle(const char *value)
TextInputCard & WithType(const CardType &value)
AWS_QAPPS_API TextInputCard(Aws::Utils::Json::JsonView jsonValue)
void SetTitle(const Aws::String &value)
bool IdHasBeenSet() const
void SetDependencies(const Aws::Vector< Aws::String > &value)
void SetDefaultValue(const char *value)
void SetDependencies(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetDependencies() const
TextInputCard & WithDefaultValue(Aws::String &&value)
TextInputCard & WithTitle(Aws::String &&value)
TextInputCard & WithTitle(const char *value)
void SetId(const Aws::String &value)
bool DependenciesHasBeenSet() const
void SetPlaceholder(Aws::String &&value)
const Aws::String & GetId() const
TextInputCard & WithDependencies(const Aws::Vector< Aws::String > &value)
TextInputCard & AddDependencies(Aws::String &&value)
void SetPlaceholder(const Aws::String &value)
TextInputCard & WithPlaceholder(const Aws::String &value)
bool TitleHasBeenSet() const
void SetId(const char *value)
void SetId(Aws::String &&value)
TextInputCard & AddDependencies(const Aws::String &value)
TextInputCard & WithId(const char *value)
bool DefaultValueHasBeenSet() const
const Aws::String & GetPlaceholder() const
void SetPlaceholder(const char *value)
void SetDefaultValue(Aws::String &&value)
TextInputCard & WithPlaceholder(Aws::String &&value)
TextInputCard & WithType(CardType &&value)
TextInputCard & WithPlaceholder(const char *value)
TextInputCard & WithDependencies(Aws::Vector< Aws::String > &&value)
AWS_QAPPS_API TextInputCard()
void SetTitle(Aws::String &&value)
const Aws::String & GetDefaultValue() const
TextInputCard & WithDefaultValue(const char *value)
AWS_QAPPS_API TextInputCard & operator=(Aws::Utils::Json::JsonView jsonValue)
TextInputCard & WithTitle(const Aws::String &value)
void SetType(CardType &&value)
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
TextInputCard & WithId(const Aws::String &value)
const CardType & GetType() const
void SetDefaultValue(const Aws::String &value)
bool PlaceholderHasBeenSet() const
bool TypeHasBeenSet() const
const Aws::String & GetTitle() const
void SetType(const CardType &value)
TextInputCard & WithDefaultValue(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue