7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/appintegrations/model/FileConfiguration.h>
9#include <aws/appintegrations/model/ScheduleConfiguration.h>
10#include <aws/core/http/HttpResponse.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace AppIntegrationsService {
40 template <
typename ArnT = Aws::String>
42 m_arnHasBeenSet =
true;
43 m_arn = std::forward<ArnT>(value);
45 template <
typename ArnT = Aws::String>
47 SetArn(std::forward<ArnT>(value));
57 template <
typename IdT = Aws::String>
59 m_idHasBeenSet =
true;
60 m_id = std::forward<IdT>(value);
62 template <
typename IdT = Aws::String>
64 SetId(std::forward<IdT>(value));
74 template <
typename NameT = Aws::String>
76 m_nameHasBeenSet =
true;
77 m_name = std::forward<NameT>(value);
79 template <
typename NameT = Aws::String>
81 SetName(std::forward<NameT>(value));
91 template <
typename DescriptionT = Aws::String>
93 m_descriptionHasBeenSet =
true;
94 m_description = std::forward<DescriptionT>(value);
96 template <
typename DescriptionT = Aws::String>
108 template <
typename KmsKeyT = Aws::String>
110 m_kmsKeyHasBeenSet =
true;
111 m_kmsKey = std::forward<KmsKeyT>(value);
113 template <
typename KmsKeyT = Aws::String>
125 template <
typename SourceURIT = Aws::String>
127 m_sourceURIHasBeenSet =
true;
128 m_sourceURI = std::forward<SourceURIT>(value);
130 template <
typename SourceURIT = Aws::String>
142 template <
typename ScheduleConfigurationT = ScheduleConfiguration>
144 m_scheduleConfigurationHasBeenSet =
true;
145 m_scheduleConfiguration = std::forward<ScheduleConfigurationT>(value);
147 template <
typename ScheduleConfigurationT = ScheduleConfiguration>
160 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
162 m_tagsHasBeenSet =
true;
163 m_tags = std::forward<TagsT>(value);
165 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
167 SetTags(std::forward<TagsT>(value));
170 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
172 m_tagsHasBeenSet =
true;
173 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
183 template <
typename FileConfigurationT = FileConfiguration>
185 m_fileConfigurationHasBeenSet =
true;
186 m_fileConfiguration = std::forward<FileConfigurationT>(value);
188 template <
typename FileConfigurationT = FileConfiguration>
200 return m_objectConfiguration;
202 template <
typename ObjectConfigurationT = Aws::Map<Aws::String, Aws::Map<Aws::String, Aws::Vector<Aws::String>>>>
204 m_objectConfigurationHasBeenSet =
true;
205 m_objectConfiguration = std::forward<ObjectConfigurationT>(value);
207 template <
typename ObjectConfigurationT = Aws::Map<Aws::String, Aws::Map<Aws::String, Aws::Vector<Aws::String>>>>
212 template <
typename ObjectConfigurationKeyT =
Aws::String,
215 m_objectConfigurationHasBeenSet =
true;
216 m_objectConfiguration.emplace(std::forward<ObjectConfigurationKeyT>(key), std::forward<ObjectConfigurationValueT>(value));
224 template <
typename RequestIdT = Aws::String>
226 m_requestIdHasBeenSet =
true;
227 m_requestId = std::forward<RequestIdT>(value);
229 template <
typename RequestIdT = Aws::String>
260 bool m_arnHasBeenSet =
false;
261 bool m_idHasBeenSet =
false;
262 bool m_nameHasBeenSet =
false;
263 bool m_descriptionHasBeenSet =
false;
264 bool m_kmsKeyHasBeenSet =
false;
265 bool m_sourceURIHasBeenSet =
false;
266 bool m_scheduleConfigurationHasBeenSet =
false;
267 bool m_tagsHasBeenSet =
false;
268 bool m_fileConfigurationHasBeenSet =
false;
269 bool m_objectConfigurationHasBeenSet =
false;
270 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetArn() const
void SetName(NameT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetSourceURI() const
void SetRequestId(RequestIdT &&value)
GetDataIntegrationResult & WithKmsKey(KmsKeyT &&value)
void SetDescription(DescriptionT &&value)
AWS_APPINTEGRATIONSSERVICE_API GetDataIntegrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetScheduleConfiguration(ScheduleConfigurationT &&value)
const Aws::Map< Aws::String, Aws::Map< Aws::String, Aws::Vector< Aws::String > > > & GetObjectConfiguration() const
GetDataIntegrationResult & WithArn(ArnT &&value)
const FileConfiguration & GetFileConfiguration() const
const Aws::String & GetDescription() const
const Aws::String & GetId() const
GetDataIntegrationResult & AddObjectConfiguration(ObjectConfigurationKeyT &&key, ObjectConfigurationValueT &&value)
GetDataIntegrationResult & WithObjectConfiguration(ObjectConfigurationT &&value)
void SetKmsKey(KmsKeyT &&value)
GetDataIntegrationResult & WithDescription(DescriptionT &&value)
GetDataIntegrationResult & WithTags(TagsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetKmsKey() const
void SetObjectConfiguration(ObjectConfigurationT &&value)
GetDataIntegrationResult & WithName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetSourceURI(SourceURIT &&value)
GetDataIntegrationResult & WithSourceURI(SourceURIT &&value)
AWS_APPINTEGRATIONSSERVICE_API GetDataIntegrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFileConfiguration(FileConfigurationT &&value)
GetDataIntegrationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
GetDataIntegrationResult & WithFileConfiguration(FileConfigurationT &&value)
const ScheduleConfiguration & GetScheduleConfiguration() const
void SetTags(TagsT &&value)
GetDataIntegrationResult & WithScheduleConfiguration(ScheduleConfigurationT &&value)
const Aws::String & GetRequestId() const
GetDataIntegrationResult & WithRequestId(RequestIdT &&value)
AWS_APPINTEGRATIONSSERVICE_API GetDataIntegrationResult()=default
GetDataIntegrationResult & WithId(IdT &&value)
const Aws::String & GetName() const
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