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>
50 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
51 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
65 inline void SetTitle(
const char* value) { m_titleHasBeenSet =
true; m_title.assign(value); }
92 inline void SetType(
const CardType& value) { m_typeHasBeenSet =
true; m_type = value; }
93 inline void SetType(
CardType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
106 inline void SetFilename(
const char* value) { m_filenameHasBeenSet =
true; m_filename.assign(value); }
120 inline void SetFileId(
const char* value) { m_fileIdHasBeenSet =
true; m_fileId.assign(value); }
133 inline void SetAllowOverride(
bool value) { m_allowOverrideHasBeenSet =
true; m_allowOverride = value; }
139 bool m_idHasBeenSet =
false;
142 bool m_titleHasBeenSet =
false;
145 bool m_dependenciesHasBeenSet =
false;
148 bool m_typeHasBeenSet =
false;
151 bool m_filenameHasBeenSet =
false;
154 bool m_fileIdHasBeenSet =
false;
156 bool m_allowOverride;
157 bool m_allowOverrideHasBeenSet =
false;
bool GetAllowOverride() const
void SetFileId(const Aws::String &value)
void SetFilename(const Aws::String &value)
bool AllowOverrideHasBeenSet() const
void SetFileId(Aws::String &&value)
FileUploadCard & AddDependencies(const char *value)
bool TypeHasBeenSet() const
FileUploadCard & WithFilename(const Aws::String &value)
const Aws::String & GetFilename() const
FileUploadCard & WithFileId(const char *value)
void SetTitle(const char *value)
FileUploadCard & WithTitle(const Aws::String &value)
FileUploadCard & AddDependencies(Aws::String &&value)
bool IdHasBeenSet() const
FileUploadCard & WithFileId(Aws::String &&value)
FileUploadCard & WithDependencies(Aws::Vector< Aws::String > &&value)
void SetType(const CardType &value)
FileUploadCard & WithId(const Aws::String &value)
void SetDependencies(const Aws::Vector< Aws::String > &value)
void SetTitle(Aws::String &&value)
FileUploadCard & WithFilename(const char *value)
FileUploadCard & WithId(const char *value)
FileUploadCard & WithAllowOverride(bool value)
void SetAllowOverride(bool value)
void SetId(const Aws::String &value)
const CardType & GetType() const
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
FileUploadCard & WithId(Aws::String &&value)
void SetFilename(const char *value)
FileUploadCard & WithDependencies(const Aws::Vector< Aws::String > &value)
void SetType(CardType &&value)
void SetFilename(Aws::String &&value)
FileUploadCard & WithType(const CardType &value)
void SetId(const char *value)
AWS_QAPPS_API FileUploadCard(Aws::Utils::Json::JsonView jsonValue)
bool FilenameHasBeenSet() const
FileUploadCard & AddDependencies(const Aws::String &value)
bool FileIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetDependencies() const
FileUploadCard & WithFilename(Aws::String &&value)
const Aws::String & GetId() const
FileUploadCard & WithType(CardType &&value)
FileUploadCard & WithTitle(Aws::String &&value)
AWS_QAPPS_API FileUploadCard & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DependenciesHasBeenSet() const
void SetDependencies(Aws::Vector< Aws::String > &&value)
FileUploadCard & WithTitle(const char *value)
const Aws::String & GetTitle() const
void SetFileId(const char *value)
void SetTitle(const Aws::String &value)
void SetId(Aws::String &&value)
AWS_QAPPS_API FileUploadCard()
const Aws::String & GetFileId() const
bool TitleHasBeenSet() const
FileUploadCard & WithFileId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue