7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/glue/Glue_EXPORTS.h>
12#include <aws/glue/model/IntegrationError.h>
13#include <aws/glue/model/IntegrationStatus.h>
14#include <aws/glue/model/Tag.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename SourceArnT = Aws::String>
42 m_sourceArnHasBeenSet =
true;
43 m_sourceArn = std::forward<SourceArnT>(value);
45 template <
typename SourceArnT = Aws::String>
57 template <
typename TargetArnT = Aws::String>
59 m_targetArnHasBeenSet =
true;
60 m_targetArn = std::forward<TargetArnT>(value);
62 template <
typename TargetArnT = Aws::String>
74 template <
typename IntegrationNameT = Aws::String>
76 m_integrationNameHasBeenSet =
true;
77 m_integrationName = std::forward<IntegrationNameT>(value);
79 template <
typename IntegrationNameT = Aws::String>
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 IntegrationArnT = Aws::String>
110 m_integrationArnHasBeenSet =
true;
111 m_integrationArn = std::forward<IntegrationArnT>(value);
113 template <
typename IntegrationArnT = Aws::String>
125 template <
typename KmsKeyIdT = Aws::String>
127 m_kmsKeyIdHasBeenSet =
true;
128 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
130 template <
typename KmsKeyIdT = Aws::String>
143 template <
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
145 m_additionalEncryptionContextHasBeenSet =
true;
146 m_additionalEncryptionContext = std::forward<AdditionalEncryptionContextT>(value);
148 template <
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
153 template <
typename AdditionalEncryptionContextKeyT = Aws::String,
typename AdditionalEncryptionContextValueT = Aws::String>
155 AdditionalEncryptionContextValueT&& value) {
156 m_additionalEncryptionContextHasBeenSet =
true;
157 m_additionalEncryptionContext.emplace(std::forward<AdditionalEncryptionContextKeyT>(key),
158 std::forward<AdditionalEncryptionContextValueT>(value));
169 template <
typename TagsT = Aws::Vector<Tag>>
171 m_tagsHasBeenSet =
true;
172 m_tags = std::forward<TagsT>(value);
174 template <
typename TagsT = Aws::Vector<Tag>>
176 SetTags(std::forward<TagsT>(value));
179 template <
typename TagsT = Tag>
181 m_tagsHasBeenSet =
true;
182 m_tags.emplace_back(std::forward<TagsT>(value));
200 m_statusHasBeenSet =
true;
214 template <
typename CreateTimeT = Aws::Utils::DateTime>
216 m_createTimeHasBeenSet =
true;
217 m_createTime = std::forward<CreateTimeT>(value);
219 template <
typename CreateTimeT = Aws::Utils::DateTime>
231 template <
typename ErrorsT = Aws::Vector<IntegrationError>>
233 m_errorsHasBeenSet =
true;
234 m_errors = std::forward<ErrorsT>(value);
236 template <
typename ErrorsT = Aws::Vector<IntegrationError>>
241 template <
typename ErrorsT = IntegrationError>
243 m_errorsHasBeenSet =
true;
244 m_errors.emplace_back(std::forward<ErrorsT>(value));
254 template <
typename DataFilterT = Aws::String>
256 m_dataFilterHasBeenSet =
true;
257 m_dataFilter = std::forward<DataFilterT>(value);
259 template <
typename DataFilterT = Aws::String>
269 template <
typename RequestIdT = Aws::String>
271 m_requestIdHasBeenSet =
true;
272 m_requestId = std::forward<RequestIdT>(value);
274 template <
typename RequestIdT = Aws::String>
306 bool m_sourceArnHasBeenSet =
false;
307 bool m_targetArnHasBeenSet =
false;
308 bool m_integrationNameHasBeenSet =
false;
309 bool m_descriptionHasBeenSet =
false;
310 bool m_integrationArnHasBeenSet =
false;
311 bool m_kmsKeyIdHasBeenSet =
false;
312 bool m_additionalEncryptionContextHasBeenSet =
false;
313 bool m_tagsHasBeenSet =
false;
314 bool m_statusHasBeenSet =
false;
315 bool m_createTimeHasBeenSet =
false;
316 bool m_errorsHasBeenSet =
false;
317 bool m_dataFilterHasBeenSet =
false;
318 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)
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