7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
20namespace RedshiftServerless {
42 template <
typename CustomDomainCertificateArnT = Aws::String>
44 m_customDomainCertificateArnHasBeenSet =
true;
45 m_customDomainCertificateArn = std::forward<CustomDomainCertificateArnT>(value);
47 template <
typename CustomDomainCertificateArnT = Aws::String>
60 template <
typename CustomDomainCertificateExpiryTimeT = Aws::Utils::DateTime>
62 m_customDomainCertificateExpiryTimeHasBeenSet =
true;
63 m_customDomainCertificateExpiryTime = std::forward<CustomDomainCertificateExpiryTimeT>(value);
65 template <
typename CustomDomainCertificateExpiryTimeT = Aws::Utils::DateTime>
78 template <
typename CustomDomainNameT = Aws::String>
80 m_customDomainNameHasBeenSet =
true;
81 m_customDomainName = std::forward<CustomDomainNameT>(value);
83 template <
typename CustomDomainNameT = Aws::String>
96 template <
typename WorkgroupNameT = Aws::String>
98 m_workgroupNameHasBeenSet =
true;
99 m_workgroupName = std::forward<WorkgroupNameT>(value);
101 template <
typename WorkgroupNameT = Aws::String>
115 bool m_customDomainCertificateArnHasBeenSet =
false;
116 bool m_customDomainCertificateExpiryTimeHasBeenSet =
false;
117 bool m_customDomainNameHasBeenSet =
false;
118 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