13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace NetworkFirewall
53 inline void SetFirewallArn(
const char* value) { m_firewallArn.assign(value); }
260 bool m_deleteProtection;
#define AWS_NETWORKFIREWALL_API
bool GetDeleteProtection() const
void SetFirewallArn(const char *value)
void SetUpdateToken(Aws::String &&value)
AWS_NETWORKFIREWALL_API UpdateFirewallDeleteProtectionResult()
UpdateFirewallDeleteProtectionResult & WithFirewallName(const Aws::String &value)
void SetFirewallName(const Aws::String &value)
void SetDeleteProtection(bool value)
const Aws::String & GetFirewallName() const
UpdateFirewallDeleteProtectionResult & WithUpdateToken(const char *value)
AWS_NETWORKFIREWALL_API UpdateFirewallDeleteProtectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetUpdateToken() const
void SetUpdateToken(const Aws::String &value)
void SetFirewallName(Aws::String &&value)
UpdateFirewallDeleteProtectionResult & WithFirewallName(const char *value)
AWS_NETWORKFIREWALL_API UpdateFirewallDeleteProtectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFirewallArn(Aws::String &&value)
UpdateFirewallDeleteProtectionResult & WithFirewallArn(Aws::String &&value)
UpdateFirewallDeleteProtectionResult & WithFirewallArn(const Aws::String &value)
const Aws::String & GetFirewallArn() const
UpdateFirewallDeleteProtectionResult & WithUpdateToken(const Aws::String &value)
void SetFirewallArn(const Aws::String &value)
UpdateFirewallDeleteProtectionResult & WithFirewallArn(const char *value)
UpdateFirewallDeleteProtectionResult & WithDeleteProtection(bool value)
UpdateFirewallDeleteProtectionResult & WithFirewallName(Aws::String &&value)
void SetFirewallName(const char *value)
void SetUpdateToken(const char *value)
UpdateFirewallDeleteProtectionResult & WithUpdateToken(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String