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;
42 template<
typename CustomDomainNameT = Aws::String>
43 void SetCustomDomainName(CustomDomainNameT&& value) { m_customDomainNameHasBeenSet =
true; m_customDomainName = std::forward<CustomDomainNameT>(value); }
44 template<
typename CustomDomainNameT = Aws::String>
54 template<
typename CustomDomainCertificateArnT = Aws::String>
55 void SetCustomDomainCertificateArn(CustomDomainCertificateArnT&& value) { m_customDomainCertificateArnHasBeenSet =
true; m_customDomainCertificateArn = std::forward<CustomDomainCertificateArnT>(value); }
56 template<
typename CustomDomainCertificateArnT = Aws::String>
66 template<
typename ClusterIdentifierT = Aws::String>
67 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
68 template<
typename ClusterIdentifierT = Aws::String>
78 template<
typename CustomDomainCertExpiryTimeT = Aws::String>
79 void SetCustomDomainCertExpiryTime(CustomDomainCertExpiryTimeT&& value) { m_customDomainCertExpiryTimeHasBeenSet =
true; m_customDomainCertExpiryTime = std::forward<CustomDomainCertExpiryTimeT>(value); }
80 template<
typename CustomDomainCertExpiryTimeT = Aws::String>
87 template<
typename ResponseMetadataT = ResponseMetadata>
88 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
89 template<
typename ResponseMetadataT = ResponseMetadata>
95 bool m_customDomainNameHasBeenSet =
false;
98 bool m_customDomainCertificateArnHasBeenSet =
false;
101 bool m_clusterIdentifierHasBeenSet =
false;
104 bool m_customDomainCertExpiryTimeHasBeenSet =
false;
107 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)
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