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;
37 template <
typename CustomDomainNameT = Aws::String>
39 m_customDomainNameHasBeenSet =
true;
40 m_customDomainName = std::forward<CustomDomainNameT>(value);
42 template <
typename CustomDomainNameT = Aws::String>
55 template <
typename CustomDomainCertificateArnT = Aws::String>
57 m_customDomainCertificateArnHasBeenSet =
true;
58 m_customDomainCertificateArn = std::forward<CustomDomainCertificateArnT>(value);
60 template <
typename CustomDomainCertificateArnT = Aws::String>
73 template <
typename ClusterIdentifierT = Aws::String>
75 m_clusterIdentifierHasBeenSet =
true;
76 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
78 template <
typename ClusterIdentifierT = Aws::String>
91 template <
typename CustomDomainCertExpiryTimeT = Aws::String>
93 m_customDomainCertExpiryTimeHasBeenSet =
true;
94 m_customDomainCertExpiryTime = std::forward<CustomDomainCertExpiryTimeT>(value);
96 template <
typename CustomDomainCertExpiryTimeT = Aws::String>
106 template <
typename ResponseMetadataT = ResponseMetadata>
108 m_responseMetadataHasBeenSet =
true;
109 m_responseMetadata = std::forward<ResponseMetadataT>(value);
111 template <
typename ResponseMetadataT = ResponseMetadata>
130 bool m_customDomainNameHasBeenSet =
false;
131 bool m_customDomainCertificateArnHasBeenSet =
false;
132 bool m_clusterIdentifierHasBeenSet =
false;
133 bool m_customDomainCertExpiryTimeHasBeenSet =
false;
134 bool m_responseMetadataHasBeenSet =
false;
const Aws::String & GetCustomDomainName() const
void SetResponseMetadata(ResponseMetadataT &&value)
ModifyCustomDomainAssociationResult & WithCustomDomainName(CustomDomainNameT &&value)
ModifyCustomDomainAssociationResult & WithCustomDomainCertificateArn(CustomDomainCertificateArnT &&value)
AWS_REDSHIFT_API ModifyCustomDomainAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetCustomDomainCertExpiryTime(CustomDomainCertExpiryTimeT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetClusterIdentifier(ClusterIdentifierT &&value)
const Aws::String & GetClusterIdentifier() const
const Aws::String & GetCustomDomainCertificateArn() const
AWS_REDSHIFT_API ModifyCustomDomainAssociationResult()=default
ModifyCustomDomainAssociationResult & WithCustomDomainCertExpiryTime(CustomDomainCertExpiryTimeT &&value)
void SetCustomDomainName(CustomDomainNameT &&value)
void SetCustomDomainCertificateArn(CustomDomainCertificateArnT &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_REDSHIFT_API ModifyCustomDomainAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifyCustomDomainAssociationResult & WithResponseMetadata(ResponseMetadataT &&value)
ModifyCustomDomainAssociationResult & WithClusterIdentifier(ClusterIdentifierT &&value)
const Aws::String & GetCustomDomainCertExpiryTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument