7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/qapps/model/CardInput.h>
48 template<
typename CardsT = Aws::Vector<CardInput>>
49 void SetCards(CardsT&& value) { m_cardsHasBeenSet =
true; m_cards = std::forward<CardsT>(value); }
50 template<
typename CardsT = Aws::Vector<CardInput>>
52 template<
typename CardsT = CardInput>
53 AppDefinitionInput&
AddCards(CardsT&& value) { m_cardsHasBeenSet =
true; m_cards.emplace_back(std::forward<CardsT>(value));
return *
this; }
62 template<
typename InitialPromptT = Aws::String>
63 void SetInitialPrompt(InitialPromptT&& value) { m_initialPromptHasBeenSet =
true; m_initialPrompt = std::forward<InitialPromptT>(value); }
64 template<
typename InitialPromptT = Aws::String>
70 bool m_cardsHasBeenSet =
false;
73 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