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;
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>
72 template <
typename ClusterIdentifierT = Aws::String>
74 m_clusterIdentifierHasBeenSet =
true;
75 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
77 template <
typename ClusterIdentifierT = Aws::String>
90 template <
typename CustomDomainCertExpiryTimeT = Aws::String>
92 m_customDomainCertExpiryTimeHasBeenSet =
true;
93 m_customDomainCertExpiryTime = std::forward<CustomDomainCertExpiryTimeT>(value);
95 template <
typename CustomDomainCertExpiryTimeT = Aws::String>
105 template <
typename ResponseMetadataT = ResponseMetadata>
107 m_responseMetadataHasBeenSet =
true;
108 m_responseMetadata = std::forward<ResponseMetadataT>(value);
110 template <
typename ResponseMetadataT = ResponseMetadata>
126 bool m_customDomainNameHasBeenSet =
false;
127 bool m_customDomainCertificateArnHasBeenSet =
false;
128 bool m_clusterIdentifierHasBeenSet =
false;
129 bool m_customDomainCertExpiryTimeHasBeenSet =
false;
130 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