AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
CreateCustomDomainAssociationResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift/Redshift_EXPORTS.h>
9#include <aws/redshift/model/ResponseMetadata.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Xml {
19class XmlDocument;
20} // namespace Xml
21} // namespace Utils
22namespace Redshift {
23namespace Model {
25 public:
26 AWS_REDSHIFT_API CreateCustomDomainAssociationResult() = default;
29
31
34 inline const Aws::String& GetCustomDomainName() const { return m_customDomainName; }
35 template <typename CustomDomainNameT = Aws::String>
36 void SetCustomDomainName(CustomDomainNameT&& value) {
37 m_customDomainNameHasBeenSet = true;
38 m_customDomainName = std::forward<CustomDomainNameT>(value);
39 }
40 template <typename CustomDomainNameT = Aws::String>
42 SetCustomDomainName(std::forward<CustomDomainNameT>(value));
43 return *this;
44 }
46
48
52 inline const Aws::String& GetCustomDomainCertificateArn() const { return m_customDomainCertificateArn; }
53 template <typename CustomDomainCertificateArnT = Aws::String>
54 void SetCustomDomainCertificateArn(CustomDomainCertificateArnT&& value) {
55 m_customDomainCertificateArnHasBeenSet = true;
56 m_customDomainCertificateArn = std::forward<CustomDomainCertificateArnT>(value);
57 }
58 template <typename CustomDomainCertificateArnT = Aws::String>
60 SetCustomDomainCertificateArn(std::forward<CustomDomainCertificateArnT>(value));
61 return *this;
62 }
64
66
69 inline const Aws::String& GetClusterIdentifier() const { return m_clusterIdentifier; }
70 template <typename ClusterIdentifierT = Aws::String>
71 void SetClusterIdentifier(ClusterIdentifierT&& value) {
72 m_clusterIdentifierHasBeenSet = true;
73 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
74 }
75 template <typename ClusterIdentifierT = Aws::String>
77 SetClusterIdentifier(std::forward<ClusterIdentifierT>(value));
78 return *this;
79 }
81
83
86 inline const Aws::String& GetCustomDomainCertExpiryTime() const { return m_customDomainCertExpiryTime; }
87 template <typename CustomDomainCertExpiryTimeT = Aws::String>
88 void SetCustomDomainCertExpiryTime(CustomDomainCertExpiryTimeT&& value) {
89 m_customDomainCertExpiryTimeHasBeenSet = true;
90 m_customDomainCertExpiryTime = std::forward<CustomDomainCertExpiryTimeT>(value);
91 }
92 template <typename CustomDomainCertExpiryTimeT = Aws::String>
94 SetCustomDomainCertExpiryTime(std::forward<CustomDomainCertExpiryTimeT>(value));
95 return *this;
96 }
98
100
101 inline const ResponseMetadata& GetResponseMetadata() const { return m_responseMetadata; }
102 template <typename ResponseMetadataT = ResponseMetadata>
103 void SetResponseMetadata(ResponseMetadataT&& value) {
104 m_responseMetadataHasBeenSet = true;
105 m_responseMetadata = std::forward<ResponseMetadataT>(value);
106 }
107 template <typename ResponseMetadataT = ResponseMetadata>
109 SetResponseMetadata(std::forward<ResponseMetadataT>(value));
110 return *this;
111 }
113 private:
114 Aws::String m_customDomainName;
115
116 Aws::String m_customDomainCertificateArn;
117
118 Aws::String m_clusterIdentifier;
119
120 Aws::String m_customDomainCertExpiryTime;
121
122 ResponseMetadata m_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;
128};
129
130} // namespace Model
131} // namespace Redshift
132} // 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