7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace RedshiftServerless {
37 template <
typename CustomDomainCertificateArnT = Aws::String>
39 m_customDomainCertificateArnHasBeenSet =
true;
40 m_customDomainCertificateArn = std::forward<CustomDomainCertificateArnT>(value);
42 template <
typename CustomDomainCertificateArnT = Aws::String>
54 template <
typename CustomDomainCertificateExpiryTimeT = Aws::Utils::DateTime>
56 m_customDomainCertificateExpiryTimeHasBeenSet =
true;
57 m_customDomainCertificateExpiryTime = std::forward<CustomDomainCertificateExpiryTimeT>(value);
59 template <
typename CustomDomainCertificateExpiryTimeT = Aws::Utils::DateTime>
71 template <
typename CustomDomainNameT = Aws::String>
73 m_customDomainNameHasBeenSet =
true;
74 m_customDomainName = std::forward<CustomDomainNameT>(value);
76 template <
typename CustomDomainNameT = Aws::String>
88 template <
typename WorkgroupNameT = Aws::String>
90 m_workgroupNameHasBeenSet =
true;
91 m_workgroupName = std::forward<WorkgroupNameT>(value);
93 template <
typename WorkgroupNameT = Aws::String>
103 template <
typename RequestIdT = Aws::String>
105 m_requestIdHasBeenSet =
true;
106 m_requestId = std::forward<RequestIdT>(value);
108 template <
typename RequestIdT = Aws::String>
127 bool m_customDomainCertificateArnHasBeenSet =
false;
128 bool m_customDomainCertificateExpiryTimeHasBeenSet =
false;
129 bool m_customDomainNameHasBeenSet =
false;
130 bool m_workgroupNameHasBeenSet =
false;
131 bool m_requestIdHasBeenSet =
false;
AWS_REDSHIFTSERVERLESS_API GetCustomDomainAssociationResult()=default
void SetWorkgroupName(WorkgroupNameT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetCustomDomainName() const
const Aws::String & GetCustomDomainCertificateArn() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetWorkgroupName() const
GetCustomDomainAssociationResult & WithRequestId(RequestIdT &&value)
AWS_REDSHIFTSERVERLESS_API GetCustomDomainAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCustomDomainCertificateExpiryTime(CustomDomainCertificateExpiryTimeT &&value)
GetCustomDomainAssociationResult & WithWorkgroupName(WorkgroupNameT &&value)
void SetCustomDomainName(CustomDomainNameT &&value)
GetCustomDomainAssociationResult & WithCustomDomainCertificateExpiryTime(CustomDomainCertificateExpiryTimeT &&value)
void SetCustomDomainCertificateArn(CustomDomainCertificateArnT &&value)
const Aws::String & GetRequestId() const
GetCustomDomainAssociationResult & WithCustomDomainCertificateArn(CustomDomainCertificateArnT &&value)
const Aws::Utils::DateTime & GetCustomDomainCertificateExpiryTime() const
AWS_REDSHIFTSERVERLESS_API GetCustomDomainAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetCustomDomainAssociationResult & WithCustomDomainName(CustomDomainNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue