7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/glue/model/IntegrationConfig.h>
13#include <aws/glue/model/Tag.h>
47 template<
typename IntegrationNameT = Aws::String>
48 void SetIntegrationName(IntegrationNameT&& value) { m_integrationNameHasBeenSet =
true; m_integrationName = std::forward<IntegrationNameT>(value); }
49 template<
typename IntegrationNameT = Aws::String>
59 template<
typename SourceArnT = Aws::String>
60 void SetSourceArn(SourceArnT&& value) { m_sourceArnHasBeenSet =
true; m_sourceArn = std::forward<SourceArnT>(value); }
61 template<
typename SourceArnT = Aws::String>
71 template<
typename TargetArnT = Aws::String>
72 void SetTargetArn(TargetArnT&& value) { m_targetArnHasBeenSet =
true; m_targetArn = std::forward<TargetArnT>(value); }
73 template<
typename TargetArnT = Aws::String>
83 template<
typename DescriptionT = Aws::String>
84 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
85 template<
typename DescriptionT = Aws::String>
95 template<
typename DataFilterT = Aws::String>
96 void SetDataFilter(DataFilterT&& value) { m_dataFilterHasBeenSet =
true; m_dataFilter = std::forward<DataFilterT>(value); }
97 template<
typename DataFilterT = Aws::String>
107 template<
typename KmsKeyIdT = Aws::String>
108 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
109 template<
typename KmsKeyIdT = Aws::String>
121 template<
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
122 void SetAdditionalEncryptionContext(AdditionalEncryptionContextT&& value) { m_additionalEncryptionContextHasBeenSet =
true; m_additionalEncryptionContext = std::forward<AdditionalEncryptionContextT>(value); }
123 template<
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
125 template<
typename AdditionalEncryptionContextKeyT = Aws::String,
typename AdditionalEncryptionContextValueT = Aws::String>
127 m_additionalEncryptionContextHasBeenSet =
true; m_additionalEncryptionContext.emplace(std::forward<AdditionalEncryptionContextKeyT>(key), std::forward<AdditionalEncryptionContextValueT>(value));
return *
this;
138 template<
typename TagsT = Aws::Vector<Tag>>
139 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
140 template<
typename TagsT = Aws::Vector<Tag>>
142 template<
typename TagsT = Tag>
152 template<
typename IntegrationConfigT = IntegrationConfig>
153 void SetIntegrationConfig(IntegrationConfigT&& value) { m_integrationConfigHasBeenSet =
true; m_integrationConfig = std::forward<IntegrationConfigT>(value); }
154 template<
typename IntegrationConfigT = IntegrationConfig>
160 bool m_integrationNameHasBeenSet =
false;
163 bool m_sourceArnHasBeenSet =
false;
166 bool m_targetArnHasBeenSet =
false;
169 bool m_descriptionHasBeenSet =
false;
172 bool m_dataFilterHasBeenSet =
false;
175 bool m_kmsKeyIdHasBeenSet =
false;
178 bool m_additionalEncryptionContextHasBeenSet =
false;
181 bool m_tagsHasBeenSet =
false;
184 bool m_integrationConfigHasBeenSet =
false;
const Aws::String & GetKmsKeyId() const
void SetSourceArn(SourceArnT &&value)
void SetTargetArn(TargetArnT &&value)
bool KmsKeyIdHasBeenSet() const
void SetDataFilter(DataFilterT &&value)
bool AdditionalEncryptionContextHasBeenSet() const
const Aws::String & GetDescription() const
bool DataFilterHasBeenSet() const
void SetTags(TagsT &&value)
bool IntegrationNameHasBeenSet() const
const Aws::String & GetIntegrationName() const
void SetIntegrationName(IntegrationNameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetAdditionalEncryptionContext() const
AWS_GLUE_API CreateIntegrationRequest()=default
const Aws::String & GetSourceArn() const
CreateIntegrationRequest & WithKmsKeyId(KmsKeyIdT &&value)
CreateIntegrationRequest & WithIntegrationName(IntegrationNameT &&value)
const Aws::Vector< Tag > & GetTags() const
CreateIntegrationRequest & WithDataFilter(DataFilterT &&value)
bool TargetArnHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetAdditionalEncryptionContext(AdditionalEncryptionContextT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetTargetArn() const
bool DescriptionHasBeenSet() const
CreateIntegrationRequest & WithIntegrationConfig(IntegrationConfigT &&value)
bool SourceArnHasBeenSet() const
CreateIntegrationRequest & WithDescription(DescriptionT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
bool TagsHasBeenSet() const
CreateIntegrationRequest & WithAdditionalEncryptionContext(AdditionalEncryptionContextT &&value)
CreateIntegrationRequest & WithTags(TagsT &&value)
bool IntegrationConfigHasBeenSet() const
const Aws::String & GetDataFilter() const
CreateIntegrationRequest & AddAdditionalEncryptionContext(AdditionalEncryptionContextKeyT &&key, AdditionalEncryptionContextValueT &&value)
CreateIntegrationRequest & WithTargetArn(TargetArnT &&value)
CreateIntegrationRequest & WithSourceArn(SourceArnT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
const IntegrationConfig & GetIntegrationConfig() const
void SetIntegrationConfig(IntegrationConfigT &&value)
CreateIntegrationRequest & AddTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
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