7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace NetworkFirewall
51 template<
typename UpdateTokenT = Aws::String>
52 void SetUpdateToken(UpdateTokenT&& value) { m_updateTokenHasBeenSet =
true; m_updateToken = std::forward<UpdateTokenT>(value); }
53 template<
typename UpdateTokenT = Aws::String>
62 template<
typename FirewallArnT = Aws::String>
63 void SetFirewallArn(FirewallArnT&& value) { m_firewallArnHasBeenSet =
true; m_firewallArn = std::forward<FirewallArnT>(value); }
64 template<
typename FirewallArnT = Aws::String>
74 template<
typename FirewallNameT = Aws::String>
75 void SetFirewallName(FirewallNameT&& value) { m_firewallNameHasBeenSet =
true; m_firewallName = std::forward<FirewallNameT>(value); }
76 template<
typename FirewallNameT = Aws::String>
95 template<
typename RequestIdT = Aws::String>
96 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
97 template<
typename RequestIdT = Aws::String>
103 bool m_updateTokenHasBeenSet =
false;
106 bool m_firewallArnHasBeenSet =
false;
109 bool m_firewallNameHasBeenSet =
false;
111 bool m_subnetChangeProtection{
false};
112 bool m_subnetChangeProtectionHasBeenSet =
false;
115 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetFirewallArn() const
UpdateSubnetChangeProtectionResult & WithSubnetChangeProtection(bool value)
AWS_NETWORKFIREWALL_API UpdateSubnetChangeProtectionResult()=default
UpdateSubnetChangeProtectionResult & WithFirewallArn(FirewallArnT &&value)
void SetFirewallArn(FirewallArnT &&value)
void SetRequestId(RequestIdT &&value)
UpdateSubnetChangeProtectionResult & WithUpdateToken(UpdateTokenT &&value)
bool GetSubnetChangeProtection() const
UpdateSubnetChangeProtectionResult & WithFirewallName(FirewallNameT &&value)
UpdateSubnetChangeProtectionResult & WithRequestId(RequestIdT &&value)
AWS_NETWORKFIREWALL_API UpdateSubnetChangeProtectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Aws::String & GetUpdateToken() const
const Aws::String & GetFirewallName() const
void SetSubnetChangeProtection(bool value)
void SetFirewallName(FirewallNameT &&value)
void SetUpdateToken(UpdateTokenT &&value)
AWS_NETWORKFIREWALL_API UpdateSubnetChangeProtectionResult(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