7#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
8#include <aws/redshift-serverless/RedshiftServerlessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace RedshiftServerless
43 template<
typename CustomDomainNameT = Aws::String>
44 void SetCustomDomainName(CustomDomainNameT&& value) { m_customDomainNameHasBeenSet =
true; m_customDomainName = std::forward<CustomDomainNameT>(value); }
45 template<
typename CustomDomainNameT = Aws::String>
55 template<
typename WorkgroupNameT = Aws::String>
56 void SetWorkgroupName(WorkgroupNameT&& value) { m_workgroupNameHasBeenSet =
true; m_workgroupName = std::forward<WorkgroupNameT>(value); }
57 template<
typename WorkgroupNameT = Aws::String>
63 bool m_customDomainNameHasBeenSet =
false;
66 bool m_workgroupNameHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetCustomDomainName(CustomDomainNameT &&value)
DeleteCustomDomainAssociationRequest & WithWorkgroupName(WorkgroupNameT &&value)
bool WorkgroupNameHasBeenSet() const
AWS_REDSHIFTSERVERLESS_API DeleteCustomDomainAssociationRequest()=default
AWS_REDSHIFTSERVERLESS_API Aws::String SerializePayload() const override
DeleteCustomDomainAssociationRequest & WithCustomDomainName(CustomDomainNameT &&value)
void SetWorkgroupName(WorkgroupNameT &&value)
const Aws::String & GetWorkgroupName() const
bool CustomDomainNameHasBeenSet() const
const Aws::String & GetCustomDomainName() const
AWS_REDSHIFTSERVERLESS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String