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/IntegrationConfig.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>
272 template <
typename IntegrationConfigT = IntegrationConfig>
274 m_integrationConfigHasBeenSet =
true;
275 m_integrationConfig = std::forward<IntegrationConfigT>(value);
277 template <
typename IntegrationConfigT = IntegrationConfig>
287 template <
typename RequestIdT = Aws::String>
289 m_requestIdHasBeenSet =
true;
290 m_requestId = std::forward<RequestIdT>(value);
292 template <
typename RequestIdT = Aws::String>
323 IntegrationConfig m_integrationConfig;
326 bool m_sourceArnHasBeenSet =
false;
327 bool m_targetArnHasBeenSet =
false;
328 bool m_integrationNameHasBeenSet =
false;
329 bool m_descriptionHasBeenSet =
false;
330 bool m_integrationArnHasBeenSet =
false;
331 bool m_kmsKeyIdHasBeenSet =
false;
332 bool m_additionalEncryptionContextHasBeenSet =
false;
333 bool m_tagsHasBeenSet =
false;
334 bool m_statusHasBeenSet =
false;
335 bool m_createTimeHasBeenSet =
false;
336 bool m_errorsHasBeenSet =
false;
337 bool m_dataFilterHasBeenSet =
false;
338 bool m_integrationConfigHasBeenSet =
false;
339 bool m_requestIdHasBeenSet =
false;
ModifyIntegrationResult & WithDataFilter(DataFilterT &&value)
const Aws::String & GetSourceArn() const
const IntegrationConfig & GetIntegrationConfig() 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