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>
47 template <
typename SourceArnT = Aws::String>
49 m_sourceArnHasBeenSet =
true;
50 m_sourceArn = std::forward<SourceArnT>(value);
52 template <
typename SourceArnT = Aws::String>
65 template <
typename TargetArnT = Aws::String>
67 m_targetArnHasBeenSet =
true;
68 m_targetArn = std::forward<TargetArnT>(value);
70 template <
typename TargetArnT = Aws::String>
83 template <
typename DescriptionT = Aws::String>
85 m_descriptionHasBeenSet =
true;
86 m_description = std::forward<DescriptionT>(value);
88 template <
typename DescriptionT = Aws::String>
101 template <
typename IntegrationNameT = Aws::String>
103 m_integrationNameHasBeenSet =
true;
104 m_integrationName = std::forward<IntegrationNameT>(value);
106 template <
typename IntegrationNameT = Aws::String>
119 template <
typename IntegrationArnT = Aws::String>
121 m_integrationArnHasBeenSet =
true;
122 m_integrationArn = std::forward<IntegrationArnT>(value);
124 template <
typename IntegrationArnT = Aws::String>
137 template <
typename KmsKeyIdT = Aws::String>
139 m_kmsKeyIdHasBeenSet =
true;
140 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
142 template <
typename KmsKeyIdT = Aws::String>
157 template <
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
159 m_additionalEncryptionContextHasBeenSet =
true;
160 m_additionalEncryptionContext = std::forward<AdditionalEncryptionContextT>(value);
162 template <
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
167 template <
typename AdditionalEncryptionContextKeyT = Aws::String,
typename AdditionalEncryptionContextValueT = Aws::String>
169 m_additionalEncryptionContextHasBeenSet =
true;
170 m_additionalEncryptionContext.emplace(std::forward<AdditionalEncryptionContextKeyT>(key),
171 std::forward<AdditionalEncryptionContextValueT>(value));
183 template <
typename TagsT = Aws::Vector<Tag>>
185 m_tagsHasBeenSet =
true;
186 m_tags = std::forward<TagsT>(value);
188 template <
typename TagsT = Aws::Vector<Tag>>
190 SetTags(std::forward<TagsT>(value));
193 template <
typename TagsT = Tag>
195 m_tagsHasBeenSet =
true;
196 m_tags.emplace_back(std::forward<TagsT>(value));
214 m_statusHasBeenSet =
true;
229 template <
typename CreateTimeT = Aws::Utils::DateTime>
231 m_createTimeHasBeenSet =
true;
232 m_createTime = std::forward<CreateTimeT>(value);
234 template <
typename CreateTimeT = Aws::Utils::DateTime>
247 template <
typename IntegrationConfigT = IntegrationConfig>
249 m_integrationConfigHasBeenSet =
true;
250 m_integrationConfig = std::forward<IntegrationConfigT>(value);
252 template <
typename IntegrationConfigT = IntegrationConfig>
265 template <
typename ErrorsT = Aws::Vector<IntegrationError>>
267 m_errorsHasBeenSet =
true;
268 m_errors = std::forward<ErrorsT>(value);
270 template <
typename ErrorsT = Aws::Vector<IntegrationError>>
275 template <
typename ErrorsT = IntegrationError>
277 m_errorsHasBeenSet =
true;
278 m_errors.emplace_back(std::forward<ErrorsT>(value));
289 template <
typename DataFilterT = Aws::String>
291 m_dataFilterHasBeenSet =
true;
292 m_dataFilter = std::forward<DataFilterT>(value);
294 template <
typename DataFilterT = Aws::String>
321 IntegrationConfig m_integrationConfig;
326 bool m_sourceArnHasBeenSet =
false;
327 bool m_targetArnHasBeenSet =
false;
328 bool m_descriptionHasBeenSet =
false;
329 bool m_integrationNameHasBeenSet =
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_integrationConfigHasBeenSet =
false;
337 bool m_errorsHasBeenSet =
false;
338 bool m_dataFilterHasBeenSet =
false;
void SetKmsKeyId(KmsKeyIdT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIntegrationName(IntegrationNameT &&value)
Integration & AddAdditionalEncryptionContext(AdditionalEncryptionContextKeyT &&key, AdditionalEncryptionContextValueT &&value)
Integration & WithIntegrationArn(IntegrationArnT &&value)
bool KmsKeyIdHasBeenSet() const
const Aws::String & GetDataFilter() const
AWS_GLUE_API Integration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTags(TagsT &&value)
bool IntegrationNameHasBeenSet() const
bool StatusHasBeenSet() const
Integration & WithSourceArn(SourceArnT &&value)
Integration & WithErrors(ErrorsT &&value)
void SetDataFilter(DataFilterT &&value)
Integration & AddTags(TagsT &&value)
void SetDescription(DescriptionT &&value)
AWS_GLUE_API Integration()=default
const IntegrationConfig & GetIntegrationConfig() const
Integration & WithDescription(DescriptionT &&value)
IntegrationStatus GetStatus() const
Integration & WithTags(TagsT &&value)
void SetIntegrationConfig(IntegrationConfigT &&value)
void SetTargetArn(TargetArnT &&value)
Integration & WithStatus(IntegrationStatus value)
Integration & WithAdditionalEncryptionContext(AdditionalEncryptionContextT &&value)
const Aws::String & GetSourceArn() const
bool ErrorsHasBeenSet() const
void SetAdditionalEncryptionContext(AdditionalEncryptionContextT &&value)
Integration & WithIntegrationConfig(IntegrationConfigT &&value)
bool CreateTimeHasBeenSet() const
Integration & WithTargetArn(TargetArnT &&value)
void SetCreateTime(CreateTimeT &&value)
AWS_GLUE_API Integration(Aws::Utils::Json::JsonView jsonValue)
Integration & AddErrors(ErrorsT &&value)
bool AdditionalEncryptionContextHasBeenSet() const
void SetIntegrationArn(IntegrationArnT &&value)
bool TagsHasBeenSet() const
void SetStatus(IntegrationStatus value)
void SetErrors(ErrorsT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetTargetArn() const
const Aws::Map< Aws::String, Aws::String > & GetAdditionalEncryptionContext() const
bool IntegrationArnHasBeenSet() const
bool SourceArnHasBeenSet() const
void SetSourceArn(SourceArnT &&value)
Integration & WithCreateTime(CreateTimeT &&value)
const Aws::Vector< IntegrationError > & GetErrors() const
bool IntegrationConfigHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetCreateTime() const
bool DataFilterHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetIntegrationName() const
const Aws::String & GetKmsKeyId() const
const Aws::String & GetIntegrationArn() const
bool TargetArnHasBeenSet() const
Integration & WithDataFilter(DataFilterT &&value)
Integration & WithKmsKeyId(KmsKeyIdT &&value)
Integration & WithIntegrationName(IntegrationNameT &&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