AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ModifyCustomDomainAssociationResult.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 ModifyCustomDomainAssociationResult() = default;
34
35
37
41 inline const Aws::String& GetCustomDomainName() const { return m_customDomainName; }
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>
45 ModifyCustomDomainAssociationResult& WithCustomDomainName(CustomDomainNameT&& value) { SetCustomDomainName(std::forward<CustomDomainNameT>(value)); return *this;}
47
49
53 inline const Aws::String& GetCustomDomainCertificateArn() const { return m_customDomainCertificateArn; }
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>
57 ModifyCustomDomainAssociationResult& WithCustomDomainCertificateArn(CustomDomainCertificateArnT&& value) { SetCustomDomainCertificateArn(std::forward<CustomDomainCertificateArnT>(value)); return *this;}
59
61
65 inline const Aws::String& GetClusterIdentifier() const { return m_clusterIdentifier; }
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>
69 ModifyCustomDomainAssociationResult& WithClusterIdentifier(ClusterIdentifierT&& value) { SetClusterIdentifier(std::forward<ClusterIdentifierT>(value)); return *this;}
71
73
77 inline const Aws::String& GetCustomDomainCertExpiryTime() const { return m_customDomainCertExpiryTime; }
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>
81 ModifyCustomDomainAssociationResult& WithCustomDomainCertExpiryTime(CustomDomainCertExpiryTimeT&& value) { SetCustomDomainCertExpiryTime(std::forward<CustomDomainCertExpiryTimeT>(value)); return *this;}
83
85
86 inline const ResponseMetadata& GetResponseMetadata() const { return m_responseMetadata; }
87 template<typename ResponseMetadataT = ResponseMetadata>
88 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet = true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
89 template<typename ResponseMetadataT = ResponseMetadata>
90 ModifyCustomDomainAssociationResult& WithResponseMetadata(ResponseMetadataT&& value) { SetResponseMetadata(std::forward<ResponseMetadataT>(value)); return *this;}
92 private:
93
94 Aws::String m_customDomainName;
95 bool m_customDomainNameHasBeenSet = false;
96
97 Aws::String m_customDomainCertificateArn;
98 bool m_customDomainCertificateArnHasBeenSet = false;
99
100 Aws::String m_clusterIdentifier;
101 bool m_clusterIdentifierHasBeenSet = false;
102
103 Aws::String m_customDomainCertExpiryTime;
104 bool m_customDomainCertExpiryTimeHasBeenSet = false;
105
106 ResponseMetadata m_responseMetadata;
107 bool m_responseMetadataHasBeenSet = false;
108 };
109
110} // namespace Model
111} // namespace Redshift
112} // 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