7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename ObjectT = Aws::String>
43 m_objectHasBeenSet =
true;
44 m_object = std::forward<ObjectT>(value);
46 template <
typename ObjectT = Aws::String>
59 template <
typename DocumentTypeT = Aws::String>
61 m_documentTypeHasBeenSet =
true;
62 m_documentType = std::forward<DocumentTypeT>(value);
64 template <
typename DocumentTypeT = Aws::String>
78 m_includeSourceFilesHasBeenSet =
true;
79 m_includeSourceFiles = value;
94 m_includeRenditionsHasBeenSet =
true;
95 m_includeRenditions = value;
111 m_includeAllVersionsHasBeenSet =
true;
112 m_includeAllVersions = value;
124 bool m_includeSourceFiles{
false};
126 bool m_includeRenditions{
false};
128 bool m_includeAllVersions{
false};
129 bool m_objectHasBeenSet =
false;
130 bool m_documentTypeHasBeenSet =
false;
131 bool m_includeSourceFilesHasBeenSet =
false;
132 bool m_includeRenditionsHasBeenSet =
false;
133 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