7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qapps/model/CardType.h>
10#include <aws/qapps/model/CardOutputSource.h>
11#include <aws/qapps/model/AttributeFilter.h>
52 inline void SetTitle(
const char* value) { m_titleHasBeenSet =
true; m_title.assign(value); }
65 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
66 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
78 inline void SetType(
const CardType& value) { m_typeHasBeenSet =
true; m_type = value; }
79 inline void SetType(
CardType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
92 inline void SetPrompt(
const char* value) { m_promptHasBeenSet =
true; m_prompt.assign(value); }
125 bool m_titleHasBeenSet =
false;
128 bool m_idHasBeenSet =
false;
131 bool m_typeHasBeenSet =
false;
134 bool m_promptHasBeenSet =
false;
137 bool m_outputSourceHasBeenSet =
false;
140 bool m_attributeFilterHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue