AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetObject(const Aws::String& value) { m_objectHasBeenSet = true; m_object = value; }
48 inline void SetObject(Aws::String&& value) { m_objectHasBeenSet = true; m_object = std::move(value); }
49 inline void SetObject(const char* value) { m_objectHasBeenSet = true; m_object.assign(value); }
50 inline VeevaSourceProperties& WithObject(const Aws::String& value) { SetObject(value); return *this;}
51 inline VeevaSourceProperties& WithObject(Aws::String&& value) { SetObject(std::move(value)); return *this;}
52 inline VeevaSourceProperties& WithObject(const char* value) { SetObject(value); return *this;}
54
56
59 inline const Aws::String& GetDocumentType() const{ return m_documentType; }
60 inline bool DocumentTypeHasBeenSet() const { return m_documentTypeHasBeenSet; }
61 inline void SetDocumentType(const Aws::String& value) { m_documentTypeHasBeenSet = true; m_documentType = value; }
62 inline void SetDocumentType(Aws::String&& value) { m_documentTypeHasBeenSet = true; m_documentType = std::move(value); }
63 inline void SetDocumentType(const char* value) { m_documentTypeHasBeenSet = true; m_documentType.assign(value); }
64 inline VeevaSourceProperties& WithDocumentType(const Aws::String& value) { SetDocumentType(value); return *this;}
65 inline VeevaSourceProperties& WithDocumentType(Aws::String&& value) { SetDocumentType(std::move(value)); return *this;}
66 inline VeevaSourceProperties& WithDocumentType(const char* value) { SetDocumentType(value); return *this;}
68
70
73 inline bool GetIncludeSourceFiles() const{ return m_includeSourceFiles; }
74 inline bool IncludeSourceFilesHasBeenSet() const { return m_includeSourceFilesHasBeenSet; }
75 inline void SetIncludeSourceFiles(bool value) { m_includeSourceFilesHasBeenSet = true; m_includeSourceFiles = value; }
76 inline VeevaSourceProperties& WithIncludeSourceFiles(bool value) { SetIncludeSourceFiles(value); return *this;}
78
80
83 inline bool GetIncludeRenditions() const{ return m_includeRenditions; }
84 inline bool IncludeRenditionsHasBeenSet() const { return m_includeRenditionsHasBeenSet; }
85 inline void SetIncludeRenditions(bool value) { m_includeRenditionsHasBeenSet = true; m_includeRenditions = value; }
86 inline VeevaSourceProperties& WithIncludeRenditions(bool value) { SetIncludeRenditions(value); return *this;}
88
90
94 inline bool GetIncludeAllVersions() const{ return m_includeAllVersions; }
95 inline bool IncludeAllVersionsHasBeenSet() const { return m_includeAllVersionsHasBeenSet; }
96 inline void SetIncludeAllVersions(bool value) { m_includeAllVersionsHasBeenSet = true; m_includeAllVersions = value; }
97 inline VeevaSourceProperties& WithIncludeAllVersions(bool value) { SetIncludeAllVersions(value); return *this;}
99 private:
100
101 Aws::String m_object;
102 bool m_objectHasBeenSet = false;
103
104 Aws::String m_documentType;
105 bool m_documentTypeHasBeenSet = false;
106
107 bool m_includeSourceFiles;
108 bool m_includeSourceFilesHasBeenSet = false;
109
110 bool m_includeRenditions;
111 bool m_includeRenditionsHasBeenSet = false;
112
113 bool m_includeAllVersions;
114 bool m_includeAllVersionsHasBeenSet = false;
115 };
116
117} // namespace Model
118} // namespace Appflow
119} // namespace Aws
VeevaSourceProperties & WithObject(Aws::String &&value)
AWS_APPFLOW_API VeevaSourceProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
VeevaSourceProperties & WithIncludeRenditions(bool value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
VeevaSourceProperties & WithObject(const Aws::String &value)
VeevaSourceProperties & WithIncludeAllVersions(bool value)
AWS_APPFLOW_API VeevaSourceProperties(Aws::Utils::Json::JsonView jsonValue)
VeevaSourceProperties & WithObject(const char *value)
VeevaSourceProperties & WithIncludeSourceFiles(bool value)
VeevaSourceProperties & WithDocumentType(const char *value)
VeevaSourceProperties & WithDocumentType(Aws::String &&value)
void SetDocumentType(const Aws::String &value)
VeevaSourceProperties & WithDocumentType(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue