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>
49 template<
typename CustomDomainNameT = Aws::String>
50 void SetCustomDomainName(CustomDomainNameT&& value) { m_customDomainNameHasBeenSet =
true; m_customDomainName = std::forward<CustomDomainNameT>(value); }
51 template<
typename CustomDomainNameT = Aws::String>
61 template<
typename ClusterIdentifierT = Aws::String>
62 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
63 template<
typename ClusterIdentifierT = Aws::String>
69 bool m_customDomainNameHasBeenSet =
false;
72 bool m_clusterIdentifierHasBeenSet =
false;
bool CustomDomainNameHasBeenSet() const
const Aws::String & GetClusterIdentifier() const
AWS_REDSHIFT_API CertificateAssociation()=default
void SetClusterIdentifier(ClusterIdentifierT &&value)
void SetCustomDomainName(CustomDomainNameT &&value)
AWS_REDSHIFT_API CertificateAssociation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetCustomDomainName() const
CertificateAssociation & WithCustomDomainName(CustomDomainNameT &&value)
bool ClusterIdentifierHasBeenSet() const
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
CertificateAssociation & WithClusterIdentifier(ClusterIdentifierT &&value)
AWS_REDSHIFT_API CertificateAssociation(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream