7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/rds/model/IntegrationStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/rds/model/ResponseMetadata.h>
14#include <aws/rds/model/Tag.h>
15#include <aws/rds/model/IntegrationError.h>
20template<
typename RESULT_TYPE>
21class AmazonWebServiceResult;
53 template<
typename SourceArnT = Aws::String>
54 void SetSourceArn(SourceArnT&& value) { m_sourceArnHasBeenSet =
true; m_sourceArn = std::forward<SourceArnT>(value); }
55 template<
typename SourceArnT = Aws::String>
65 template<
typename TargetArnT = Aws::String>
66 void SetTargetArn(TargetArnT&& value) { m_targetArnHasBeenSet =
true; m_targetArn = std::forward<TargetArnT>(value); }
67 template<
typename TargetArnT = Aws::String>
76 template<
typename IntegrationNameT = Aws::String>
77 void SetIntegrationName(IntegrationNameT&& value) { m_integrationNameHasBeenSet =
true; m_integrationName = std::forward<IntegrationNameT>(value); }
78 template<
typename IntegrationNameT = Aws::String>
87 template<
typename IntegrationArnT = Aws::String>
88 void SetIntegrationArn(IntegrationArnT&& value) { m_integrationArnHasBeenSet =
true; m_integrationArn = std::forward<IntegrationArnT>(value); }
89 template<
typename IntegrationArnT = Aws::String>
99 template<
typename KMSKeyIdT = Aws::String>
100 void SetKMSKeyId(KMSKeyIdT&& value) { m_kMSKeyIdHasBeenSet =
true; m_kMSKeyId = std::forward<KMSKeyIdT>(value); }
101 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;
135 template<
typename TagsT = Aws::Vector<Tag>>
136 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
137 template<
typename TagsT = Aws::Vector<Tag>>
139 template<
typename TagsT = Tag>
149 template<
typename CreateTimeT = Aws::Utils::DateTime>
150 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
151 template<
typename CreateTimeT = Aws::Utils::DateTime>
160 template<
typename ErrorsT = Aws::Vector<IntegrationError>>
161 void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors = std::forward<ErrorsT>(value); }
162 template<
typename ErrorsT = Aws::Vector<IntegrationError>>
164 template<
typename ErrorsT = IntegrationError>
174 template<
typename DataFilterT = Aws::String>
175 void SetDataFilter(DataFilterT&& value) { m_dataFilterHasBeenSet =
true; m_dataFilter = std::forward<DataFilterT>(value); }
176 template<
typename DataFilterT = Aws::String>
185 template<
typename DescriptionT = Aws::String>
186 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
187 template<
typename DescriptionT = Aws::String>
194 template<
typename ResponseMetadataT = ResponseMetadata>
195 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
196 template<
typename ResponseMetadataT = ResponseMetadata>
202 bool m_sourceArnHasBeenSet =
false;
205 bool m_targetArnHasBeenSet =
false;
208 bool m_integrationNameHasBeenSet =
false;
211 bool m_integrationArnHasBeenSet =
false;
214 bool m_kMSKeyIdHasBeenSet =
false;
217 bool m_additionalEncryptionContextHasBeenSet =
false;
220 bool m_statusHasBeenSet =
false;
223 bool m_tagsHasBeenSet =
false;
226 bool m_createTimeHasBeenSet =
false;
229 bool m_errorsHasBeenSet =
false;
232 bool m_dataFilterHasBeenSet =
false;
235 bool m_descriptionHasBeenSet =
false;
237 ResponseMetadata m_responseMetadata;
238 bool m_responseMetadataHasBeenSet =
false;
DeleteIntegrationResult & WithSourceArn(SourceArnT &&value)
DeleteIntegrationResult & WithIntegrationArn(IntegrationArnT &&value)
DeleteIntegrationResult & WithDataFilter(DataFilterT &&value)
AWS_RDS_API DeleteIntegrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetIntegrationName() const
const Aws::String & GetIntegrationArn() const
DeleteIntegrationResult & WithErrors(ErrorsT &&value)
void SetDescription(DescriptionT &&value)
DeleteIntegrationResult & WithTargetArn(TargetArnT &&value)
const Aws::String & GetSourceArn() const
const Aws::String & GetTargetArn() const
DeleteIntegrationResult & WithDescription(DescriptionT &&value)
void SetCreateTime(CreateTimeT &&value)
DeleteIntegrationResult & WithTags(TagsT &&value)
void SetErrors(ErrorsT &&value)
const ResponseMetadata & GetResponseMetadata() const
const Aws::String & GetKMSKeyId() const
void SetAdditionalEncryptionContext(AdditionalEncryptionContextT &&value)
DeleteIntegrationResult & AddAdditionalEncryptionContext(AdditionalEncryptionContextKeyT &&key, AdditionalEncryptionContextValueT &&value)
DeleteIntegrationResult & WithStatus(IntegrationStatus value)
AWS_RDS_API DeleteIntegrationResult()=default
const Aws::Map< Aws::String, Aws::String > & GetAdditionalEncryptionContext() const
DeleteIntegrationResult & AddErrors(ErrorsT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
void SetResponseMetadata(ResponseMetadataT &&value)
void SetIntegrationName(IntegrationNameT &&value)
DeleteIntegrationResult & WithCreateTime(CreateTimeT &&value)
AWS_RDS_API DeleteIntegrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetDescription() const
void SetTags(TagsT &&value)
DeleteIntegrationResult & WithAdditionalEncryptionContext(AdditionalEncryptionContextT &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetDataFilter() const
DeleteIntegrationResult & WithKMSKeyId(KMSKeyIdT &&value)
IntegrationStatus GetStatus() const
const Aws::Vector< IntegrationError > & GetErrors() const
DeleteIntegrationResult & AddTags(TagsT &&value)
void SetTargetArn(TargetArnT &&value)
DeleteIntegrationResult & WithIntegrationName(IntegrationNameT &&value)
void SetIntegrationArn(IntegrationArnT &&value)
void SetStatus(IntegrationStatus value)
void SetDataFilter(DataFilterT &&value)
void SetSourceArn(SourceArnT &&value)
void SetKMSKeyId(KMSKeyIdT &&value)
DeleteIntegrationResult & WithResponseMetadata(ResponseMetadataT &&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::Xml::XmlDocument XmlDocument