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/redshift/Redshift_EXPORTS.h>
12#include <aws/redshift/model/IntegrationError.h>
13#include <aws/redshift/model/ResponseMetadata.h>
14#include <aws/redshift/model/Tag.h>
15#include <aws/redshift/model/ZeroETLIntegrationStatus.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
41 template <
typename IntegrationArnT = Aws::String>
43 m_integrationArnHasBeenSet =
true;
44 m_integrationArn = std::forward<IntegrationArnT>(value);
46 template <
typename IntegrationArnT = Aws::String>
58 template <
typename IntegrationNameT = Aws::String>
60 m_integrationNameHasBeenSet =
true;
61 m_integrationName = std::forward<IntegrationNameT>(value);
63 template <
typename IntegrationNameT = Aws::String>
76 template <
typename SourceArnT = Aws::String>
78 m_sourceArnHasBeenSet =
true;
79 m_sourceArn = std::forward<SourceArnT>(value);
81 template <
typename SourceArnT = Aws::String>
94 template <
typename TargetArnT = Aws::String>
96 m_targetArnHasBeenSet =
true;
97 m_targetArn = std::forward<TargetArnT>(value);
99 template <
typename TargetArnT = Aws::String>
112 m_statusHasBeenSet =
true;
126 template <
typename ErrorsT = Aws::Vector<IntegrationError>>
128 m_errorsHasBeenSet =
true;
129 m_errors = std::forward<ErrorsT>(value);
131 template <
typename ErrorsT = Aws::Vector<IntegrationError>>
136 template <
typename ErrorsT = IntegrationError>
138 m_errorsHasBeenSet =
true;
139 m_errors.emplace_back(std::forward<ErrorsT>(value));
149 template <
typename CreateTimeT = Aws::Utils::DateTime>
151 m_createTimeHasBeenSet =
true;
152 m_createTime = std::forward<CreateTimeT>(value);
154 template <
typename CreateTimeT = Aws::Utils::DateTime>
166 template <
typename DescriptionT = Aws::String>
168 m_descriptionHasBeenSet =
true;
169 m_description = std::forward<DescriptionT>(value);
171 template <
typename DescriptionT = Aws::String>
184 template <
typename KMSKeyIdT = Aws::String>
186 m_kMSKeyIdHasBeenSet =
true;
187 m_kMSKeyId = std::forward<KMSKeyIdT>(value);
189 template <
typename KMSKeyIdT = Aws::String>
204 template <
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
206 m_additionalEncryptionContextHasBeenSet =
true;
207 m_additionalEncryptionContext = std::forward<AdditionalEncryptionContextT>(value);
209 template <
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
214 template <
typename AdditionalEncryptionContextKeyT = Aws::String,
typename AdditionalEncryptionContextValueT = Aws::String>
216 AdditionalEncryptionContextValueT&& value) {
217 m_additionalEncryptionContextHasBeenSet =
true;
218 m_additionalEncryptionContext.emplace(std::forward<AdditionalEncryptionContextKeyT>(key),
219 std::forward<AdditionalEncryptionContextValueT>(value));
229 template <
typename TagsT = Aws::Vector<Tag>>
231 m_tagsHasBeenSet =
true;
232 m_tags = std::forward<TagsT>(value);
234 template <
typename TagsT = Aws::Vector<Tag>>
236 SetTags(std::forward<TagsT>(value));
239 template <
typename TagsT = Tag>
241 m_tagsHasBeenSet =
true;
242 m_tags.emplace_back(std::forward<TagsT>(value));
250 template <
typename ResponseMetadataT = ResponseMetadata>
252 m_responseMetadataHasBeenSet =
true;
253 m_responseMetadata = std::forward<ResponseMetadataT>(value);
255 template <
typename ResponseMetadataT = ResponseMetadata>
284 ResponseMetadata m_responseMetadata;
285 bool m_integrationArnHasBeenSet =
false;
286 bool m_integrationNameHasBeenSet =
false;
287 bool m_sourceArnHasBeenSet =
false;
288 bool m_targetArnHasBeenSet =
false;
289 bool m_statusHasBeenSet =
false;
290 bool m_errorsHasBeenSet =
false;
291 bool m_createTimeHasBeenSet =
false;
292 bool m_descriptionHasBeenSet =
false;
293 bool m_kMSKeyIdHasBeenSet =
false;
294 bool m_additionalEncryptionContextHasBeenSet =
false;
295 bool m_tagsHasBeenSet =
false;
296 bool m_responseMetadataHasBeenSet =
false;
void SetErrors(ErrorsT &&value)
AWS_REDSHIFT_API ModifyIntegrationResult()=default
ZeroETLIntegrationStatus GetStatus() const
ModifyIntegrationResult & WithIntegrationName(IntegrationNameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetAdditionalEncryptionContext() const
const Aws::String & GetIntegrationArn() const
ModifyIntegrationResult & WithTargetArn(TargetArnT &&value)
const Aws::String & GetSourceArn() const
ModifyIntegrationResult & WithStatus(ZeroETLIntegrationStatus value)
void SetTargetArn(TargetArnT &&value)
ModifyIntegrationResult & AddAdditionalEncryptionContext(AdditionalEncryptionContextKeyT &&key, AdditionalEncryptionContextValueT &&value)
AWS_REDSHIFT_API ModifyIntegrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetIntegrationArn(IntegrationArnT &&value)
ModifyIntegrationResult & AddErrors(ErrorsT &&value)
ModifyIntegrationResult & WithSourceArn(SourceArnT &&value)
ModifyIntegrationResult & AddTags(TagsT &&value)
void SetAdditionalEncryptionContext(AdditionalEncryptionContextT &&value)
const Aws::Vector< IntegrationError > & GetErrors() const
ModifyIntegrationResult & WithTags(TagsT &&value)
ModifyIntegrationResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
ModifyIntegrationResult & WithIntegrationArn(IntegrationArnT &&value)
const Aws::String & GetIntegrationName() const
const Aws::Utils::DateTime & GetCreateTime() const
void SetCreateTime(CreateTimeT &&value)
void SetKMSKeyId(KMSKeyIdT &&value)
void SetStatus(ZeroETLIntegrationStatus value)
const Aws::String & GetDescription() const
AWS_REDSHIFT_API ModifyIntegrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifyIntegrationResult & WithAdditionalEncryptionContext(AdditionalEncryptionContextT &&value)
ModifyIntegrationResult & WithErrors(ErrorsT &&value)
void SetSourceArn(SourceArnT &&value)
const Aws::String & GetKMSKeyId() const
const Aws::String & GetTargetArn() const
void SetIntegrationName(IntegrationNameT &&value)
ModifyIntegrationResult & WithDescription(DescriptionT &&value)
ModifyIntegrationResult & WithCreateTime(CreateTimeT &&value)
const ResponseMetadata & GetResponseMetadata() const
const Aws::Vector< Tag > & GetTags() const
ModifyIntegrationResult & WithKMSKeyId(KMSKeyIdT &&value)
void SetTags(TagsT &&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