AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateFirewallDeleteProtectionResult.h
1
6#pragma once
7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace NetworkFirewall
24{
25namespace Model
26{
28 {
29 public:
30 AWS_NETWORKFIREWALL_API UpdateFirewallDeleteProtectionResult();
33
34
36
39 inline const Aws::String& GetFirewallArn() const{ return m_firewallArn; }
40 inline void SetFirewallArn(const Aws::String& value) { m_firewallArn = value; }
41 inline void SetFirewallArn(Aws::String&& value) { m_firewallArn = std::move(value); }
42 inline void SetFirewallArn(const char* value) { m_firewallArn.assign(value); }
44 inline UpdateFirewallDeleteProtectionResult& WithFirewallArn(Aws::String&& value) { SetFirewallArn(std::move(value)); return *this;}
45 inline UpdateFirewallDeleteProtectionResult& WithFirewallArn(const char* value) { SetFirewallArn(value); return *this;}
47
49
53 inline const Aws::String& GetFirewallName() const{ return m_firewallName; }
54 inline void SetFirewallName(const Aws::String& value) { m_firewallName = value; }
55 inline void SetFirewallName(Aws::String&& value) { m_firewallName = std::move(value); }
56 inline void SetFirewallName(const char* value) { m_firewallName.assign(value); }
58 inline UpdateFirewallDeleteProtectionResult& WithFirewallName(Aws::String&& value) { SetFirewallName(std::move(value)); return *this;}
59 inline UpdateFirewallDeleteProtectionResult& WithFirewallName(const char* value) { SetFirewallName(value); return *this;}
61
63
70 inline bool GetDeleteProtection() const{ return m_deleteProtection; }
71 inline void SetDeleteProtection(bool value) { m_deleteProtection = value; }
74
76
90 inline const Aws::String& GetUpdateToken() const{ return m_updateToken; }
91 inline void SetUpdateToken(const Aws::String& value) { m_updateToken = value; }
92 inline void SetUpdateToken(Aws::String&& value) { m_updateToken = std::move(value); }
93 inline void SetUpdateToken(const char* value) { m_updateToken.assign(value); }
95 inline UpdateFirewallDeleteProtectionResult& WithUpdateToken(Aws::String&& value) { SetUpdateToken(std::move(value)); return *this;}
96 inline UpdateFirewallDeleteProtectionResult& WithUpdateToken(const char* value) { SetUpdateToken(value); return *this;}
98
100
101 inline const Aws::String& GetRequestId() const{ return m_requestId; }
102 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
103 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
104 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
105 inline UpdateFirewallDeleteProtectionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
106 inline UpdateFirewallDeleteProtectionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
107 inline UpdateFirewallDeleteProtectionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
109 private:
110
111 Aws::String m_firewallArn;
112
113 Aws::String m_firewallName;
114
115 bool m_deleteProtection;
116
117 Aws::String m_updateToken;
118
119 Aws::String m_requestId;
120 };
121
122} // namespace Model
123} // namespace NetworkFirewall
124} // namespace Aws
UpdateFirewallDeleteProtectionResult & WithFirewallName(const Aws::String &value)
UpdateFirewallDeleteProtectionResult & WithUpdateToken(const char *value)
AWS_NETWORKFIREWALL_API UpdateFirewallDeleteProtectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateFirewallDeleteProtectionResult & WithFirewallName(const char *value)
AWS_NETWORKFIREWALL_API UpdateFirewallDeleteProtectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateFirewallDeleteProtectionResult & WithRequestId(const char *value)
UpdateFirewallDeleteProtectionResult & WithFirewallArn(Aws::String &&value)
UpdateFirewallDeleteProtectionResult & WithFirewallArn(const Aws::String &value)
UpdateFirewallDeleteProtectionResult & WithUpdateToken(const Aws::String &value)
UpdateFirewallDeleteProtectionResult & WithFirewallArn(const char *value)
UpdateFirewallDeleteProtectionResult & WithFirewallName(Aws::String &&value)
UpdateFirewallDeleteProtectionResult & WithUpdateToken(Aws::String &&value)
UpdateFirewallDeleteProtectionResult & WithRequestId(const Aws::String &value)
UpdateFirewallDeleteProtectionResult & WithRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue