7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/qapps/model/CardType.h>
49 template<
typename IdT = Aws::String>
50 void SetId(
IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
61 template<
typename TitleT = Aws::String>
62 void SetTitle(
TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
63 template<
typename TitleT = Aws::String>
73 template<
typename DependenciesT = Aws::Vector<Aws::String>>
75 template<
typename DependenciesT = Aws::Vector<Aws::String>>
77 template<
typename DependenciesT = Aws::String>
97 template<
typename FilenameT = Aws::String>
98 void SetFilename(
FilenameT&& value) { m_filenameHasBeenSet =
true; m_filename = std::forward<FilenameT>(value); }
99 template<
typename FilenameT = Aws::String>
109 template<
typename FileIdT = Aws::String>
110 void SetFileId(
FileIdT&& value) { m_fileIdHasBeenSet =
true; m_fileId = std::forward<FileIdT>(value); }
111 template<
typename FileIdT = Aws::String>
122 inline void SetAllowOverride(
bool value) { m_allowOverrideHasBeenSet =
true; m_allowOverride = value; }
128 bool m_idHasBeenSet =
false;
131 bool m_titleHasBeenSet =
false;
134 bool m_dependenciesHasBeenSet =
false;
137 bool m_typeHasBeenSet =
false;
140 bool m_filenameHasBeenSet =
false;
143 bool m_fileIdHasBeenSet =
false;
145 bool m_allowOverride{
false};
146 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