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 PromptT = Aws::String>
83 void SetPrompt(
PromptT&& value) { m_promptHasBeenSet =
true; m_prompt = std::forward<PromptT>(value); }
84 template<
typename PromptT = Aws::String>
94 template<
typename PluginIdT = Aws::String>
95 void SetPluginId(
PluginIdT&& value) { m_pluginIdHasBeenSet =
true; m_pluginId = std::forward<PluginIdT>(value); }
96 template<
typename PluginIdT = Aws::String>
106 template<
typename ActionIdentifierT = Aws::String>
108 template<
typename ActionIdentifierT = Aws::String>
114 bool m_titleHasBeenSet =
false;
117 bool m_idHasBeenSet =
false;
120 bool m_typeHasBeenSet =
false;
123 bool m_promptHasBeenSet =
false;
126 bool m_pluginIdHasBeenSet =
false;
129 bool m_actionIdentifierHasBeenSet =
false;
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