AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateCustomDomainAssociationResult.h
1
6#pragma once
7#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace RedshiftServerless
25{
26namespace Model
27{
29 {
30 public:
31 AWS_REDSHIFTSERVERLESS_API UpdateCustomDomainAssociationResult();
34
35
37
40 inline const Aws::String& GetCustomDomainCertificateArn() const{ return m_customDomainCertificateArn; }
41 inline void SetCustomDomainCertificateArn(const Aws::String& value) { m_customDomainCertificateArn = value; }
42 inline void SetCustomDomainCertificateArn(Aws::String&& value) { m_customDomainCertificateArn = std::move(value); }
43 inline void SetCustomDomainCertificateArn(const char* value) { m_customDomainCertificateArn.assign(value); }
48
50
53 inline const Aws::Utils::DateTime& GetCustomDomainCertificateExpiryTime() const{ return m_customDomainCertificateExpiryTime; }
54 inline void SetCustomDomainCertificateExpiryTime(const Aws::Utils::DateTime& value) { m_customDomainCertificateExpiryTime = value; }
55 inline void SetCustomDomainCertificateExpiryTime(Aws::Utils::DateTime&& value) { m_customDomainCertificateExpiryTime = std::move(value); }
59
61
64 inline const Aws::String& GetCustomDomainName() const{ return m_customDomainName; }
65 inline void SetCustomDomainName(const Aws::String& value) { m_customDomainName = value; }
66 inline void SetCustomDomainName(Aws::String&& value) { m_customDomainName = std::move(value); }
67 inline void SetCustomDomainName(const char* value) { m_customDomainName.assign(value); }
70 inline UpdateCustomDomainAssociationResult& WithCustomDomainName(const char* value) { SetCustomDomainName(value); return *this;}
72
74
77 inline const Aws::String& GetWorkgroupName() const{ return m_workgroupName; }
78 inline void SetWorkgroupName(const Aws::String& value) { m_workgroupName = value; }
79 inline void SetWorkgroupName(Aws::String&& value) { m_workgroupName = std::move(value); }
80 inline void SetWorkgroupName(const char* value) { m_workgroupName.assign(value); }
82 inline UpdateCustomDomainAssociationResult& WithWorkgroupName(Aws::String&& value) { SetWorkgroupName(std::move(value)); return *this;}
83 inline UpdateCustomDomainAssociationResult& WithWorkgroupName(const char* value) { SetWorkgroupName(value); return *this;}
85
87
88 inline const Aws::String& GetRequestId() const{ return m_requestId; }
89 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
90 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
91 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
92 inline UpdateCustomDomainAssociationResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
93 inline UpdateCustomDomainAssociationResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
94 inline UpdateCustomDomainAssociationResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
96 private:
97
98 Aws::String m_customDomainCertificateArn;
99
100 Aws::Utils::DateTime m_customDomainCertificateExpiryTime;
101
102 Aws::String m_customDomainName;
103
104 Aws::String m_workgroupName;
105
106 Aws::String m_requestId;
107 };
108
109} // namespace Model
110} // namespace RedshiftServerless
111} // namespace Aws
UpdateCustomDomainAssociationResult & WithCustomDomainName(const char *value)
UpdateCustomDomainAssociationResult & WithCustomDomainCertificateExpiryTime(Aws::Utils::DateTime &&value)
UpdateCustomDomainAssociationResult & WithCustomDomainCertificateArn(Aws::String &&value)
UpdateCustomDomainAssociationResult & WithCustomDomainCertificateArn(const char *value)
UpdateCustomDomainAssociationResult & WithCustomDomainCertificateExpiryTime(const Aws::Utils::DateTime &value)
UpdateCustomDomainAssociationResult & WithWorkgroupName(const Aws::String &value)
UpdateCustomDomainAssociationResult & WithCustomDomainCertificateArn(const Aws::String &value)
AWS_REDSHIFTSERVERLESS_API UpdateCustomDomainAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateCustomDomainAssociationResult & WithWorkgroupName(const char *value)
UpdateCustomDomainAssociationResult & WithCustomDomainName(Aws::String &&value)
UpdateCustomDomainAssociationResult & WithWorkgroupName(Aws::String &&value)
UpdateCustomDomainAssociationResult & WithCustomDomainName(const Aws::String &value)
UpdateCustomDomainAssociationResult & WithRequestId(Aws::String &&value)
UpdateCustomDomainAssociationResult & WithRequestId(const Aws::String &value)
AWS_REDSHIFTSERVERLESS_API UpdateCustomDomainAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue