7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename CustomDomainNameT = Aws::String>
46 void SetCustomDomainName(CustomDomainNameT&& value) { m_customDomainNameHasBeenSet =
true; m_customDomainName = std::forward<CustomDomainNameT>(value); }
47 template<
typename CustomDomainNameT = Aws::String>
58 template<
typename CustomDomainCertificateArnT = Aws::String>
59 void SetCustomDomainCertificateArn(CustomDomainCertificateArnT&& value) { m_customDomainCertificateArnHasBeenSet =
true; m_customDomainCertificateArn = std::forward<CustomDomainCertificateArnT>(value); }
60 template<
typename CustomDomainCertificateArnT = Aws::String>
70 template<
typename ClusterIdentifierT = Aws::String>
71 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
72 template<
typename ClusterIdentifierT = Aws::String>
78 bool m_customDomainNameHasBeenSet =
false;
81 bool m_customDomainCertificateArnHasBeenSet =
false;
84 bool m_clusterIdentifierHasBeenSet =
false;
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetClusterIdentifier(ClusterIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetCustomDomainCertificateArn() const
CreateCustomDomainAssociationRequest & WithCustomDomainCertificateArn(CustomDomainCertificateArnT &&value)
CreateCustomDomainAssociationRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
AWS_REDSHIFT_API CreateCustomDomainAssociationRequest()=default
AWS_REDSHIFT_API Aws::String SerializePayload() const override
const Aws::String & GetCustomDomainName() const
const Aws::String & GetClusterIdentifier() const
bool CustomDomainCertificateArnHasBeenSet() const
void SetCustomDomainCertificateArn(CustomDomainCertificateArnT &&value)
void SetCustomDomainName(CustomDomainNameT &&value)
CreateCustomDomainAssociationRequest & WithCustomDomainName(CustomDomainNameT &&value)
bool CustomDomainNameHasBeenSet() const
bool ClusterIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String