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));
187 template <
typename ClientTokenT = Aws::String>
189 m_clientTokenHasBeenSet =
true;
190 m_clientToken = std::forward<ClientTokenT>(value);
192 template <
typename ClientTokenT = Aws::String>
204 template <
typename FileConfigurationT = FileConfiguration>
206 m_fileConfigurationHasBeenSet =
true;
207 m_fileConfiguration = std::forward<FileConfigurationT>(value);
209 template <
typename FileConfigurationT = FileConfiguration>
221 return m_objectConfiguration;
223 template <
typename ObjectConfigurationT = Aws::Map<Aws::String, Aws::Map<Aws::String, Aws::Vector<Aws::String>>>>
225 m_objectConfigurationHasBeenSet =
true;
226 m_objectConfiguration = std::forward<ObjectConfigurationT>(value);
228 template <
typename ObjectConfigurationT = Aws::Map<Aws::String, Aws::Map<Aws::String, Aws::Vector<Aws::String>>>>
233 template <
typename ObjectConfigurationKeyT =
Aws::String,
236 m_objectConfigurationHasBeenSet =
true;
237 m_objectConfiguration.emplace(std::forward<ObjectConfigurationKeyT>(key), std::forward<ObjectConfigurationValueT>(value));
245 template <
typename RequestIdT = Aws::String>
247 m_requestIdHasBeenSet =
true;
248 m_requestId = std::forward<RequestIdT>(value);
250 template <
typename RequestIdT = Aws::String>
283 bool m_arnHasBeenSet =
false;
284 bool m_idHasBeenSet =
false;
285 bool m_nameHasBeenSet =
false;
286 bool m_descriptionHasBeenSet =
false;
287 bool m_kmsKeyHasBeenSet =
false;
288 bool m_sourceURIHasBeenSet =
false;
289 bool m_scheduleConfigurationHasBeenSet =
false;
290 bool m_tagsHasBeenSet =
false;
291 bool m_clientTokenHasBeenSet =
false;
292 bool m_fileConfigurationHasBeenSet =
false;
293 bool m_objectConfigurationHasBeenSet =
false;
294 bool m_requestIdHasBeenSet =
false;
CreateDataIntegrationResult & WithObjectConfiguration(ObjectConfigurationT &&value)
void SetObjectConfiguration(ObjectConfigurationT &&value)
CreateDataIntegrationResult & WithSourceURI(SourceURIT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateDataIntegrationResult & WithKmsKey(KmsKeyT &&value)
CreateDataIntegrationResult & WithArn(ArnT &&value)
CreateDataIntegrationResult & WithTags(TagsT &&value)
CreateDataIntegrationResult & WithName(NameT &&value)
CreateDataIntegrationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetSourceURI() const
const ScheduleConfiguration & GetScheduleConfiguration() const
CreateDataIntegrationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateDataIntegrationResult & WithFileConfiguration(FileConfigurationT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetArn() const
void SetName(NameT &&value)
void SetSourceURI(SourceURIT &&value)
CreateDataIntegrationResult & WithClientToken(ClientTokenT &&value)
void SetDescription(DescriptionT &&value)
AWS_APPINTEGRATIONSSERVICE_API CreateDataIntegrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDataIntegrationResult & AddObjectConfiguration(ObjectConfigurationKeyT &&key, ObjectConfigurationValueT &&value)
const FileConfiguration & GetFileConfiguration() const
CreateDataIntegrationResult & WithId(IdT &&value)
void SetArn(ArnT &&value)
void SetKmsKey(KmsKeyT &&value)
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetKmsKey() const
CreateDataIntegrationResult & WithDescription(DescriptionT &&value)
void SetFileConfiguration(FileConfigurationT &&value)
AWS_APPINTEGRATIONSSERVICE_API CreateDataIntegrationResult()=default
const Aws::String & GetId() const
AWS_APPINTEGRATIONSSERVICE_API CreateDataIntegrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Map< Aws::String, Aws::Map< Aws::String, Aws::Vector< Aws::String > > > & GetObjectConfiguration() const
const Aws::String & GetDescription() const
const Aws::String & GetClientToken() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateDataIntegrationResult & WithScheduleConfiguration(ScheduleConfigurationT &&value)
void SetScheduleConfiguration(ScheduleConfigurationT &&value)
const Aws::String & GetName() const
void SetRequestId(RequestIdT &&value)
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