7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qapps/model/CardType.h>
48 template<
typename TitleT = Aws::String>
49 void SetTitle(
TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
50 template<
typename TitleT = Aws::String>
60 template<
typename IdT = Aws::String>
61 void SetId(
IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
62 template<
typename IdT = Aws::String>
82 template<
typename PlaceholderT = Aws::String>
84 template<
typename PlaceholderT = Aws::String>
94 template<
typename DefaultValueT = Aws::String>
96 template<
typename DefaultValueT = Aws::String>
102 bool m_titleHasBeenSet =
false;
105 bool m_idHasBeenSet =
false;
108 bool m_typeHasBeenSet =
false;
111 bool m_placeholderHasBeenSet =
false;
114 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