7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.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 TagsT = Aws::Vector<Tag>>
123 m_tagsHasBeenSet =
true;
124 m_tags = std::forward<TagsT>(value);
126 template <
typename TagsT = Aws::Vector<Tag>>
128 SetTags(std::forward<TagsT>(value));
131 template <
typename TagsT = Tag>
133 m_tagsHasBeenSet =
true;
134 m_tags.emplace_back(std::forward<TagsT>(value));
148 bool m_hsmConfigurationIdentifierHasBeenSet =
false;
149 bool m_descriptionHasBeenSet =
false;
150 bool m_hsmIpAddressHasBeenSet =
false;
151 bool m_hsmPartitionNameHasBeenSet =
false;
152 bool m_tagsHasBeenSet =
false;
AWS_REDSHIFT_API HsmConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetHsmPartitionName(HsmPartitionNameT &&value)
bool HsmConfigurationIdentifierHasBeenSet() const
bool HsmIpAddressHasBeenSet() const
AWS_REDSHIFT_API HsmConfiguration()=default
const Aws::String & GetHsmPartitionName() const
const Aws::String & GetHsmIpAddress() const
HsmConfiguration & WithHsmPartitionName(HsmPartitionNameT &&value)
bool TagsHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetHsmIpAddress(HsmIpAddressT &&value)
HsmConfiguration & WithDescription(DescriptionT &&value)
HsmConfiguration & AddTags(TagsT &&value)
const Aws::String & GetDescription() const
AWS_REDSHIFT_API HsmConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
HsmConfiguration & WithTags(TagsT &&value)
const Aws::String & GetHsmConfigurationIdentifier() const
HsmConfiguration & WithHsmConfigurationIdentifier(HsmConfigurationIdentifierT &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::Vector< Tag > & GetTags() const
HsmConfiguration & WithHsmIpAddress(HsmIpAddressT &&value)
bool HsmPartitionNameHasBeenSet() const
void SetTags(TagsT &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetHsmConfigurationIdentifier(HsmConfigurationIdentifierT &&value)
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream