AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
GetDataIntegrationResult.h
1
6#pragma once
7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appintegrations/model/ScheduleConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/appintegrations/model/FileConfiguration.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <utility>
14
15namespace Aws
16{
17template<typename RESULT_TYPE>
18class AmazonWebServiceResult;
19
20namespace Utils
21{
22namespace Json
23{
24 class JsonValue;
25} // namespace Json
26} // namespace Utils
27namespace AppIntegrationsService
28{
29namespace Model
30{
32 {
33 public:
34 AWS_APPINTEGRATIONSSERVICE_API GetDataIntegrationResult() = default;
37
38
40
43 inline const Aws::String& GetArn() const { return m_arn; }
44 template<typename ArnT = Aws::String>
45 void SetArn(ArnT&& value) { m_arnHasBeenSet = true; m_arn = std::forward<ArnT>(value); }
46 template<typename ArnT = Aws::String>
47 GetDataIntegrationResult& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
49
51
54 inline const Aws::String& GetId() const { return m_id; }
55 template<typename IdT = Aws::String>
56 void SetId(IdT&& value) { m_idHasBeenSet = true; m_id = std::forward<IdT>(value); }
57 template<typename IdT = Aws::String>
58 GetDataIntegrationResult& WithId(IdT&& value) { SetId(std::forward<IdT>(value)); return *this;}
60
62
65 inline const Aws::String& GetName() const { return m_name; }
66 template<typename NameT = Aws::String>
67 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
68 template<typename NameT = Aws::String>
69 GetDataIntegrationResult& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
71
73
76 inline const Aws::String& GetDescription() const { return m_description; }
77 template<typename DescriptionT = Aws::String>
78 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
79 template<typename DescriptionT = Aws::String>
80 GetDataIntegrationResult& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
82
84
87 inline const Aws::String& GetKmsKey() const { return m_kmsKey; }
88 template<typename KmsKeyT = Aws::String>
89 void SetKmsKey(KmsKeyT&& value) { m_kmsKeyHasBeenSet = true; m_kmsKey = std::forward<KmsKeyT>(value); }
90 template<typename KmsKeyT = Aws::String>
91 GetDataIntegrationResult& WithKmsKey(KmsKeyT&& value) { SetKmsKey(std::forward<KmsKeyT>(value)); return *this;}
93
95
98 inline const Aws::String& GetSourceURI() const { return m_sourceURI; }
99 template<typename SourceURIT = Aws::String>
100 void SetSourceURI(SourceURIT&& value) { m_sourceURIHasBeenSet = true; m_sourceURI = std::forward<SourceURIT>(value); }
101 template<typename SourceURIT = Aws::String>
102 GetDataIntegrationResult& WithSourceURI(SourceURIT&& value) { SetSourceURI(std::forward<SourceURIT>(value)); return *this;}
104
106
109 inline const ScheduleConfiguration& GetScheduleConfiguration() const { return m_scheduleConfiguration; }
110 template<typename ScheduleConfigurationT = ScheduleConfiguration>
111 void SetScheduleConfiguration(ScheduleConfigurationT&& value) { m_scheduleConfigurationHasBeenSet = true; m_scheduleConfiguration = std::forward<ScheduleConfigurationT>(value); }
112 template<typename ScheduleConfigurationT = ScheduleConfiguration>
113 GetDataIntegrationResult& WithScheduleConfiguration(ScheduleConfigurationT&& value) { SetScheduleConfiguration(std::forward<ScheduleConfigurationT>(value)); return *this;}
115
117
121 inline const Aws::Map<Aws::String, Aws::String>& GetTags() const { return m_tags; }
122 template<typename TagsT = Aws::Map<Aws::String, Aws::String>>
123 void SetTags(TagsT&& value) { m_tagsHasBeenSet = true; m_tags = std::forward<TagsT>(value); }
124 template<typename TagsT = Aws::Map<Aws::String, Aws::String>>
125 GetDataIntegrationResult& WithTags(TagsT&& value) { SetTags(std::forward<TagsT>(value)); return *this;}
126 template<typename TagsKeyT = Aws::String, typename TagsValueT = Aws::String>
127 GetDataIntegrationResult& AddTags(TagsKeyT&& key, TagsValueT&& value) {
128 m_tagsHasBeenSet = true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value)); return *this;
129 }
131
133
136 inline const FileConfiguration& GetFileConfiguration() const { return m_fileConfiguration; }
137 template<typename FileConfigurationT = FileConfiguration>
138 void SetFileConfiguration(FileConfigurationT&& value) { m_fileConfigurationHasBeenSet = true; m_fileConfiguration = std::forward<FileConfigurationT>(value); }
139 template<typename FileConfigurationT = FileConfiguration>
140 GetDataIntegrationResult& WithFileConfiguration(FileConfigurationT&& value) { SetFileConfiguration(std::forward<FileConfigurationT>(value)); return *this;}
142
144
148 template<typename ObjectConfigurationT = Aws::Map<Aws::String, Aws::Map<Aws::String, Aws::Vector<Aws::String>>>>
149 void SetObjectConfiguration(ObjectConfigurationT&& value) { m_objectConfigurationHasBeenSet = true; m_objectConfiguration = std::forward<ObjectConfigurationT>(value); }
150 template<typename ObjectConfigurationT = Aws::Map<Aws::String, Aws::Map<Aws::String, Aws::Vector<Aws::String>>>>
151 GetDataIntegrationResult& WithObjectConfiguration(ObjectConfigurationT&& value) { SetObjectConfiguration(std::forward<ObjectConfigurationT>(value)); return *this;}
152 template<typename ObjectConfigurationKeyT = Aws::String, typename ObjectConfigurationValueT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
153 GetDataIntegrationResult& AddObjectConfiguration(ObjectConfigurationKeyT&& key, ObjectConfigurationValueT&& value) {
154 m_objectConfigurationHasBeenSet = true; m_objectConfiguration.emplace(std::forward<ObjectConfigurationKeyT>(key), std::forward<ObjectConfigurationValueT>(value)); return *this;
155 }
157
159
160 inline const Aws::String& GetRequestId() const { return m_requestId; }
161 template<typename RequestIdT = Aws::String>
162 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
163 template<typename RequestIdT = Aws::String>
164 GetDataIntegrationResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
166 private:
167
168 Aws::String m_arn;
169 bool m_arnHasBeenSet = false;
170
171 Aws::String m_id;
172 bool m_idHasBeenSet = false;
173
174 Aws::String m_name;
175 bool m_nameHasBeenSet = false;
176
177 Aws::String m_description;
178 bool m_descriptionHasBeenSet = false;
179
180 Aws::String m_kmsKey;
181 bool m_kmsKeyHasBeenSet = false;
182
183 Aws::String m_sourceURI;
184 bool m_sourceURIHasBeenSet = false;
185
186 ScheduleConfiguration m_scheduleConfiguration;
187 bool m_scheduleConfigurationHasBeenSet = false;
188
190 bool m_tagsHasBeenSet = false;
191
192 FileConfiguration m_fileConfiguration;
193 bool m_fileConfigurationHasBeenSet = false;
194
196 bool m_objectConfigurationHasBeenSet = false;
197
198 Aws::String m_requestId;
199 bool m_requestIdHasBeenSet = false;
200 };
201
202} // namespace Model
203} // namespace AppIntegrationsService
204} // namespace Aws
AWS_APPINTEGRATIONSSERVICE_API GetDataIntegrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Map< Aws::String, Aws::Map< Aws::String, Aws::Vector< Aws::String > > > & GetObjectConfiguration() const
GetDataIntegrationResult & AddObjectConfiguration(ObjectConfigurationKeyT &&key, ObjectConfigurationValueT &&value)
GetDataIntegrationResult & WithObjectConfiguration(ObjectConfigurationT &&value)
GetDataIntegrationResult & WithDescription(DescriptionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetDataIntegrationResult & WithSourceURI(SourceURIT &&value)
AWS_APPINTEGRATIONSSERVICE_API GetDataIntegrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDataIntegrationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
GetDataIntegrationResult & WithFileConfiguration(FileConfigurationT &&value)
GetDataIntegrationResult & WithScheduleConfiguration(ScheduleConfigurationT &&value)
GetDataIntegrationResult & WithRequestId(RequestIdT &&value)
AWS_APPINTEGRATIONSSERVICE_API GetDataIntegrationResult()=default
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue