7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
41 template <
typename CustomDomainNameT = Aws::String>
43 m_customDomainNameHasBeenSet =
true;
44 m_customDomainName = std::forward<CustomDomainNameT>(value);
46 template <
typename CustomDomainNameT = Aws::String>
60 template <
typename CustomDomainCertificateArnT = Aws::String>
62 m_customDomainCertificateArnHasBeenSet =
true;
63 m_customDomainCertificateArn = std::forward<CustomDomainCertificateArnT>(value);
65 template <
typename CustomDomainCertificateArnT = Aws::String>
78 template <
typename ClusterIdentifierT = Aws::String>
80 m_clusterIdentifierHasBeenSet =
true;
81 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
83 template <
typename ClusterIdentifierT = Aws::String>
95 bool m_customDomainNameHasBeenSet =
false;
96 bool m_customDomainCertificateArnHasBeenSet =
false;
97 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