7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
10#include <aws/redshift/model/ResponseMetadata.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename CustomDomainNameT = Aws::String>
38 m_customDomainNameHasBeenSet =
true;
39 m_customDomainName = std::forward<CustomDomainNameT>(value);
41 template <
typename CustomDomainNameT = Aws::String>
54 template <
typename CustomDomainCertificateArnT = Aws::String>
56 m_customDomainCertificateArnHasBeenSet =
true;
57 m_customDomainCertificateArn = std::forward<CustomDomainCertificateArnT>(value);
59 template <
typename CustomDomainCertificateArnT = Aws::String>
71 template <
typename ClusterIdentifierT = Aws::String>
73 m_clusterIdentifierHasBeenSet =
true;
74 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
76 template <
typename ClusterIdentifierT = Aws::String>
88 template <
typename CustomDomainCertExpiryTimeT = Aws::String>
90 m_customDomainCertExpiryTimeHasBeenSet =
true;
91 m_customDomainCertExpiryTime = std::forward<CustomDomainCertExpiryTimeT>(value);
93 template <
typename CustomDomainCertExpiryTimeT = Aws::String>
103 template <
typename ResponseMetadataT = ResponseMetadata>
105 m_responseMetadataHasBeenSet =
true;
106 m_responseMetadata = std::forward<ResponseMetadataT>(value);
108 template <
typename ResponseMetadataT = ResponseMetadata>
127 bool m_customDomainNameHasBeenSet =
false;
128 bool m_customDomainCertificateArnHasBeenSet =
false;
129 bool m_clusterIdentifierHasBeenSet =
false;
130 bool m_customDomainCertExpiryTimeHasBeenSet =
false;
131 bool m_responseMetadataHasBeenSet =
false;
CreateCustomDomainAssociationResult & WithClusterIdentifier(ClusterIdentifierT &&value)
CreateCustomDomainAssociationResult & WithCustomDomainCertExpiryTime(CustomDomainCertExpiryTimeT &&value)
const Aws::String & GetCustomDomainCertificateArn() const
void SetClusterIdentifier(ClusterIdentifierT &&value)
void SetCustomDomainName(CustomDomainNameT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
const ResponseMetadata & GetResponseMetadata() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateCustomDomainAssociationResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_REDSHIFT_API CreateCustomDomainAssociationResult()=default
CreateCustomDomainAssociationResult & WithCustomDomainName(CustomDomainNameT &&value)
CreateCustomDomainAssociationResult & WithCustomDomainCertificateArn(CustomDomainCertificateArnT &&value)
const Aws::String & GetClusterIdentifier() const
void SetCustomDomainCertExpiryTime(CustomDomainCertExpiryTimeT &&value)
AWS_REDSHIFT_API CreateCustomDomainAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_REDSHIFT_API CreateCustomDomainAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetCustomDomainName() const
void SetCustomDomainCertificateArn(CustomDomainCertificateArnT &&value)
const Aws::String & GetCustomDomainCertExpiryTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument