7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qapps/QApps_EXPORTS.h>
9#include <aws/qapps/model/CardType.h>
44 template <
typename TitleT = Aws::String>
46 m_titleHasBeenSet =
true;
47 m_title = std::forward<TitleT>(value);
49 template <
typename TitleT = Aws::String>
51 SetTitle(std::forward<TitleT>(value));
62 template <
typename IdT = Aws::String>
64 m_idHasBeenSet =
true;
65 m_id = std::forward<IdT>(value);
67 template <
typename IdT = Aws::String>
69 SetId(std::forward<IdT>(value));
81 m_typeHasBeenSet =
true;
96 template <
typename FilenameT = Aws::String>
98 m_filenameHasBeenSet =
true;
99 m_filename = std::forward<FilenameT>(value);
101 template <
typename FilenameT = Aws::String>
114 template <
typename FileIdT = Aws::String>
116 m_fileIdHasBeenSet =
true;
117 m_fileId = std::forward<FileIdT>(value);
119 template <
typename FileIdT = Aws::String>
134 m_allowOverrideHasBeenSet =
true;
135 m_allowOverride = value;
153 bool m_allowOverride{
false};
154 bool m_titleHasBeenSet =
false;
155 bool m_idHasBeenSet =
false;
156 bool m_typeHasBeenSet =
false;
157 bool m_filenameHasBeenSet =
false;
158 bool m_fileIdHasBeenSet =
false;
159 bool m_allowOverrideHasBeenSet =
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