AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
UpdateFirewallDescriptionResult.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 UpdateFirewallDescriptionResult() = default;
33
34
36
39 inline const Aws::String& GetFirewallArn() const { return m_firewallArn; }
40 template<typename FirewallArnT = Aws::String>
41 void SetFirewallArn(FirewallArnT&& value) { m_firewallArnHasBeenSet = true; m_firewallArn = std::forward<FirewallArnT>(value); }
42 template<typename FirewallArnT = Aws::String>
43 UpdateFirewallDescriptionResult& WithFirewallArn(FirewallArnT&& value) { SetFirewallArn(std::forward<FirewallArnT>(value)); return *this;}
45
47
51 inline const Aws::String& GetFirewallName() const { return m_firewallName; }
52 template<typename FirewallNameT = Aws::String>
53 void SetFirewallName(FirewallNameT&& value) { m_firewallNameHasBeenSet = true; m_firewallName = std::forward<FirewallNameT>(value); }
54 template<typename FirewallNameT = Aws::String>
55 UpdateFirewallDescriptionResult& WithFirewallName(FirewallNameT&& value) { SetFirewallName(std::forward<FirewallNameT>(value)); return *this;}
57
59
62 inline const Aws::String& GetDescription() const { return m_description; }
63 template<typename DescriptionT = Aws::String>
64 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
65 template<typename DescriptionT = Aws::String>
66 UpdateFirewallDescriptionResult& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
68
70
84 inline const Aws::String& GetUpdateToken() const { return m_updateToken; }
85 template<typename UpdateTokenT = Aws::String>
86 void SetUpdateToken(UpdateTokenT&& value) { m_updateTokenHasBeenSet = true; m_updateToken = std::forward<UpdateTokenT>(value); }
87 template<typename UpdateTokenT = Aws::String>
88 UpdateFirewallDescriptionResult& WithUpdateToken(UpdateTokenT&& value) { SetUpdateToken(std::forward<UpdateTokenT>(value)); return *this;}
90
92
93 inline const Aws::String& GetRequestId() const { return m_requestId; }
94 template<typename RequestIdT = Aws::String>
95 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
96 template<typename RequestIdT = Aws::String>
97 UpdateFirewallDescriptionResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
99 private:
100
101 Aws::String m_firewallArn;
102 bool m_firewallArnHasBeenSet = false;
103
104 Aws::String m_firewallName;
105 bool m_firewallNameHasBeenSet = false;
106
107 Aws::String m_description;
108 bool m_descriptionHasBeenSet = false;
109
110 Aws::String m_updateToken;
111 bool m_updateTokenHasBeenSet = false;
112
113 Aws::String m_requestId;
114 bool m_requestIdHasBeenSet = false;
115 };
116
117} // namespace Model
118} // namespace NetworkFirewall
119} // namespace Aws
AWS_NETWORKFIREWALL_API UpdateFirewallDescriptionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_NETWORKFIREWALL_API UpdateFirewallDescriptionResult()=default
UpdateFirewallDescriptionResult & WithFirewallName(FirewallNameT &&value)
AWS_NETWORKFIREWALL_API UpdateFirewallDescriptionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateFirewallDescriptionResult & WithDescription(DescriptionT &&value)
UpdateFirewallDescriptionResult & WithUpdateToken(UpdateTokenT &&value)
UpdateFirewallDescriptionResult & WithRequestId(RequestIdT &&value)
UpdateFirewallDescriptionResult & WithFirewallArn(FirewallArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue