AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
CreateCustomDomainAssociationResult.h
1
6#pragma once
7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift/model/ResponseMetadata.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Xml
20{
21 class XmlDocument;
22} // namespace Xml
23} // namespace Utils
24namespace Redshift
25{
26namespace Model
27{
29 {
30 public:
31 AWS_REDSHIFT_API CreateCustomDomainAssociationResult() = default;
34
35
37
40 inline const Aws::String& GetCustomDomainName() const { return m_customDomainName; }
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>
44 CreateCustomDomainAssociationResult& WithCustomDomainName(CustomDomainNameT&& value) { SetCustomDomainName(std::forward<CustomDomainNameT>(value)); return *this;}
46
48
52 inline const Aws::String& GetCustomDomainCertificateArn() const { return m_customDomainCertificateArn; }
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>
56 CreateCustomDomainAssociationResult& WithCustomDomainCertificateArn(CustomDomainCertificateArnT&& value) { SetCustomDomainCertificateArn(std::forward<CustomDomainCertificateArnT>(value)); return *this;}
58
60
63 inline const Aws::String& GetClusterIdentifier() const { return m_clusterIdentifier; }
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>
67 CreateCustomDomainAssociationResult& WithClusterIdentifier(ClusterIdentifierT&& value) { SetClusterIdentifier(std::forward<ClusterIdentifierT>(value)); return *this;}
69
71
74 inline const Aws::String& GetCustomDomainCertExpiryTime() const { return m_customDomainCertExpiryTime; }
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>
78 CreateCustomDomainAssociationResult& WithCustomDomainCertExpiryTime(CustomDomainCertExpiryTimeT&& value) { SetCustomDomainCertExpiryTime(std::forward<CustomDomainCertExpiryTimeT>(value)); return *this;}
80
82
83 inline const ResponseMetadata& GetResponseMetadata() const { return m_responseMetadata; }
84 template<typename ResponseMetadataT = ResponseMetadata>
85 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet = true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
86 template<typename ResponseMetadataT = ResponseMetadata>
87 CreateCustomDomainAssociationResult& WithResponseMetadata(ResponseMetadataT&& value) { SetResponseMetadata(std::forward<ResponseMetadataT>(value)); return *this;}
89 private:
90
91 Aws::String m_customDomainName;
92 bool m_customDomainNameHasBeenSet = false;
93
94 Aws::String m_customDomainCertificateArn;
95 bool m_customDomainCertificateArnHasBeenSet = false;
96
97 Aws::String m_clusterIdentifier;
98 bool m_clusterIdentifierHasBeenSet = false;
99
100 Aws::String m_customDomainCertExpiryTime;
101 bool m_customDomainCertExpiryTimeHasBeenSet = false;
102
103 ResponseMetadata m_responseMetadata;
104 bool m_responseMetadataHasBeenSet = false;
105 };
106
107} // namespace Model
108} // namespace Redshift
109} // namespace Aws
CreateCustomDomainAssociationResult & WithClusterIdentifier(ClusterIdentifierT &&value)
CreateCustomDomainAssociationResult & WithCustomDomainCertExpiryTime(CustomDomainCertExpiryTimeT &&value)
CreateCustomDomainAssociationResult & WithResponseMetadata(ResponseMetadataT &&value)
CreateCustomDomainAssociationResult & WithCustomDomainName(CustomDomainNameT &&value)
CreateCustomDomainAssociationResult & WithCustomDomainCertificateArn(CustomDomainCertificateArnT &&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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument