7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qapps/QApps_EXPORTS.h>
9#include <aws/qapps/model/CardType.h>
42 template <
typename TitleT = Aws::String>
44 m_titleHasBeenSet =
true;
45 m_title = std::forward<TitleT>(value);
47 template <
typename TitleT = Aws::String>
49 SetTitle(std::forward<TitleT>(value));
60 template <
typename IdT = Aws::String>
62 m_idHasBeenSet =
true;
63 m_id = std::forward<IdT>(value);
65 template <
typename IdT = Aws::String>
67 SetId(std::forward<IdT>(value));
79 m_typeHasBeenSet =
true;
94 template <
typename PromptT = Aws::String>
96 m_promptHasBeenSet =
true;
97 m_prompt = std::forward<PromptT>(value);
99 template <
typename PromptT = Aws::String>
112 template <
typename PluginIdT = Aws::String>
114 m_pluginIdHasBeenSet =
true;
115 m_pluginId = std::forward<PluginIdT>(value);
117 template <
typename PluginIdT = Aws::String>
130 template <
typename ActionIdentifierT = Aws::String>
132 m_actionIdentifierHasBeenSet =
true;
133 m_actionIdentifier = std::forward<ActionIdentifierT>(value);
135 template <
typename ActionIdentifierT = Aws::String>
153 bool m_titleHasBeenSet =
false;
154 bool m_idHasBeenSet =
false;
155 bool m_typeHasBeenSet =
false;
156 bool m_promptHasBeenSet =
false;
157 bool m_pluginIdHasBeenSet =
false;
158 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