14namespace NetworkFirewall
115 inline void SetUpdateToken(
const char* value) { m_updateTokenHasBeenSet =
true; m_updateToken.assign(value); }
194 inline void SetFirewallArn(
const char* value) { m_firewallArnHasBeenSet =
true; m_firewallArn.assign(value); }
248 inline void SetFirewallName(
const char* value) { m_firewallNameHasBeenSet =
true; m_firewallName.assign(value); }
307 bool m_updateTokenHasBeenSet =
false;
310 bool m_firewallArnHasBeenSet =
false;
313 bool m_firewallNameHasBeenSet =
false;
315 bool m_subnetChangeProtection;
316 bool m_subnetChangeProtectionHasBeenSet =
false;
#define AWS_NETWORKFIREWALL_API
bool UpdateTokenHasBeenSet() const
const Aws::String & GetUpdateToken() const
bool FirewallNameHasBeenSet() const
void SetSubnetChangeProtection(bool value)
void SetUpdateToken(Aws::String &&value)
AWS_NETWORKFIREWALL_API Aws::String SerializePayload() const override
bool GetSubnetChangeProtection() const
void SetUpdateToken(const char *value)
void SetFirewallName(const Aws::String &value)
UpdateSubnetChangeProtectionRequest & WithSubnetChangeProtection(bool value)
bool SubnetChangeProtectionHasBeenSet() const
const Aws::String & GetFirewallArn() const
UpdateSubnetChangeProtectionRequest & WithFirewallArn(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
AWS_NETWORKFIREWALL_API UpdateSubnetChangeProtectionRequest()
const Aws::String & GetFirewallName() const
void SetUpdateToken(const Aws::String &value)
UpdateSubnetChangeProtectionRequest & WithFirewallArn(const char *value)
void SetFirewallName(Aws::String &&value)
UpdateSubnetChangeProtectionRequest & WithUpdateToken(Aws::String &&value)
UpdateSubnetChangeProtectionRequest & WithUpdateToken(const char *value)
void SetFirewallArn(const char *value)
UpdateSubnetChangeProtectionRequest & WithFirewallName(const Aws::String &value)
UpdateSubnetChangeProtectionRequest & WithFirewallName(const char *value)
void SetFirewallArn(const Aws::String &value)
void SetFirewallName(const char *value)
AWS_NETWORKFIREWALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetFirewallArn(Aws::String &&value)
bool FirewallArnHasBeenSet() const
UpdateSubnetChangeProtectionRequest & WithUpdateToken(const Aws::String &value)
UpdateSubnetChangeProtectionRequest & WithFirewallName(Aws::String &&value)
UpdateSubnetChangeProtectionRequest & WithFirewallArn(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String