7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/qapps/QApps_EXPORTS.h>
10#include <aws/qapps/model/CardType.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
61 template <
typename TitleT = Aws::String>
63 m_titleHasBeenSet =
true;
64 m_title = std::forward<TitleT>(value);
66 template <
typename TitleT = Aws::String>
68 SetTitle(std::forward<TitleT>(value));
79 template <
typename DependenciesT = Aws::Vector<Aws::String>>
81 m_dependenciesHasBeenSet =
true;
82 m_dependencies = std::forward<DependenciesT>(value);
84 template <
typename DependenciesT = Aws::Vector<Aws::String>>
89 template <
typename DependenciesT = Aws::String>
91 m_dependenciesHasBeenSet =
true;
92 m_dependencies.emplace_back(std::forward<DependenciesT>(value));
104 m_typeHasBeenSet =
true;
119 template <
typename FilenameT = Aws::String>
121 m_filenameHasBeenSet =
true;
122 m_filename = std::forward<FilenameT>(value);
124 template <
typename FilenameT = Aws::String>
137 template <
typename FileIdT = Aws::String>
139 m_fileIdHasBeenSet =
true;
140 m_fileId = std::forward<FileIdT>(value);
142 template <
typename FileIdT = Aws::String>
157 m_allowOverrideHasBeenSet =
true;
158 m_allowOverride = value;
178 bool m_allowOverride{
false};
179 bool m_idHasBeenSet =
false;
180 bool m_titleHasBeenSet =
false;
181 bool m_dependenciesHasBeenSet =
false;
182 bool m_typeHasBeenSet =
false;
183 bool m_filenameHasBeenSet =
false;
184 bool m_fileIdHasBeenSet =
false;
185 bool m_allowOverrideHasBeenSet =
false;
bool GetAllowOverride() const
bool AllowOverrideHasBeenSet() const
bool TypeHasBeenSet() const
const Aws::String & GetFilename() const
AWS_QAPPS_API FileUploadCard()=default
FileUploadCard & WithId(IdT &&value)
bool IdHasBeenSet() const
FileUploadCard & WithFileId(FileIdT &&value)
FileUploadCard & WithDependencies(DependenciesT &&value)
FileUploadCard & AddDependencies(DependenciesT &&value)
FileUploadCard & WithAllowOverride(bool value)
void SetAllowOverride(bool value)
void SetFilename(FilenameT &&value)
void SetDependencies(DependenciesT &&value)
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
FileUploadCard & WithFilename(FilenameT &&value)
AWS_QAPPS_API FileUploadCard(Aws::Utils::Json::JsonView jsonValue)
void SetFileId(FileIdT &&value)
FileUploadCard & WithType(CardType value)
bool FilenameHasBeenSet() const
FileUploadCard & WithTitle(TitleT &&value)
bool FileIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetDependencies() const
void SetTitle(TitleT &&value)
void SetType(CardType value)
const Aws::String & GetId() const
AWS_QAPPS_API FileUploadCard & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DependenciesHasBeenSet() const
const Aws::String & GetTitle() const
const Aws::String & GetFileId() const
bool TitleHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue