7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/redshift/model/Tag.h>
49 template<
typename SourceArnT = Aws::String>
50 void SetSourceArn(SourceArnT&& value) { m_sourceArnHasBeenSet =
true; m_sourceArn = std::forward<SourceArnT>(value); }
51 template<
typename SourceArnT = Aws::String>
62 template<
typename TargetArnT = Aws::String>
63 void SetTargetArn(TargetArnT&& value) { m_targetArnHasBeenSet =
true; m_targetArn = std::forward<TargetArnT>(value); }
64 template<
typename TargetArnT = Aws::String>
74 template<
typename IntegrationNameT = Aws::String>
75 void SetIntegrationName(IntegrationNameT&& value) { m_integrationNameHasBeenSet =
true; m_integrationName = std::forward<IntegrationNameT>(value); }
76 template<
typename IntegrationNameT = Aws::String>
88 template<
typename KMSKeyIdT = Aws::String>
89 void SetKMSKeyId(KMSKeyIdT&& value) { m_kMSKeyIdHasBeenSet =
true; m_kMSKeyId = std::forward<KMSKeyIdT>(value); }
90 template<
typename KMSKeyIdT = Aws::String>
100 template<
typename TagListT = Aws::Vector<Tag>>
101 void SetTagList(TagListT&& value) { m_tagListHasBeenSet =
true; m_tagList = std::forward<TagListT>(value); }
102 template<
typename TagListT = Aws::Vector<Tag>>
104 template<
typename TagListT = Tag>
119 template<
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
120 void SetAdditionalEncryptionContext(AdditionalEncryptionContextT&& value) { m_additionalEncryptionContextHasBeenSet =
true; m_additionalEncryptionContext = std::forward<AdditionalEncryptionContextT>(value); }
121 template<
typename AdditionalEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
123 template<
typename AdditionalEncryptionContextKeyT = Aws::String,
typename AdditionalEncryptionContextValueT = Aws::String>
125 m_additionalEncryptionContextHasBeenSet =
true; m_additionalEncryptionContext.emplace(std::forward<AdditionalEncryptionContextKeyT>(key), std::forward<AdditionalEncryptionContextValueT>(value));
return *
this;
135 template<
typename DescriptionT = Aws::String>
136 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
137 template<
typename DescriptionT = Aws::String>
143 bool m_sourceArnHasBeenSet =
false;
146 bool m_targetArnHasBeenSet =
false;
149 bool m_integrationNameHasBeenSet =
false;
152 bool m_kMSKeyIdHasBeenSet =
false;
155 bool m_tagListHasBeenSet =
false;
158 bool m_additionalEncryptionContextHasBeenSet =
false;
161 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