7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename CustomDomainNameT = Aws::String>
42 void SetCustomDomainName(CustomDomainNameT&& value) { m_customDomainNameHasBeenSet =
true; m_customDomainName = std::forward<CustomDomainNameT>(value); }
43 template<
typename CustomDomainNameT = Aws::String>
53 template<
typename CustomDomainCertificateArnT = Aws::String>
54 void SetCustomDomainCertificateArn(CustomDomainCertificateArnT&& value) { m_customDomainCertificateArnHasBeenSet =
true; m_customDomainCertificateArn = std::forward<CustomDomainCertificateArnT>(value); }
55 template<
typename CustomDomainCertificateArnT = Aws::String>
64 template<
typename ClusterIdentifierT = Aws::String>
65 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
66 template<
typename ClusterIdentifierT = Aws::String>
75 template<
typename CustomDomainCertExpiryTimeT = Aws::String>
76 void SetCustomDomainCertExpiryTime(CustomDomainCertExpiryTimeT&& value) { m_customDomainCertExpiryTimeHasBeenSet =
true; m_customDomainCertExpiryTime = std::forward<CustomDomainCertExpiryTimeT>(value); }
77 template<
typename CustomDomainCertExpiryTimeT = Aws::String>
84 template<
typename ResponseMetadataT = ResponseMetadata>
85 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
86 template<
typename ResponseMetadataT = ResponseMetadata>
92 bool m_customDomainNameHasBeenSet =
false;
95 bool m_customDomainCertificateArnHasBeenSet =
false;
98 bool m_clusterIdentifierHasBeenSet =
false;
101 bool m_customDomainCertExpiryTimeHasBeenSet =
false;
104 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
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