7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetObject(
const char* value) { m_objectHasBeenSet =
true; m_object.assign(value); }
63 inline void SetDocumentType(
const char* value) { m_documentTypeHasBeenSet =
true; m_documentType.assign(value); }
75 inline void SetIncludeSourceFiles(
bool value) { m_includeSourceFilesHasBeenSet =
true; m_includeSourceFiles = value; }
85 inline void SetIncludeRenditions(
bool value) { m_includeRenditionsHasBeenSet =
true; m_includeRenditions = value; }
96 inline void SetIncludeAllVersions(
bool value) { m_includeAllVersionsHasBeenSet =
true; m_includeAllVersions = value; }
102 bool m_objectHasBeenSet =
false;
105 bool m_documentTypeHasBeenSet =
false;
107 bool m_includeSourceFiles;
108 bool m_includeSourceFilesHasBeenSet =
false;
110 bool m_includeRenditions;
111 bool m_includeRenditionsHasBeenSet =
false;
113 bool m_includeAllVersions;
114 bool m_includeAllVersionsHasBeenSet =
false;
void SetIncludeAllVersions(bool value)
void SetObject(const Aws::String &value)
VeevaSourceProperties & WithObject(Aws::String &&value)
bool GetIncludeRenditions() const
AWS_APPFLOW_API VeevaSourceProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
VeevaSourceProperties & WithIncludeRenditions(bool value)
bool GetIncludeAllVersions() const
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
bool IncludeAllVersionsHasBeenSet() const
VeevaSourceProperties & WithObject(const Aws::String &value)
VeevaSourceProperties & WithIncludeAllVersions(bool value)
void SetIncludeSourceFiles(bool value)
void SetObject(Aws::String &&value)
bool ObjectHasBeenSet() const
void SetDocumentType(Aws::String &&value)
bool GetIncludeSourceFiles() const
AWS_APPFLOW_API VeevaSourceProperties(Aws::Utils::Json::JsonView jsonValue)
VeevaSourceProperties & WithObject(const char *value)
AWS_APPFLOW_API VeevaSourceProperties()
VeevaSourceProperties & WithIncludeSourceFiles(bool value)
void SetIncludeRenditions(bool value)
bool IncludeSourceFilesHasBeenSet() const
const Aws::String & GetDocumentType() const
VeevaSourceProperties & WithDocumentType(const char *value)
const Aws::String & GetObject() const
VeevaSourceProperties & WithDocumentType(Aws::String &&value)
void SetDocumentType(const Aws::String &value)
void SetObject(const char *value)
bool DocumentTypeHasBeenSet() const
bool IncludeRenditionsHasBeenSet() const
void SetDocumentType(const char *value)
VeevaSourceProperties & WithDocumentType(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue