7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qapps/model/CardType.h>
50 inline void SetTitle(
const char* value) { m_titleHasBeenSet =
true; m_title.assign(value); }
63 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
64 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
76 inline void SetType(
const CardType& value) { m_typeHasBeenSet =
true; m_type = value; }
77 inline void SetType(
CardType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
90 inline void SetPrompt(
const char* value) { m_promptHasBeenSet =
true; m_prompt.assign(value); }
104 inline void SetPluginId(
const char* value) { m_pluginIdHasBeenSet =
true; m_pluginId.assign(value); }
112 bool m_titleHasBeenSet =
false;
115 bool m_idHasBeenSet =
false;
118 bool m_typeHasBeenSet =
false;
121 bool m_promptHasBeenSet =
false;
124 bool m_pluginIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue