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/redshift/model/Tag.h>
51 template<
typename HsmConfigurationIdentifierT = Aws::String>
52 void SetHsmConfigurationIdentifier(HsmConfigurationIdentifierT&& value) { m_hsmConfigurationIdentifierHasBeenSet =
true; m_hsmConfigurationIdentifier = std::forward<HsmConfigurationIdentifierT>(value); }
53 template<
typename HsmConfigurationIdentifierT = Aws::String>
63 template<
typename DescriptionT = Aws::String>
64 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
65 template<
typename DescriptionT = Aws::String>
76 template<
typename HsmIpAddressT = Aws::String>
77 void SetHsmIpAddress(HsmIpAddressT&& value) { m_hsmIpAddressHasBeenSet =
true; m_hsmIpAddress = std::forward<HsmIpAddressT>(value); }
78 template<
typename HsmIpAddressT = Aws::String>
89 template<
typename HsmPartitionNameT = Aws::String>
90 void SetHsmPartitionName(HsmPartitionNameT&& value) { m_hsmPartitionNameHasBeenSet =
true; m_hsmPartitionName = std::forward<HsmPartitionNameT>(value); }
91 template<
typename HsmPartitionNameT = Aws::String>
101 template<
typename HsmPartitionPasswordT = Aws::String>
102 void SetHsmPartitionPassword(HsmPartitionPasswordT&& value) { m_hsmPartitionPasswordHasBeenSet =
true; m_hsmPartitionPassword = std::forward<HsmPartitionPasswordT>(value); }
103 template<
typename HsmPartitionPasswordT = Aws::String>
114 template<
typename HsmServerPublicCertificateT = Aws::String>
115 void SetHsmServerPublicCertificate(HsmServerPublicCertificateT&& value) { m_hsmServerPublicCertificateHasBeenSet =
true; m_hsmServerPublicCertificate = std::forward<HsmServerPublicCertificateT>(value); }
116 template<
typename HsmServerPublicCertificateT = Aws::String>
126 template<
typename TagsT = Aws::Vector<Tag>>
127 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
128 template<
typename TagsT = Aws::Vector<Tag>>
130 template<
typename TagsT = Tag>
136 bool m_hsmConfigurationIdentifierHasBeenSet =
false;
139 bool m_descriptionHasBeenSet =
false;
142 bool m_hsmIpAddressHasBeenSet =
false;
145 bool m_hsmPartitionNameHasBeenSet =
false;
148 bool m_hsmPartitionPasswordHasBeenSet =
false;
151 bool m_hsmServerPublicCertificateHasBeenSet =
false;
154 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