7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/network-firewall/NetworkFirewallRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace NetworkFirewall
54 template<
typename UpdateTokenT = Aws::String>
55 void SetUpdateToken(UpdateTokenT&& value) { m_updateTokenHasBeenSet =
true; m_updateToken = std::forward<UpdateTokenT>(value); }
56 template<
typename UpdateTokenT = Aws::String>
67 template<
typename FirewallArnT = Aws::String>
68 void SetFirewallArn(FirewallArnT&& value) { m_firewallArnHasBeenSet =
true; m_firewallArn = std::forward<FirewallArnT>(value); }
69 template<
typename FirewallArnT = Aws::String>
81 template<
typename FirewallNameT = Aws::String>
82 void SetFirewallName(FirewallNameT&& value) { m_firewallNameHasBeenSet =
true; m_firewallName = std::forward<FirewallNameT>(value); }
83 template<
typename FirewallNameT = Aws::String>
97 inline void SetDeleteProtection(
bool value) { m_deleteProtectionHasBeenSet =
true; m_deleteProtection = value; }
103 bool m_updateTokenHasBeenSet =
false;
106 bool m_firewallArnHasBeenSet =
false;
109 bool m_firewallNameHasBeenSet =
false;
111 bool m_deleteProtection{
false};
112 bool m_deleteProtectionHasBeenSet =
false;
void SetUpdateToken(UpdateTokenT &&value)
const Aws::String & GetFirewallArn() const
bool GetDeleteProtection() const
bool FirewallArnHasBeenSet() const
void SetFirewallArn(FirewallArnT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetUpdateToken() const
UpdateFirewallDeleteProtectionRequest & WithDeleteProtection(bool value)
bool FirewallNameHasBeenSet() const
UpdateFirewallDeleteProtectionRequest & WithUpdateToken(UpdateTokenT &&value)
bool DeleteProtectionHasBeenSet() const
AWS_NETWORKFIREWALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetFirewallName(FirewallNameT &&value)
void SetDeleteProtection(bool value)
AWS_NETWORKFIREWALL_API UpdateFirewallDeleteProtectionRequest()=default
bool UpdateTokenHasBeenSet() const
const Aws::String & GetFirewallName() const
AWS_NETWORKFIREWALL_API Aws::String SerializePayload() const override
UpdateFirewallDeleteProtectionRequest & WithFirewallName(FirewallNameT &&value)
UpdateFirewallDeleteProtectionRequest & WithFirewallArn(FirewallArnT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String