7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace RedshiftServerless {
36 template <
typename CustomDomainCertificateArnT = Aws::String>
38 m_customDomainCertificateArnHasBeenSet =
true;
39 m_customDomainCertificateArn = std::forward<CustomDomainCertificateArnT>(value);
41 template <
typename CustomDomainCertificateArnT = Aws::String>
53 template <
typename CustomDomainCertificateExpiryTimeT = Aws::Utils::DateTime>
55 m_customDomainCertificateExpiryTimeHasBeenSet =
true;
56 m_customDomainCertificateExpiryTime = std::forward<CustomDomainCertificateExpiryTimeT>(value);
58 template <
typename CustomDomainCertificateExpiryTimeT = Aws::Utils::DateTime>
70 template <
typename CustomDomainNameT = Aws::String>
72 m_customDomainNameHasBeenSet =
true;
73 m_customDomainName = std::forward<CustomDomainNameT>(value);
75 template <
typename CustomDomainNameT = Aws::String>
87 template <
typename WorkgroupNameT = Aws::String>
89 m_workgroupNameHasBeenSet =
true;
90 m_workgroupName = std::forward<WorkgroupNameT>(value);
92 template <
typename WorkgroupNameT = Aws::String>
102 template <
typename RequestIdT = Aws::String>
104 m_requestIdHasBeenSet =
true;
105 m_requestId = std::forward<RequestIdT>(value);
107 template <
typename RequestIdT = Aws::String>
123 bool m_customDomainCertificateArnHasBeenSet =
false;
124 bool m_customDomainCertificateExpiryTimeHasBeenSet =
false;
125 bool m_customDomainNameHasBeenSet =
false;
126 bool m_workgroupNameHasBeenSet =
false;
127 bool m_requestIdHasBeenSet =
false;
void SetCustomDomainCertificateExpiryTime(CustomDomainCertificateExpiryTimeT &&value)
UpdateCustomDomainAssociationResult & WithWorkgroupName(WorkgroupNameT &&value)
AWS_REDSHIFTSERVERLESS_API UpdateCustomDomainAssociationResult()=default
void SetCustomDomainCertificateArn(CustomDomainCertificateArnT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
UpdateCustomDomainAssociationResult & WithCustomDomainCertificateExpiryTime(CustomDomainCertificateExpiryTimeT &&value)
void SetCustomDomainName(CustomDomainNameT &&value)
const Aws::Utils::DateTime & GetCustomDomainCertificateExpiryTime() const
UpdateCustomDomainAssociationResult & WithRequestId(RequestIdT &&value)
AWS_REDSHIFTSERVERLESS_API UpdateCustomDomainAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetCustomDomainName() const
const Aws::String & GetCustomDomainCertificateArn() const
void SetWorkgroupName(WorkgroupNameT &&value)
const Aws::String & GetWorkgroupName() const
UpdateCustomDomainAssociationResult & WithCustomDomainCertificateArn(CustomDomainCertificateArnT &&value)
UpdateCustomDomainAssociationResult & WithCustomDomainName(CustomDomainNameT &&value)
AWS_REDSHIFTSERVERLESS_API UpdateCustomDomainAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue