AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
VeevaSourceProperties.h
1
6#pragma once
7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Appflow
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_APPFLOW_API VeevaSourceProperties() = default;
38 AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetObject() const { return m_object; }
46 inline bool ObjectHasBeenSet() const { return m_objectHasBeenSet; }
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>
50 VeevaSourceProperties& WithObject(ObjectT&& value) { SetObject(std::forward<ObjectT>(value)); return *this;}
52
54
57 inline const Aws::String& GetDocumentType() const { return m_documentType; }
58 inline bool DocumentTypeHasBeenSet() const { return m_documentTypeHasBeenSet; }
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>
62 VeevaSourceProperties& WithDocumentType(DocumentTypeT&& value) { SetDocumentType(std::forward<DocumentTypeT>(value)); return *this;}
64
66
69 inline bool GetIncludeSourceFiles() const { return m_includeSourceFiles; }
70 inline bool IncludeSourceFilesHasBeenSet() const { return m_includeSourceFilesHasBeenSet; }
71 inline void SetIncludeSourceFiles(bool value) { m_includeSourceFilesHasBeenSet = true; m_includeSourceFiles = value; }
72 inline VeevaSourceProperties& WithIncludeSourceFiles(bool value) { SetIncludeSourceFiles(value); return *this;}
74
76
79 inline bool GetIncludeRenditions() const { return m_includeRenditions; }
80 inline bool IncludeRenditionsHasBeenSet() const { return m_includeRenditionsHasBeenSet; }
81 inline void SetIncludeRenditions(bool value) { m_includeRenditionsHasBeenSet = true; m_includeRenditions = value; }
82 inline VeevaSourceProperties& WithIncludeRenditions(bool value) { SetIncludeRenditions(value); return *this;}
84
86
90 inline bool GetIncludeAllVersions() const { return m_includeAllVersions; }
91 inline bool IncludeAllVersionsHasBeenSet() const { return m_includeAllVersionsHasBeenSet; }
92 inline void SetIncludeAllVersions(bool value) { m_includeAllVersionsHasBeenSet = true; m_includeAllVersions = value; }
93 inline VeevaSourceProperties& WithIncludeAllVersions(bool value) { SetIncludeAllVersions(value); return *this;}
95 private:
96
97 Aws::String m_object;
98 bool m_objectHasBeenSet = false;
99
100 Aws::String m_documentType;
101 bool m_documentTypeHasBeenSet = false;
102
103 bool m_includeSourceFiles{false};
104 bool m_includeSourceFilesHasBeenSet = false;
105
106 bool m_includeRenditions{false};
107 bool m_includeRenditionsHasBeenSet = false;
108
109 bool m_includeAllVersions{false};
110 bool m_includeAllVersionsHasBeenSet = false;
111 };
112
113} // namespace Model
114} // namespace Appflow
115} // namespace Aws
AWS_APPFLOW_API VeevaSourceProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
VeevaSourceProperties & WithIncludeRenditions(bool value)
VeevaSourceProperties & WithDocumentType(DocumentTypeT &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPFLOW_API VeevaSourceProperties()=default
VeevaSourceProperties & WithIncludeAllVersions(bool value)
AWS_APPFLOW_API VeevaSourceProperties(Aws::Utils::Json::JsonView jsonValue)
VeevaSourceProperties & WithObject(ObjectT &&value)
VeevaSourceProperties & WithIncludeSourceFiles(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue