7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift/Redshift_EXPORTS.h>
9#include <aws/redshift/model/ResponseMetadata.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename CustomDomainNameT = Aws::String>
37 m_customDomainNameHasBeenSet =
true;
38 m_customDomainName = std::forward<CustomDomainNameT>(value);
40 template <
typename CustomDomainNameT = Aws::String>
53 template <
typename CustomDomainCertificateArnT = Aws::String>
55 m_customDomainCertificateArnHasBeenSet =
true;
56 m_customDomainCertificateArn = std::forward<CustomDomainCertificateArnT>(value);
58 template <
typename CustomDomainCertificateArnT = Aws::String>
70 template <
typename ClusterIdentifierT = Aws::String>
72 m_clusterIdentifierHasBeenSet =
true;
73 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
75 template <
typename ClusterIdentifierT = Aws::String>
87 template <
typename CustomDomainCertExpiryTimeT = Aws::String>
89 m_customDomainCertExpiryTimeHasBeenSet =
true;
90 m_customDomainCertExpiryTime = std::forward<CustomDomainCertExpiryTimeT>(value);
92 template <
typename CustomDomainCertExpiryTimeT = Aws::String>
102 template <
typename ResponseMetadataT = ResponseMetadata>
104 m_responseMetadataHasBeenSet =
true;
105 m_responseMetadata = std::forward<ResponseMetadataT>(value);
107 template <
typename ResponseMetadataT = ResponseMetadata>
123 bool m_customDomainNameHasBeenSet =
false;
124 bool m_customDomainCertificateArnHasBeenSet =
false;
125 bool m_clusterIdentifierHasBeenSet =
false;
126 bool m_customDomainCertExpiryTimeHasBeenSet =
false;
127 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