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>
46 template <
typename HsmClientCertificateIdentifierT = Aws::String>
48 m_hsmClientCertificateIdentifierHasBeenSet =
true;
49 m_hsmClientCertificateIdentifier = std::forward<HsmClientCertificateIdentifierT>(value);
51 template <
typename HsmClientCertificateIdentifierT = Aws::String>
65 template <
typename HsmClientCertificatePublicKeyT = Aws::String>
67 m_hsmClientCertificatePublicKeyHasBeenSet =
true;
68 m_hsmClientCertificatePublicKey = std::forward<HsmClientCertificatePublicKeyT>(value);
70 template <
typename HsmClientCertificatePublicKeyT = Aws::String>
83 template <
typename TagsT = Aws::Vector<Tag>>
85 m_tagsHasBeenSet =
true;
86 m_tags = std::forward<TagsT>(value);
88 template <
typename TagsT = Aws::Vector<Tag>>
90 SetTags(std::forward<TagsT>(value));
93 template <
typename TagsT = Tag>
95 m_tagsHasBeenSet =
true;
96 m_tags.emplace_back(std::forward<TagsT>(value));
106 bool m_hsmClientCertificateIdentifierHasBeenSet =
false;
107 bool m_hsmClientCertificatePublicKeyHasBeenSet =
false;
108 bool m_tagsHasBeenSet =
false;
void SetHsmClientCertificateIdentifier(HsmClientCertificateIdentifierT &&value)
bool HsmClientCertificateIdentifierHasBeenSet() const
const Aws::String & GetHsmClientCertificateIdentifier() const
bool HsmClientCertificatePublicKeyHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetHsmClientCertificatePublicKey() const
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
HsmClientCertificate & AddTags(TagsT &&value)
HsmClientCertificate & WithHsmClientCertificateIdentifier(HsmClientCertificateIdentifierT &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool TagsHasBeenSet() const
void SetHsmClientCertificatePublicKey(HsmClientCertificatePublicKeyT &&value)
void SetTags(TagsT &&value)
AWS_REDSHIFT_API HsmClientCertificate()=default
HsmClientCertificate & WithHsmClientCertificatePublicKey(HsmClientCertificatePublicKeyT &&value)
AWS_REDSHIFT_API HsmClientCertificate(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_REDSHIFT_API HsmClientCertificate & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
HsmClientCertificate & WithTags(TagsT &&value)
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