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