13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace NetworkFirewall
97 inline void SetUpdateToken(
const char* value) { m_updateToken.assign(value); }
262 bool m_firewallPolicyChangeProtection;
#define AWS_NETWORKFIREWALL_API
void SetUpdateToken(Aws::String &&value)
AWS_NETWORKFIREWALL_API UpdateFirewallPolicyChangeProtectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetUpdateToken(const char *value)
AWS_NETWORKFIREWALL_API UpdateFirewallPolicyChangeProtectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFirewallPolicyChangeProtection(bool value)
UpdateFirewallPolicyChangeProtectionResult & WithFirewallName(Aws::String &&value)
void SetFirewallArn(Aws::String &&value)
void SetFirewallArn(const char *value)
void SetFirewallArn(const Aws::String &value)
UpdateFirewallPolicyChangeProtectionResult & WithFirewallName(const Aws::String &value)
void SetFirewallName(const Aws::String &value)
UpdateFirewallPolicyChangeProtectionResult & WithFirewallArn(const Aws::String &value)
UpdateFirewallPolicyChangeProtectionResult & WithFirewallName(const char *value)
UpdateFirewallPolicyChangeProtectionResult & WithFirewallPolicyChangeProtection(bool value)
UpdateFirewallPolicyChangeProtectionResult & WithUpdateToken(Aws::String &&value)
void SetFirewallName(Aws::String &&value)
const Aws::String & GetFirewallArn() const
const Aws::String & GetUpdateToken() const
UpdateFirewallPolicyChangeProtectionResult & WithUpdateToken(const Aws::String &value)
void SetFirewallName(const char *value)
void SetUpdateToken(const Aws::String &value)
UpdateFirewallPolicyChangeProtectionResult & WithFirewallArn(Aws::String &&value)
bool GetFirewallPolicyChangeProtection() const
UpdateFirewallPolicyChangeProtectionResult & WithUpdateToken(const char *value)
const Aws::String & GetFirewallName() const
AWS_NETWORKFIREWALL_API UpdateFirewallPolicyChangeProtectionResult()
UpdateFirewallPolicyChangeProtectionResult & WithFirewallArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String