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/IntegrationError.h>
14#include <aws/glue/model/IntegrationStatus.h>
15#include <aws/glue/model/Tag.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
41 template <
typename SourceArnT = Aws::String>
43 m_sourceArnHasBeenSet =
true;
44 m_sourceArn = std::forward<SourceArnT>(value);
46 template <
typename SourceArnT = Aws::String>
58 template <
typename TargetArnT = Aws::String>
60 m_targetArnHasBeenSet =
true;
61 m_targetArn = std::forward<TargetArnT>(value);
63 template <
typename TargetArnT = Aws::String>
75 template <
typename IntegrationNameT = Aws::String>
77 m_integrationNameHasBeenSet =
true;
78 m_integrationName = std::forward<IntegrationNameT>(value);
80 template <
typename IntegrationNameT = Aws::String>
92 template <
typename DescriptionT = Aws::String>
94 m_descriptionHasBeenSet =
true;
95 m_description = std::forward<DescriptionT>(value);
97 template <
typename DescriptionT = Aws::String>
109 template <
typename IntegrationArnT = Aws::String>
111 m_integrationArnHasBeenSet =
true;
112 m_integrationArn = std::forward<IntegrationArnT>(value);
114 template <
typename IntegrationArnT = Aws::String>
126 template <
typename KmsKeyIdT = Aws::String>
128 m_kmsKeyIdHasBeenSet =
true;
129 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
131 template <
typename KmsKeyIdT = Aws::String>
144 template <
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
146 m_additionalEncryptionContextHasBeenSet =
true;
147 m_additionalEncryptionContext = std::forward<AdditionalEncryptionContextT>(value);
149 template <
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
154 template <
typename AdditionalEncryptionContextKeyT = Aws::String,
typename AdditionalEncryptionContextValueT = Aws::String>
156 AdditionalEncryptionContextValueT&& value) {
157 m_additionalEncryptionContextHasBeenSet =
true;
158 m_additionalEncryptionContext.emplace(std::forward<AdditionalEncryptionContextKeyT>(key),
159 std::forward<AdditionalEncryptionContextValueT>(value));
170 template <
typename TagsT = Aws::Vector<Tag>>
172 m_tagsHasBeenSet =
true;
173 m_tags = std::forward<TagsT>(value);
175 template <
typename TagsT = Aws::Vector<Tag>>
177 SetTags(std::forward<TagsT>(value));
180 template <
typename TagsT = Tag>
182 m_tagsHasBeenSet =
true;
183 m_tags.emplace_back(std::forward<TagsT>(value));
201 m_statusHasBeenSet =
true;
215 template <
typename CreateTimeT = Aws::Utils::DateTime>
217 m_createTimeHasBeenSet =
true;
218 m_createTime = std::forward<CreateTimeT>(value);
220 template <
typename CreateTimeT = Aws::Utils::DateTime>
232 template <
typename ErrorsT = Aws::Vector<IntegrationError>>
234 m_errorsHasBeenSet =
true;
235 m_errors = std::forward<ErrorsT>(value);
237 template <
typename ErrorsT = Aws::Vector<IntegrationError>>
242 template <
typename ErrorsT = IntegrationError>
244 m_errorsHasBeenSet =
true;
245 m_errors.emplace_back(std::forward<ErrorsT>(value));
255 template <
typename DataFilterT = Aws::String>
257 m_dataFilterHasBeenSet =
true;
258 m_dataFilter = std::forward<DataFilterT>(value);
260 template <
typename DataFilterT = Aws::String>
270 template <
typename RequestIdT = Aws::String>
272 m_requestIdHasBeenSet =
true;
273 m_requestId = std::forward<RequestIdT>(value);
275 template <
typename RequestIdT = Aws::String>
310 bool m_sourceArnHasBeenSet =
false;
311 bool m_targetArnHasBeenSet =
false;
312 bool m_integrationNameHasBeenSet =
false;
313 bool m_descriptionHasBeenSet =
false;
314 bool m_integrationArnHasBeenSet =
false;
315 bool m_kmsKeyIdHasBeenSet =
false;
316 bool m_additionalEncryptionContextHasBeenSet =
false;
317 bool m_tagsHasBeenSet =
false;
318 bool m_statusHasBeenSet =
false;
319 bool m_createTimeHasBeenSet =
false;
320 bool m_errorsHasBeenSet =
false;
321 bool m_dataFilterHasBeenSet =
false;
322 bool m_requestIdHasBeenSet =
false;
DeleteIntegrationResult & WithSourceArn(SourceArnT &&value)
DeleteIntegrationResult & WithDescription(DescriptionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetAdditionalEncryptionContext() const
DeleteIntegrationResult & WithCreateTime(CreateTimeT &&value)
const Aws::String & GetSourceArn() const
DeleteIntegrationResult & WithDataFilter(DataFilterT &&value)
void SetDataFilter(DataFilterT &&value)
void SetTargetArn(TargetArnT &&value)
DeleteIntegrationResult & WithAdditionalEncryptionContext(AdditionalEncryptionContextT &&value)
DeleteIntegrationResult & WithTargetArn(TargetArnT &&value)
DeleteIntegrationResult & AddAdditionalEncryptionContext(AdditionalEncryptionContextKeyT &&key, AdditionalEncryptionContextValueT &&value)
void SetTags(TagsT &&value)
DeleteIntegrationResult & WithRequestId(RequestIdT &&value)
void SetStatus(IntegrationStatus value)
DeleteIntegrationResult & WithIntegrationName(IntegrationNameT &&value)
const Aws::String & GetIntegrationArn() const
const Aws::String & GetRequestId() const
const Aws::String & GetDataFilter() const
const Aws::String & GetKmsKeyId() const
void SetIntegrationArn(IntegrationArnT &&value)
AWS_GLUE_API DeleteIntegrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DeleteIntegrationResult & WithErrors(ErrorsT &&value)
DeleteIntegrationResult & WithTags(TagsT &&value)
const Aws::String & GetTargetArn() const
const Aws::String & GetIntegrationName() const
void SetErrors(ErrorsT &&value)
void SetRequestId(RequestIdT &&value)
void SetAdditionalEncryptionContext(AdditionalEncryptionContextT &&value)
DeleteIntegrationResult & AddTags(TagsT &&value)
void SetCreateTime(CreateTimeT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
DeleteIntegrationResult & WithStatus(IntegrationStatus value)
void SetKmsKeyId(KmsKeyIdT &&value)
const Aws::Vector< Tag > & GetTags() const
DeleteIntegrationResult & WithIntegrationArn(IntegrationArnT &&value)
void SetSourceArn(SourceArnT &&value)
DeleteIntegrationResult & WithKmsKeyId(KmsKeyIdT &&value)
DeleteIntegrationResult & AddErrors(ErrorsT &&value)
const Aws::String & GetDescription() const
void SetIntegrationName(IntegrationNameT &&value)
AWS_GLUE_API DeleteIntegrationResult()=default
void SetDescription(DescriptionT &&value)
const Aws::Vector< IntegrationError > & GetErrors() const
AWS_GLUE_API DeleteIntegrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
IntegrationStatus GetStatus() 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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue