7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qapps/QApps_EXPORTS.h>
9#include <aws/qapps/model/CardType.h>
42 template <
typename TitleT = Aws::String>
44 m_titleHasBeenSet =
true;
45 m_title = std::forward<TitleT>(value);
47 template <
typename TitleT = Aws::String>
49 SetTitle(std::forward<TitleT>(value));
60 template <
typename IdT = Aws::String>
62 m_idHasBeenSet =
true;
63 m_id = std::forward<IdT>(value);
65 template <
typename IdT = Aws::String>
67 SetId(std::forward<IdT>(value));
79 m_typeHasBeenSet =
true;
94 template <
typename PlaceholderT = Aws::String>
96 m_placeholderHasBeenSet =
true;
97 m_placeholder = std::forward<PlaceholderT>(value);
99 template <
typename PlaceholderT = Aws::String>
112 template <
typename DefaultValueT = Aws::String>
114 m_defaultValueHasBeenSet =
true;
115 m_defaultValue = std::forward<DefaultValueT>(value);
117 template <
typename DefaultValueT = Aws::String>
133 bool m_titleHasBeenSet =
false;
134 bool m_idHasBeenSet =
false;
135 bool m_typeHasBeenSet =
false;
136 bool m_placeholderHasBeenSet =
false;
137 bool m_defaultValueHasBeenSet =
false;
AWS_QAPPS_API TextInputCardInput()=default
TextInputCardInput & WithDefaultValue(DefaultValueT &&value)
const Aws::String & GetPlaceholder() const
AWS_QAPPS_API TextInputCardInput & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TitleHasBeenSet() const
bool PlaceholderHasBeenSet() const
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
bool TypeHasBeenSet() const
bool IdHasBeenSet() const
const Aws::String & GetDefaultValue() const
const Aws::String & GetId() const
TextInputCardInput & WithId(IdT &&value)
TextInputCardInput & WithType(CardType value)
TextInputCardInput & WithPlaceholder(PlaceholderT &&value)
void SetTitle(TitleT &&value)
AWS_QAPPS_API TextInputCardInput(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTitle() const
void SetType(CardType value)
bool DefaultValueHasBeenSet() const
void SetPlaceholder(PlaceholderT &&value)
TextInputCardInput & WithTitle(TitleT &&value)
void SetDefaultValue(DefaultValueT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue