7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/glue/model/IntegrationStatus.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/glue/model/Tag.h>
14#include <aws/glue/model/IntegrationError.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
46 template<
typename SourceArnT = Aws::String>
47 void SetSourceArn(SourceArnT&& value) { m_sourceArnHasBeenSet =
true; m_sourceArn = std::forward<SourceArnT>(value); }
48 template<
typename SourceArnT = Aws::String>
57 template<
typename TargetArnT = Aws::String>
58 void SetTargetArn(TargetArnT&& value) { m_targetArnHasBeenSet =
true; m_targetArn = std::forward<TargetArnT>(value); }
59 template<
typename TargetArnT = Aws::String>
68 template<
typename IntegrationNameT = Aws::String>
69 void SetIntegrationName(IntegrationNameT&& value) { m_integrationNameHasBeenSet =
true; m_integrationName = std::forward<IntegrationNameT>(value); }
70 template<
typename IntegrationNameT = Aws::String>
79 template<
typename DescriptionT = Aws::String>
80 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
81 template<
typename DescriptionT = Aws::String>
90 template<
typename IntegrationArnT = Aws::String>
91 void SetIntegrationArn(IntegrationArnT&& value) { m_integrationArnHasBeenSet =
true; m_integrationArn = std::forward<IntegrationArnT>(value); }
92 template<
typename IntegrationArnT = Aws::String>
101 template<
typename KmsKeyIdT = Aws::String>
102 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
103 template<
typename KmsKeyIdT = Aws::String>
113 template<
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
114 void SetAdditionalEncryptionContext(AdditionalEncryptionContextT&& value) { m_additionalEncryptionContextHasBeenSet =
true; m_additionalEncryptionContext = std::forward<AdditionalEncryptionContextT>(value); }
115 template<
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
117 template<
typename AdditionalEncryptionContextKeyT = Aws::String,
typename AdditionalEncryptionContextValueT = Aws::String>
119 m_additionalEncryptionContextHasBeenSet =
true; m_additionalEncryptionContext.emplace(std::forward<AdditionalEncryptionContextKeyT>(key), std::forward<AdditionalEncryptionContextValueT>(value));
return *
this;
129 template<
typename TagsT = Aws::Vector<Tag>>
130 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
131 template<
typename TagsT = Aws::Vector<Tag>>
133 template<
typename TagsT = Tag>
158 template<
typename CreateTimeT = Aws::Utils::DateTime>
159 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
160 template<
typename CreateTimeT = Aws::Utils::DateTime>
169 template<
typename ErrorsT = Aws::Vector<IntegrationError>>
170 void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors = std::forward<ErrorsT>(value); }
171 template<
typename ErrorsT = Aws::Vector<IntegrationError>>
173 template<
typename ErrorsT = IntegrationError>
182 template<
typename DataFilterT = Aws::String>
183 void SetDataFilter(DataFilterT&& value) { m_dataFilterHasBeenSet =
true; m_dataFilter = std::forward<DataFilterT>(value); }
184 template<
typename DataFilterT = Aws::String>
191 template<
typename RequestIdT = Aws::String>
192 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
193 template<
typename RequestIdT = Aws::String>
199 bool m_sourceArnHasBeenSet =
false;
202 bool m_targetArnHasBeenSet =
false;
205 bool m_integrationNameHasBeenSet =
false;
208 bool m_descriptionHasBeenSet =
false;
211 bool m_integrationArnHasBeenSet =
false;
214 bool m_kmsKeyIdHasBeenSet =
false;
217 bool m_additionalEncryptionContextHasBeenSet =
false;
220 bool m_tagsHasBeenSet =
false;
223 bool m_statusHasBeenSet =
false;
226 bool m_createTimeHasBeenSet =
false;
229 bool m_errorsHasBeenSet =
false;
232 bool m_dataFilterHasBeenSet =
false;
235 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