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 ClusterIdentifierT = Aws::String>
46 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
47 template<
typename ClusterIdentifierT = Aws::String>
57 template<
typename CustomDomainNameT = Aws::String>
58 void SetCustomDomainName(CustomDomainNameT&& value) { m_customDomainNameHasBeenSet =
true; m_customDomainName = std::forward<CustomDomainNameT>(value); }
59 template<
typename CustomDomainNameT = Aws::String>
65 bool m_clusterIdentifierHasBeenSet =
false;
68 bool m_customDomainNameHasBeenSet =
false;
const Aws::String & GetClusterIdentifier() const
DeleteCustomDomainAssociationRequest & WithCustomDomainName(CustomDomainNameT &&value)
bool CustomDomainNameHasBeenSet() const
DeleteCustomDomainAssociationRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
void SetClusterIdentifier(ClusterIdentifierT &&value)
const Aws::String & GetCustomDomainName() const
virtual const char * GetServiceRequestName() const override
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_REDSHIFT_API DeleteCustomDomainAssociationRequest()=default
void SetCustomDomainName(CustomDomainNameT &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
bool ClusterIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String