7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.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>
55 inline void SetHsmConfigurationIdentifier(
const char* value) { m_hsmConfigurationIdentifierHasBeenSet =
true; m_hsmConfigurationIdentifier.assign(value); }
69 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
84 inline void SetHsmIpAddress(
const char* value) { m_hsmIpAddressHasBeenSet =
true; m_hsmIpAddress.assign(value); }
99 inline void SetHsmPartitionName(
const char* value) { m_hsmPartitionNameHasBeenSet =
true; m_hsmPartitionName.assign(value); }
121 bool m_hsmConfigurationIdentifierHasBeenSet =
false;
124 bool m_descriptionHasBeenSet =
false;
127 bool m_hsmIpAddressHasBeenSet =
false;
130 bool m_hsmPartitionNameHasBeenSet =
false;
133 bool m_tagsHasBeenSet =
false;
HsmConfiguration & WithTags(Aws::Vector< Tag > &&value)
HsmConfiguration & WithHsmConfigurationIdentifier(const char *value)
AWS_REDSHIFT_API HsmConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
HsmConfiguration & WithHsmIpAddress(const char *value)
AWS_REDSHIFT_API HsmConfiguration()
bool HsmConfigurationIdentifierHasBeenSet() const
HsmConfiguration & WithHsmConfigurationIdentifier(Aws::String &&value)
void SetHsmConfigurationIdentifier(const Aws::String &value)
void SetHsmIpAddress(Aws::String &&value)
HsmConfiguration & WithTags(const Aws::Vector< Tag > &value)
void SetDescription(const Aws::String &value)
void SetHsmPartitionName(const Aws::String &value)
bool HsmIpAddressHasBeenSet() const
void SetHsmPartitionName(Aws::String &&value)
void SetHsmIpAddress(const Aws::String &value)
HsmConfiguration & WithHsmIpAddress(Aws::String &&value)
const Aws::String & GetHsmPartitionName() const
void SetDescription(Aws::String &&value)
const Aws::String & GetHsmIpAddress() const
void SetTags(const Aws::Vector< Tag > &value)
HsmConfiguration & WithHsmPartitionName(Aws::String &&value)
HsmConfiguration & WithDescription(const char *value)
HsmConfiguration & AddTags(const Tag &value)
void SetHsmConfigurationIdentifier(const char *value)
bool TagsHasBeenSet() const
void SetHsmConfigurationIdentifier(Aws::String &&value)
HsmConfiguration & WithDescription(Aws::String &&value)
HsmConfiguration & AddTags(Tag &&value)
const Aws::String & GetDescription() const
AWS_REDSHIFT_API HsmConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
HsmConfiguration & WithHsmPartitionName(const Aws::String &value)
const Aws::String & GetHsmConfigurationIdentifier() const
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetHsmIpAddress(const char *value)
void SetTags(Aws::Vector< Tag > &&value)
const Aws::Vector< Tag > & GetTags() const
HsmConfiguration & WithHsmConfigurationIdentifier(const Aws::String &value)
bool HsmPartitionNameHasBeenSet() const
void SetDescription(const char *value)
HsmConfiguration & WithDescription(const Aws::String &value)
void SetHsmPartitionName(const char *value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
HsmConfiguration & WithHsmPartitionName(const char *value)
HsmConfiguration & WithHsmIpAddress(const Aws::String &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