7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ObjectT = Aws::String>
48 void SetObject(ObjectT&& value) { m_objectHasBeenSet =
true; m_object = std::forward<ObjectT>(value); }
49 template<
typename ObjectT = Aws::String>
59 template<
typename DocumentTypeT = Aws::String>
60 void SetDocumentType(DocumentTypeT&& value) { m_documentTypeHasBeenSet =
true; m_documentType = std::forward<DocumentTypeT>(value); }
61 template<
typename DocumentTypeT = Aws::String>
71 inline void SetIncludeSourceFiles(
bool value) { m_includeSourceFilesHasBeenSet =
true; m_includeSourceFiles = value; }
81 inline void SetIncludeRenditions(
bool value) { m_includeRenditionsHasBeenSet =
true; m_includeRenditions = value; }
92 inline void SetIncludeAllVersions(
bool value) { m_includeAllVersionsHasBeenSet =
true; m_includeAllVersions = value; }
98 bool m_objectHasBeenSet =
false;
101 bool m_documentTypeHasBeenSet =
false;
103 bool m_includeSourceFiles{
false};
104 bool m_includeSourceFilesHasBeenSet =
false;
106 bool m_includeRenditions{
false};
107 bool m_includeRenditionsHasBeenSet =
false;
109 bool m_includeAllVersions{
false};
110 bool m_includeAllVersionsHasBeenSet =
false;
void SetIncludeAllVersions(bool value)
bool GetIncludeRenditions() const
AWS_APPFLOW_API VeevaSourceProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
VeevaSourceProperties & WithIncludeRenditions(bool value)
VeevaSourceProperties & WithDocumentType(DocumentTypeT &&value)
bool GetIncludeAllVersions() const
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
bool IncludeAllVersionsHasBeenSet() const
AWS_APPFLOW_API VeevaSourceProperties()=default
VeevaSourceProperties & WithIncludeAllVersions(bool value)
void SetIncludeSourceFiles(bool value)
bool ObjectHasBeenSet() const
void SetObject(ObjectT &&value)
bool GetIncludeSourceFiles() const
AWS_APPFLOW_API VeevaSourceProperties(Aws::Utils::Json::JsonView jsonValue)
VeevaSourceProperties & WithObject(ObjectT &&value)
VeevaSourceProperties & WithIncludeSourceFiles(bool value)
void SetIncludeRenditions(bool value)
bool IncludeSourceFilesHasBeenSet() const
const Aws::String & GetDocumentType() const
const Aws::String & GetObject() const
void SetDocumentType(DocumentTypeT &&value)
bool DocumentTypeHasBeenSet() const
bool IncludeRenditionsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue