7#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace RedshiftServerless
41 template<
typename CustomDomainCertificateArnT = Aws::String>
42 void SetCustomDomainCertificateArn(CustomDomainCertificateArnT&& value) { m_customDomainCertificateArnHasBeenSet =
true; m_customDomainCertificateArn = std::forward<CustomDomainCertificateArnT>(value); }
43 template<
typename CustomDomainCertificateArnT = Aws::String>
52 template<
typename CustomDomainCertificateExpiryTimeT = Aws::Utils::DateTime>
53 void SetCustomDomainCertificateExpiryTime(CustomDomainCertificateExpiryTimeT&& value) { m_customDomainCertificateExpiryTimeHasBeenSet =
true; m_customDomainCertificateExpiryTime = std::forward<CustomDomainCertificateExpiryTimeT>(value); }
54 template<
typename CustomDomainCertificateExpiryTimeT = Aws::Utils::DateTime>
63 template<
typename CustomDomainNameT = Aws::String>
64 void SetCustomDomainName(CustomDomainNameT&& value) { m_customDomainNameHasBeenSet =
true; m_customDomainName = std::forward<CustomDomainNameT>(value); }
65 template<
typename CustomDomainNameT = Aws::String>
74 template<
typename WorkgroupNameT = Aws::String>
75 void SetWorkgroupName(WorkgroupNameT&& value) { m_workgroupNameHasBeenSet =
true; m_workgroupName = std::forward<WorkgroupNameT>(value); }
76 template<
typename WorkgroupNameT = Aws::String>
83 template<
typename RequestIdT = Aws::String>
84 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
85 template<
typename RequestIdT = Aws::String>
91 bool m_customDomainCertificateArnHasBeenSet =
false;
94 bool m_customDomainCertificateExpiryTimeHasBeenSet =
false;
97 bool m_customDomainNameHasBeenSet =
false;
100 bool m_workgroupNameHasBeenSet =
false;
103 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
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