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>
49 template<
typename IdT = Aws::String>
50 void SetId(
IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
61 template<
typename TitleT = Aws::String>
62 void SetTitle(
TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
63 template<
typename TitleT = Aws::String>
73 template<
typename DependenciesT = Aws::Vector<Aws::String>>
75 template<
typename DependenciesT = Aws::Vector<Aws::String>>
77 template<
typename DependenciesT = Aws::String>
97 template<
typename PlaceholderT = Aws::String>
99 template<
typename PlaceholderT = Aws::String>
109 template<
typename DefaultValueT = Aws::String>
111 template<
typename DefaultValueT = Aws::String>
117 bool m_idHasBeenSet =
false;
120 bool m_titleHasBeenSet =
false;
123 bool m_dependenciesHasBeenSet =
false;
126 bool m_typeHasBeenSet =
false;
129 bool m_placeholderHasBeenSet =
false;
132 bool m_defaultValueHasBeenSet =
false;
void SetType(CardType value)
AWS_QAPPS_API TextInputCard(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
TextInputCard & WithTitle(TitleT &&value)
const Aws::Vector< Aws::String > & GetDependencies() const
bool DependenciesHasBeenSet() const
TextInputCard & WithDependencies(DependenciesT &&value)
const Aws::String & GetId() const
void SetTitle(TitleT &&value)
bool TitleHasBeenSet() const
bool DefaultValueHasBeenSet() const
TextInputCard & WithPlaceholder(PlaceholderT &&value)
const Aws::String & GetPlaceholder() const
AWS_QAPPS_API TextInputCard()=default
void SetDependencies(DependenciesT &&value)
const Aws::String & GetDefaultValue() const
AWS_QAPPS_API TextInputCard & operator=(Aws::Utils::Json::JsonView jsonValue)
TextInputCard & WithDefaultValue(DefaultValueT &&value)
TextInputCard & AddDependencies(DependenciesT &&value)
TextInputCard & WithId(IdT &&value)
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
bool PlaceholderHasBeenSet() const
TextInputCard & WithType(CardType value)
void SetPlaceholder(PlaceholderT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetTitle() const
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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue