7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/rds/RDS_EXPORTS.h>
13#include <aws/rds/model/IntegrationError.h>
14#include <aws/rds/model/IntegrationStatus.h>
15#include <aws/rds/model/ResponseMetadata.h>
16#include <aws/rds/model/Tag.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
48 template <
typename SourceArnT = Aws::String>
50 m_sourceArnHasBeenSet =
true;
51 m_sourceArn = std::forward<SourceArnT>(value);
53 template <
typename SourceArnT = Aws::String>
66 template <
typename TargetArnT = Aws::String>
68 m_targetArnHasBeenSet =
true;
69 m_targetArn = std::forward<TargetArnT>(value);
71 template <
typename TargetArnT = Aws::String>
83 template <
typename IntegrationNameT = Aws::String>
85 m_integrationNameHasBeenSet =
true;
86 m_integrationName = std::forward<IntegrationNameT>(value);
88 template <
typename IntegrationNameT = Aws::String>
100 template <
typename IntegrationArnT = Aws::String>
102 m_integrationArnHasBeenSet =
true;
103 m_integrationArn = std::forward<IntegrationArnT>(value);
105 template <
typename IntegrationArnT = Aws::String>
118 template <
typename KMSKeyIdT = Aws::String>
120 m_kMSKeyIdHasBeenSet =
true;
121 m_kMSKeyId = std::forward<KMSKeyIdT>(value);
123 template <
typename KMSKeyIdT = Aws::String>
138 template <
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
140 m_additionalEncryptionContextHasBeenSet =
true;
141 m_additionalEncryptionContext = std::forward<AdditionalEncryptionContextT>(value);
143 template <
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
148 template <
typename AdditionalEncryptionContextKeyT = Aws::String,
typename AdditionalEncryptionContextValueT = Aws::String>
150 AdditionalEncryptionContextValueT&& value) {
151 m_additionalEncryptionContextHasBeenSet =
true;
152 m_additionalEncryptionContext.emplace(std::forward<AdditionalEncryptionContextKeyT>(key),
153 std::forward<AdditionalEncryptionContextValueT>(value));
164 m_statusHasBeenSet =
true;
176 template <
typename TagsT = Aws::Vector<Tag>>
178 m_tagsHasBeenSet =
true;
179 m_tags = std::forward<TagsT>(value);
181 template <
typename TagsT = Aws::Vector<Tag>>
183 SetTags(std::forward<TagsT>(value));
186 template <
typename TagsT = Tag>
188 m_tagsHasBeenSet =
true;
189 m_tags.emplace_back(std::forward<TagsT>(value));
200 template <
typename DataFilterT = Aws::String>
202 m_dataFilterHasBeenSet =
true;
203 m_dataFilter = std::forward<DataFilterT>(value);
205 template <
typename DataFilterT = Aws::String>
217 template <
typename DescriptionT = Aws::String>
219 m_descriptionHasBeenSet =
true;
220 m_description = std::forward<DescriptionT>(value);
222 template <
typename DescriptionT = Aws::String>
235 template <
typename CreateTimeT = Aws::Utils::DateTime>
237 m_createTimeHasBeenSet =
true;
238 m_createTime = std::forward<CreateTimeT>(value);
240 template <
typename CreateTimeT = Aws::Utils::DateTime>
252 template <
typename ErrorsT = Aws::Vector<IntegrationError>>
254 m_errorsHasBeenSet =
true;
255 m_errors = std::forward<ErrorsT>(value);
257 template <
typename ErrorsT = Aws::Vector<IntegrationError>>
262 template <
typename ErrorsT = IntegrationError>
264 m_errorsHasBeenSet =
true;
265 m_errors.emplace_back(std::forward<ErrorsT>(value));
273 template <
typename ResponseMetadataT = ResponseMetadata>
275 m_responseMetadataHasBeenSet =
true;
276 m_responseMetadata = std::forward<ResponseMetadataT>(value);
278 template <
typename ResponseMetadataT = ResponseMetadata>
311 ResponseMetadata m_responseMetadata;
313 bool m_sourceArnHasBeenSet =
false;
314 bool m_targetArnHasBeenSet =
false;
315 bool m_integrationNameHasBeenSet =
false;
316 bool m_integrationArnHasBeenSet =
false;
317 bool m_kMSKeyIdHasBeenSet =
false;
318 bool m_additionalEncryptionContextHasBeenSet =
false;
319 bool m_statusHasBeenSet =
false;
320 bool m_tagsHasBeenSet =
false;
321 bool m_dataFilterHasBeenSet =
false;
322 bool m_descriptionHasBeenSet =
false;
323 bool m_createTimeHasBeenSet =
false;
324 bool m_errorsHasBeenSet =
false;
325 bool m_responseMetadataHasBeenSet =
false;
const Aws::String & GetDataFilter() const
ModifyIntegrationResult & AddAdditionalEncryptionContext(AdditionalEncryptionContextKeyT &&key, AdditionalEncryptionContextValueT &&value)
AWS_RDS_API ModifyIntegrationResult()=default
ModifyIntegrationResult & AddTags(TagsT &&value)
const ResponseMetadata & GetResponseMetadata() const
ModifyIntegrationResult & AddErrors(ErrorsT &&value)
ModifyIntegrationResult & WithIntegrationName(IntegrationNameT &&value)
ModifyIntegrationResult & WithKMSKeyId(KMSKeyIdT &&value)
ModifyIntegrationResult & WithSourceArn(SourceArnT &&value)
const Aws::String & GetIntegrationName() const
const Aws::String & GetSourceArn() const
const Aws::String & GetTargetArn() const
void SetTags(TagsT &&value)
AWS_RDS_API ModifyIntegrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetTargetArn(TargetArnT &&value)
void SetIntegrationName(IntegrationNameT &&value)
void SetKMSKeyId(KMSKeyIdT &&value)
ModifyIntegrationResult & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Vector< Tag > & GetTags() const
void SetDataFilter(DataFilterT &&value)
AWS_RDS_API ModifyIntegrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifyIntegrationResult & WithTags(TagsT &&value)
void SetAdditionalEncryptionContext(AdditionalEncryptionContextT &&value)
void SetStatus(IntegrationStatus value)
ModifyIntegrationResult & WithTargetArn(TargetArnT &&value)
const Aws::String & GetDescription() const
ModifyIntegrationResult & WithStatus(IntegrationStatus value)
void SetResponseMetadata(ResponseMetadataT &&value)
void SetErrors(ErrorsT &&value)
void SetCreateTime(CreateTimeT &&value)
ModifyIntegrationResult & WithIntegrationArn(IntegrationArnT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
ModifyIntegrationResult & WithAdditionalEncryptionContext(AdditionalEncryptionContextT &&value)
ModifyIntegrationResult & WithDataFilter(DataFilterT &&value)
void SetIntegrationArn(IntegrationArnT &&value)
void SetSourceArn(SourceArnT &&value)
ModifyIntegrationResult & WithCreateTime(CreateTimeT &&value)
const Aws::Vector< IntegrationError > & GetErrors() const
const Aws::Map< Aws::String, Aws::String > & GetAdditionalEncryptionContext() const
IntegrationStatus GetStatus() const
ModifyIntegrationResult & WithErrors(ErrorsT &&value)
ModifyIntegrationResult & WithResponseMetadata(ResponseMetadataT &&value)
const Aws::String & GetKMSKeyId() const
const Aws::String & GetIntegrationArn() 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::Xml::XmlDocument XmlDocument