7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/redshift/RedshiftRequest.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
11#include <aws/redshift/model/Tag.h>
47 template <
typename HsmConfigurationIdentifierT = Aws::String>
49 m_hsmConfigurationIdentifierHasBeenSet =
true;
50 m_hsmConfigurationIdentifier = std::forward<HsmConfigurationIdentifierT>(value);
52 template <
typename HsmConfigurationIdentifierT = Aws::String>
65 template <
typename DescriptionT = Aws::String>
67 m_descriptionHasBeenSet =
true;
68 m_description = std::forward<DescriptionT>(value);
70 template <
typename DescriptionT = Aws::String>
84 template <
typename HsmIpAddressT = Aws::String>
86 m_hsmIpAddressHasBeenSet =
true;
87 m_hsmIpAddress = std::forward<HsmIpAddressT>(value);
89 template <
typename HsmIpAddressT = Aws::String>
103 template <
typename HsmPartitionNameT = Aws::String>
105 m_hsmPartitionNameHasBeenSet =
true;
106 m_hsmPartitionName = std::forward<HsmPartitionNameT>(value);
108 template <
typename HsmPartitionNameT = Aws::String>
121 template <
typename HsmPartitionPasswordT = Aws::String>
123 m_hsmPartitionPasswordHasBeenSet =
true;
124 m_hsmPartitionPassword = std::forward<HsmPartitionPasswordT>(value);
126 template <
typename HsmPartitionPasswordT = Aws::String>
140 template <
typename HsmServerPublicCertificateT = Aws::String>
142 m_hsmServerPublicCertificateHasBeenSet =
true;
143 m_hsmServerPublicCertificate = std::forward<HsmServerPublicCertificateT>(value);
145 template <
typename HsmServerPublicCertificateT = Aws::String>
158 template <
typename TagsT = Aws::Vector<Tag>>
160 m_tagsHasBeenSet =
true;
161 m_tags = std::forward<TagsT>(value);
163 template <
typename TagsT = Aws::Vector<Tag>>
165 SetTags(std::forward<TagsT>(value));
168 template <
typename TagsT = Tag>
170 m_tagsHasBeenSet =
true;
171 m_tags.emplace_back(std::forward<TagsT>(value));
189 bool m_hsmConfigurationIdentifierHasBeenSet =
false;
190 bool m_descriptionHasBeenSet =
false;
191 bool m_hsmIpAddressHasBeenSet =
false;
192 bool m_hsmPartitionNameHasBeenSet =
false;
193 bool m_hsmPartitionPasswordHasBeenSet =
false;
194 bool m_hsmServerPublicCertificateHasBeenSet =
false;
195 bool m_tagsHasBeenSet =
false;
const Aws::String & GetHsmServerPublicCertificate() const
AWS_REDSHIFT_API CreateHsmConfigurationRequest()=default
CreateHsmConfigurationRequest & WithHsmIpAddress(HsmIpAddressT &&value)
bool HsmServerPublicCertificateHasBeenSet() const
bool HsmIpAddressHasBeenSet() const
CreateHsmConfigurationRequest & WithHsmServerPublicCertificate(HsmServerPublicCertificateT &&value)
CreateHsmConfigurationRequest & WithHsmConfigurationIdentifier(HsmConfigurationIdentifierT &&value)
void SetHsmServerPublicCertificate(HsmServerPublicCertificateT &&value)
const Aws::String & GetHsmPartitionName() const
CreateHsmConfigurationRequest & WithHsmPartitionName(HsmPartitionNameT &&value)
CreateHsmConfigurationRequest & WithHsmPartitionPassword(HsmPartitionPasswordT &&value)
const Aws::String & GetHsmConfigurationIdentifier() const
void SetTags(TagsT &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
bool TagsHasBeenSet() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
bool HsmPartitionPasswordHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::Vector< Tag > & GetTags() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetHsmPartitionPassword() const
void SetHsmIpAddress(HsmIpAddressT &&value)
CreateHsmConfigurationRequest & AddTags(TagsT &&value)
const Aws::String & GetHsmIpAddress() const
void SetHsmPartitionPassword(HsmPartitionPasswordT &&value)
CreateHsmConfigurationRequest & WithTags(TagsT &&value)
bool HsmConfigurationIdentifierHasBeenSet() const
CreateHsmConfigurationRequest & WithDescription(DescriptionT &&value)
void SetHsmPartitionName(HsmPartitionNameT &&value)
bool HsmPartitionNameHasBeenSet() const
void SetHsmConfigurationIdentifier(HsmConfigurationIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector