AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
34
35
37
40 inline const Aws::String& GetCustomDomainName() const{ return m_customDomainName; }
41 inline void SetCustomDomainName(const Aws::String& value) { m_customDomainName = value; }
42 inline void SetCustomDomainName(Aws::String&& value) { m_customDomainName = std::move(value); }
43 inline void SetCustomDomainName(const char* value) { m_customDomainName.assign(value); }
46 inline CreateCustomDomainAssociationResult& WithCustomDomainName(const char* value) { SetCustomDomainName(value); return *this;}
48
50
54 inline const Aws::String& GetCustomDomainCertificateArn() const{ return m_customDomainCertificateArn; }
55 inline void SetCustomDomainCertificateArn(const Aws::String& value) { m_customDomainCertificateArn = value; }
56 inline void SetCustomDomainCertificateArn(Aws::String&& value) { m_customDomainCertificateArn = std::move(value); }
57 inline void SetCustomDomainCertificateArn(const char* value) { m_customDomainCertificateArn.assign(value); }
62
64
67 inline const Aws::String& GetClusterIdentifier() const{ return m_clusterIdentifier; }
68 inline void SetClusterIdentifier(const Aws::String& value) { m_clusterIdentifier = value; }
69 inline void SetClusterIdentifier(Aws::String&& value) { m_clusterIdentifier = std::move(value); }
70 inline void SetClusterIdentifier(const char* value) { m_clusterIdentifier.assign(value); }
73 inline CreateCustomDomainAssociationResult& WithClusterIdentifier(const char* value) { SetClusterIdentifier(value); return *this;}
75
77
80 inline const Aws::String& GetCustomDomainCertExpiryTime() const{ return m_customDomainCertExpiryTime; }
81 inline void SetCustomDomainCertExpiryTime(const Aws::String& value) { m_customDomainCertExpiryTime = value; }
82 inline void SetCustomDomainCertExpiryTime(Aws::String&& value) { m_customDomainCertExpiryTime = std::move(value); }
83 inline void SetCustomDomainCertExpiryTime(const char* value) { m_customDomainCertExpiryTime.assign(value); }
88
90
91 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
92 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
93 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
97 private:
98
99 Aws::String m_customDomainName;
100
101 Aws::String m_customDomainCertificateArn;
102
103 Aws::String m_clusterIdentifier;
104
105 Aws::String m_customDomainCertExpiryTime;
106
107 ResponseMetadata m_responseMetadata;
108 };
109
110} // namespace Model
111} // namespace Redshift
112} // namespace Aws
CreateCustomDomainAssociationResult & WithCustomDomainCertificateArn(const char *value)
CreateCustomDomainAssociationResult & WithCustomDomainCertificateArn(const Aws::String &value)
CreateCustomDomainAssociationResult & WithClusterIdentifier(const Aws::String &value)
CreateCustomDomainAssociationResult & WithCustomDomainName(const char *value)
CreateCustomDomainAssociationResult & WithCustomDomainCertificateArn(Aws::String &&value)
CreateCustomDomainAssociationResult & WithResponseMetadata(const ResponseMetadata &value)
CreateCustomDomainAssociationResult & WithCustomDomainCertExpiryTime(const Aws::String &value)
CreateCustomDomainAssociationResult & WithCustomDomainName(const Aws::String &value)
CreateCustomDomainAssociationResult & WithClusterIdentifier(const char *value)
CreateCustomDomainAssociationResult & WithCustomDomainCertExpiryTime(const char *value)
CreateCustomDomainAssociationResult & WithCustomDomainName(Aws::String &&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)
CreateCustomDomainAssociationResult & WithCustomDomainCertExpiryTime(Aws::String &&value)
CreateCustomDomainAssociationResult & WithClusterIdentifier(Aws::String &&value)
CreateCustomDomainAssociationResult & WithResponseMetadata(ResponseMetadata &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument