7#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace RedshiftServerless
48 template<
typename CustomDomainCertificateArnT = Aws::String>
49 void SetCustomDomainCertificateArn(CustomDomainCertificateArnT&& value) { m_customDomainCertificateArnHasBeenSet =
true; m_customDomainCertificateArn = std::forward<CustomDomainCertificateArnT>(value); }
50 template<
typename CustomDomainCertificateArnT = Aws::String>
60 template<
typename CustomDomainCertificateExpiryTimeT = Aws::Utils::DateTime>
61 void SetCustomDomainCertificateExpiryTime(CustomDomainCertificateExpiryTimeT&& value) { m_customDomainCertificateExpiryTimeHasBeenSet =
true; m_customDomainCertificateExpiryTime = std::forward<CustomDomainCertificateExpiryTimeT>(value); }
62 template<
typename CustomDomainCertificateExpiryTimeT = Aws::Utils::DateTime>
72 template<
typename CustomDomainNameT = Aws::String>
73 void SetCustomDomainName(CustomDomainNameT&& value) { m_customDomainNameHasBeenSet =
true; m_customDomainName = std::forward<CustomDomainNameT>(value); }
74 template<
typename CustomDomainNameT = Aws::String>
84 template<
typename WorkgroupNameT = Aws::String>
85 void SetWorkgroupName(WorkgroupNameT&& value) { m_workgroupNameHasBeenSet =
true; m_workgroupName = std::forward<WorkgroupNameT>(value); }
86 template<
typename WorkgroupNameT = Aws::String>
92 bool m_customDomainCertificateArnHasBeenSet =
false;
95 bool m_customDomainCertificateExpiryTimeHasBeenSet =
false;
98 bool m_customDomainNameHasBeenSet =
false;
101 bool m_workgroupNameHasBeenSet =
false;
const Aws::String & GetWorkgroupName() const
const Aws::String & GetCustomDomainName() const
void SetWorkgroupName(WorkgroupNameT &&value)
Association & WithCustomDomainName(CustomDomainNameT &&value)
bool CustomDomainCertificateExpiryTimeHasBeenSet() const
Association & WithWorkgroupName(WorkgroupNameT &&value)
AWS_REDSHIFTSERVERLESS_API Association & operator=(Aws::Utils::Json::JsonView jsonValue)
Association & WithCustomDomainCertificateArn(CustomDomainCertificateArnT &&value)
const Aws::Utils::DateTime & GetCustomDomainCertificateExpiryTime() const
void SetCustomDomainName(CustomDomainNameT &&value)
void SetCustomDomainCertificateExpiryTime(CustomDomainCertificateExpiryTimeT &&value)
AWS_REDSHIFTSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
bool CustomDomainNameHasBeenSet() const
AWS_REDSHIFTSERVERLESS_API Association()=default
const Aws::String & GetCustomDomainCertificateArn() const
AWS_REDSHIFTSERVERLESS_API Association(Aws::Utils::Json::JsonView jsonValue)
bool CustomDomainCertificateArnHasBeenSet() const
void SetCustomDomainCertificateArn(CustomDomainCertificateArnT &&value)
bool WorkgroupNameHasBeenSet() const
Association & WithCustomDomainCertificateExpiryTime(CustomDomainCertificateExpiryTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue