7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/glue/Glue_EXPORTS.h>
13#include <aws/glue/model/IntegrationConfig.h>
14#include <aws/glue/model/IntegrationError.h>
15#include <aws/glue/model/IntegrationStatus.h>
16#include <aws/glue/model/Tag.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
42 template <
typename SourceArnT = Aws::String>
44 m_sourceArnHasBeenSet =
true;
45 m_sourceArn = std::forward<SourceArnT>(value);
47 template <
typename SourceArnT = Aws::String>
59 template <
typename TargetArnT = Aws::String>
61 m_targetArnHasBeenSet =
true;
62 m_targetArn = std::forward<TargetArnT>(value);
64 template <
typename TargetArnT = Aws::String>
76 template <
typename IntegrationNameT = Aws::String>
78 m_integrationNameHasBeenSet =
true;
79 m_integrationName = std::forward<IntegrationNameT>(value);
81 template <
typename IntegrationNameT = Aws::String>
93 template <
typename DescriptionT = Aws::String>
95 m_descriptionHasBeenSet =
true;
96 m_description = std::forward<DescriptionT>(value);
98 template <
typename DescriptionT = Aws::String>
110 template <
typename IntegrationArnT = Aws::String>
112 m_integrationArnHasBeenSet =
true;
113 m_integrationArn = std::forward<IntegrationArnT>(value);
115 template <
typename IntegrationArnT = Aws::String>
127 template <
typename KmsKeyIdT = Aws::String>
129 m_kmsKeyIdHasBeenSet =
true;
130 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
132 template <
typename KmsKeyIdT = Aws::String>
145 template <
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
147 m_additionalEncryptionContextHasBeenSet =
true;
148 m_additionalEncryptionContext = std::forward<AdditionalEncryptionContextT>(value);
150 template <
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
155 template <
typename AdditionalEncryptionContextKeyT = Aws::String,
typename AdditionalEncryptionContextValueT = Aws::String>
157 AdditionalEncryptionContextValueT&& value) {
158 m_additionalEncryptionContextHasBeenSet =
true;
159 m_additionalEncryptionContext.emplace(std::forward<AdditionalEncryptionContextKeyT>(key),
160 std::forward<AdditionalEncryptionContextValueT>(value));
171 template <
typename TagsT = Aws::Vector<Tag>>
173 m_tagsHasBeenSet =
true;
174 m_tags = std::forward<TagsT>(value);
176 template <
typename TagsT = Aws::Vector<Tag>>
178 SetTags(std::forward<TagsT>(value));
181 template <
typename TagsT = Tag>
183 m_tagsHasBeenSet =
true;
184 m_tags.emplace_back(std::forward<TagsT>(value));
202 m_statusHasBeenSet =
true;
216 template <
typename CreateTimeT = Aws::Utils::DateTime>
218 m_createTimeHasBeenSet =
true;
219 m_createTime = std::forward<CreateTimeT>(value);
221 template <
typename CreateTimeT = Aws::Utils::DateTime>
233 template <
typename ErrorsT = Aws::Vector<IntegrationError>>
235 m_errorsHasBeenSet =
true;
236 m_errors = std::forward<ErrorsT>(value);
238 template <
typename ErrorsT = Aws::Vector<IntegrationError>>
243 template <
typename ErrorsT = IntegrationError>
245 m_errorsHasBeenSet =
true;
246 m_errors.emplace_back(std::forward<ErrorsT>(value));
256 template <
typename DataFilterT = Aws::String>
258 m_dataFilterHasBeenSet =
true;
259 m_dataFilter = std::forward<DataFilterT>(value);
261 template <
typename DataFilterT = Aws::String>
273 template <
typename IntegrationConfigT = IntegrationConfig>
275 m_integrationConfigHasBeenSet =
true;
276 m_integrationConfig = std::forward<IntegrationConfigT>(value);
278 template <
typename IntegrationConfigT = IntegrationConfig>
288 template <
typename RequestIdT = Aws::String>
290 m_requestIdHasBeenSet =
true;
291 m_requestId = std::forward<RequestIdT>(value);
293 template <
typename RequestIdT = Aws::String>
326 IntegrationConfig m_integrationConfig;
330 bool m_sourceArnHasBeenSet =
false;
331 bool m_targetArnHasBeenSet =
false;
332 bool m_integrationNameHasBeenSet =
false;
333 bool m_descriptionHasBeenSet =
false;
334 bool m_integrationArnHasBeenSet =
false;
335 bool m_kmsKeyIdHasBeenSet =
false;
336 bool m_additionalEncryptionContextHasBeenSet =
false;
337 bool m_tagsHasBeenSet =
false;
338 bool m_statusHasBeenSet =
false;
339 bool m_createTimeHasBeenSet =
false;
340 bool m_errorsHasBeenSet =
false;
341 bool m_dataFilterHasBeenSet =
false;
342 bool m_integrationConfigHasBeenSet =
false;
343 bool m_requestIdHasBeenSet =
false;
ModifyIntegrationResult & WithDataFilter(DataFilterT &&value)
const Aws::String & GetSourceArn() const
const IntegrationConfig & GetIntegrationConfig() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetIntegrationConfig(IntegrationConfigT &&value)
ModifyIntegrationResult & AddAdditionalEncryptionContext(AdditionalEncryptionContextKeyT &&key, AdditionalEncryptionContextValueT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
ModifyIntegrationResult & WithTags(TagsT &&value)
IntegrationStatus GetStatus() const
const Aws::Map< Aws::String, Aws::String > & GetAdditionalEncryptionContext() const
void SetRequestId(RequestIdT &&value)
ModifyIntegrationResult & WithStatus(IntegrationStatus value)
const Aws::String & GetDataFilter() const
void SetDescription(DescriptionT &&value)
void SetTargetArn(TargetArnT &&value)
ModifyIntegrationResult & WithIntegrationConfig(IntegrationConfigT &&value)
const Aws::String & GetKmsKeyId() const
const Aws::Vector< IntegrationError > & GetErrors() const
ModifyIntegrationResult & WithAdditionalEncryptionContext(AdditionalEncryptionContextT &&value)
void SetTags(TagsT &&value)
ModifyIntegrationResult & AddErrors(ErrorsT &&value)
const Aws::String & GetDescription() const
ModifyIntegrationResult & WithKmsKeyId(KmsKeyIdT &&value)
void SetIntegrationName(IntegrationNameT &&value)
void SetDataFilter(DataFilterT &&value)
void SetStatus(IntegrationStatus value)
ModifyIntegrationResult & WithCreateTime(CreateTimeT &&value)
const Aws::String & GetTargetArn() const
ModifyIntegrationResult & WithRequestId(RequestIdT &&value)
AWS_GLUE_API ModifyIntegrationResult()=default
const Aws::String & GetRequestId() const
const Aws::String & GetIntegrationName() const
ModifyIntegrationResult & WithIntegrationArn(IntegrationArnT &&value)
AWS_GLUE_API ModifyIntegrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API ModifyIntegrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetIntegrationArn() const
void SetKmsKeyId(KmsKeyIdT &&value)
ModifyIntegrationResult & AddTags(TagsT &&value)
ModifyIntegrationResult & WithTargetArn(TargetArnT &&value)
void SetCreateTime(CreateTimeT &&value)
const Aws::Vector< Tag > & GetTags() const
ModifyIntegrationResult & WithErrors(ErrorsT &&value)
ModifyIntegrationResult & WithIntegrationName(IntegrationNameT &&value)
ModifyIntegrationResult & WithDescription(DescriptionT &&value)
void SetSourceArn(SourceArnT &&value)
void SetAdditionalEncryptionContext(AdditionalEncryptionContextT &&value)
ModifyIntegrationResult & WithSourceArn(SourceArnT &&value)
void SetErrors(ErrorsT &&value)
void SetIntegrationArn(IntegrationArnT &&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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue