7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/redshift/RedshiftRequest.h>
11#include <aws/redshift/Redshift_EXPORTS.h>
12#include <aws/redshift/model/Tag.h>
45 template <
typename SourceArnT = Aws::String>
47 m_sourceArnHasBeenSet =
true;
48 m_sourceArn = std::forward<SourceArnT>(value);
50 template <
typename SourceArnT = Aws::String>
64 template <
typename TargetArnT = Aws::String>
66 m_targetArnHasBeenSet =
true;
67 m_targetArn = std::forward<TargetArnT>(value);
69 template <
typename TargetArnT = Aws::String>
82 template <
typename IntegrationNameT = Aws::String>
84 m_integrationNameHasBeenSet =
true;
85 m_integrationName = std::forward<IntegrationNameT>(value);
87 template <
typename IntegrationNameT = Aws::String>
102 template <
typename KMSKeyIdT = Aws::String>
104 m_kMSKeyIdHasBeenSet =
true;
105 m_kMSKeyId = std::forward<KMSKeyIdT>(value);
107 template <
typename KMSKeyIdT = Aws::String>
120 template <
typename TagListT = Aws::Vector<Tag>>
122 m_tagListHasBeenSet =
true;
123 m_tagList = std::forward<TagListT>(value);
125 template <
typename TagListT = Aws::Vector<Tag>>
130 template <
typename TagListT = Tag>
132 m_tagListHasBeenSet =
true;
133 m_tagList.emplace_back(std::forward<TagListT>(value));
149 template <
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
151 m_additionalEncryptionContextHasBeenSet =
true;
152 m_additionalEncryptionContext = std::forward<AdditionalEncryptionContextT>(value);
154 template <
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
159 template <
typename AdditionalEncryptionContextKeyT = Aws::String,
typename AdditionalEncryptionContextValueT = Aws::String>
161 AdditionalEncryptionContextValueT&& value) {
162 m_additionalEncryptionContextHasBeenSet =
true;
163 m_additionalEncryptionContext.emplace(std::forward<AdditionalEncryptionContextKeyT>(key),
164 std::forward<AdditionalEncryptionContextValueT>(value));
175 template <
typename DescriptionT = Aws::String>
177 m_descriptionHasBeenSet =
true;
178 m_description = std::forward<DescriptionT>(value);
180 template <
typename DescriptionT = Aws::String>
200 bool m_sourceArnHasBeenSet =
false;
201 bool m_targetArnHasBeenSet =
false;
202 bool m_integrationNameHasBeenSet =
false;
203 bool m_kMSKeyIdHasBeenSet =
false;
204 bool m_tagListHasBeenSet =
false;
205 bool m_additionalEncryptionContextHasBeenSet =
false;
206 bool m_descriptionHasBeenSet =
false;
void SetAdditionalEncryptionContext(AdditionalEncryptionContextT &&value)
bool IntegrationNameHasBeenSet() const
bool KMSKeyIdHasBeenSet() const
CreateIntegrationRequest & AddTagList(TagListT &&value)
CreateIntegrationRequest & WithDescription(DescriptionT &&value)
bool SourceArnHasBeenSet() const
void SetIntegrationName(IntegrationNameT &&value)
const Aws::String & GetTargetArn() const
const Aws::String & GetSourceArn() const
const Aws::Vector< Tag > & GetTagList() const
const Aws::String & GetIntegrationName() const
const Aws::String & GetKMSKeyId() const
AWS_REDSHIFT_API Aws::String SerializePayload() const override
bool TagListHasBeenSet() const
const Aws::String & GetDescription() const
CreateIntegrationRequest & WithAdditionalEncryptionContext(AdditionalEncryptionContextT &&value)
CreateIntegrationRequest & WithKMSKeyId(KMSKeyIdT &&value)
AWS_REDSHIFT_API CreateIntegrationRequest()=default
CreateIntegrationRequest & WithIntegrationName(IntegrationNameT &&value)
CreateIntegrationRequest & AddAdditionalEncryptionContext(AdditionalEncryptionContextKeyT &&key, AdditionalEncryptionContextValueT &&value)
bool TargetArnHasBeenSet() const
bool AdditionalEncryptionContextHasBeenSet() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetDescription(DescriptionT &&value)
CreateIntegrationRequest & WithSourceArn(SourceArnT &&value)
bool DescriptionHasBeenSet() const
void SetKMSKeyId(KMSKeyIdT &&value)
void SetSourceArn(SourceArnT &&value)
const Aws::Map< Aws::String, Aws::String > & GetAdditionalEncryptionContext() const
void SetTargetArn(TargetArnT &&value)
virtual const char * GetServiceRequestName() const override
CreateIntegrationRequest & WithTargetArn(TargetArnT &&value)
void SetTagList(TagListT &&value)
CreateIntegrationRequest & WithTagList(TagListT &&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