7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qapps/model/CardType.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 SetFilename(
const char* value) { m_filenameHasBeenSet =
true; m_filename.assign(value); }
106 inline void SetFileId(
const char* value) { m_fileIdHasBeenSet =
true; m_fileId.assign(value); }
119 inline void SetAllowOverride(
bool value) { m_allowOverrideHasBeenSet =
true; m_allowOverride = value; }
125 bool m_titleHasBeenSet =
false;
128 bool m_idHasBeenSet =
false;
131 bool m_typeHasBeenSet =
false;
134 bool m_filenameHasBeenSet =
false;
137 bool m_fileIdHasBeenSet =
false;
139 bool m_allowOverride;
140 bool m_allowOverrideHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue