AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
ModifyCustomDomainAssociationResult.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 ModifyCustomDomainAssociationResult() = default;
29
31
35 inline const Aws::String& GetCustomDomainName() const { return m_customDomainName; }
36 template <typename CustomDomainNameT = Aws::String>
37 void SetCustomDomainName(CustomDomainNameT&& value) {
38 m_customDomainNameHasBeenSet = true;
39 m_customDomainName = std::forward<CustomDomainNameT>(value);
40 }
41 template <typename CustomDomainNameT = Aws::String>
43 SetCustomDomainName(std::forward<CustomDomainNameT>(value));
44 return *this;
45 }
47
49
53 inline const Aws::String& GetCustomDomainCertificateArn() const { return m_customDomainCertificateArn; }
54 template <typename CustomDomainCertificateArnT = Aws::String>
55 void SetCustomDomainCertificateArn(CustomDomainCertificateArnT&& value) {
56 m_customDomainCertificateArnHasBeenSet = true;
57 m_customDomainCertificateArn = std::forward<CustomDomainCertificateArnT>(value);
58 }
59 template <typename CustomDomainCertificateArnT = Aws::String>
61 SetCustomDomainCertificateArn(std::forward<CustomDomainCertificateArnT>(value));
62 return *this;
63 }
65
67
71 inline const Aws::String& GetClusterIdentifier() const { return m_clusterIdentifier; }
72 template <typename ClusterIdentifierT = Aws::String>
73 void SetClusterIdentifier(ClusterIdentifierT&& value) {
74 m_clusterIdentifierHasBeenSet = true;
75 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
76 }
77 template <typename ClusterIdentifierT = Aws::String>
79 SetClusterIdentifier(std::forward<ClusterIdentifierT>(value));
80 return *this;
81 }
83
85
89 inline const Aws::String& GetCustomDomainCertExpiryTime() const { return m_customDomainCertExpiryTime; }
90 template <typename CustomDomainCertExpiryTimeT = Aws::String>
91 void SetCustomDomainCertExpiryTime(CustomDomainCertExpiryTimeT&& value) {
92 m_customDomainCertExpiryTimeHasBeenSet = true;
93 m_customDomainCertExpiryTime = std::forward<CustomDomainCertExpiryTimeT>(value);
94 }
95 template <typename CustomDomainCertExpiryTimeT = Aws::String>
97 SetCustomDomainCertExpiryTime(std::forward<CustomDomainCertExpiryTimeT>(value));
98 return *this;
99 }
101
103
104 inline const ResponseMetadata& GetResponseMetadata() const { return m_responseMetadata; }
105 template <typename ResponseMetadataT = ResponseMetadata>
106 void SetResponseMetadata(ResponseMetadataT&& value) {
107 m_responseMetadataHasBeenSet = true;
108 m_responseMetadata = std::forward<ResponseMetadataT>(value);
109 }
110 template <typename ResponseMetadataT = ResponseMetadata>
112 SetResponseMetadata(std::forward<ResponseMetadataT>(value));
113 return *this;
114 }
116 private:
117 Aws::String m_customDomainName;
118
119 Aws::String m_customDomainCertificateArn;
120
121 Aws::String m_clusterIdentifier;
122
123 Aws::String m_customDomainCertExpiryTime;
124
125 ResponseMetadata m_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;
131};
132
133} // namespace Model
134} // namespace Redshift
135} // namespace Aws
ModifyCustomDomainAssociationResult & WithCustomDomainName(CustomDomainNameT &&value)
ModifyCustomDomainAssociationResult & WithCustomDomainCertificateArn(CustomDomainCertificateArnT &&value)
AWS_REDSHIFT_API ModifyCustomDomainAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifyCustomDomainAssociationResult & WithCustomDomainCertExpiryTime(CustomDomainCertExpiryTimeT &&value)
AWS_REDSHIFT_API ModifyCustomDomainAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifyCustomDomainAssociationResult & WithResponseMetadata(ResponseMetadataT &&value)
ModifyCustomDomainAssociationResult & WithClusterIdentifier(ClusterIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument