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