7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/qapps/QApps_EXPORTS.h>
10#include <aws/qapps/model/CardInput.h>
42 template <
typename CardsT = Aws::Vector<CardInput>>
44 m_cardsHasBeenSet =
true;
45 m_cards = std::forward<CardsT>(value);
47 template <
typename CardsT = Aws::Vector<CardInput>>
49 SetCards(std::forward<CardsT>(value));
52 template <
typename CardsT = CardInput>
54 m_cardsHasBeenSet =
true;
55 m_cards.emplace_back(std::forward<CardsT>(value));
66 template <
typename InitialPromptT = Aws::String>
68 m_initialPromptHasBeenSet =
true;
69 m_initialPrompt = std::forward<InitialPromptT>(value);
71 template <
typename InitialPromptT = Aws::String>
81 bool m_cardsHasBeenSet =
false;
82 bool m_initialPromptHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue