7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/network-firewall/NetworkFirewallRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/network-firewall/model/RuleGroupType.h>
15namespace NetworkFirewall
48 inline void SetRuleGroupName(
const char* value) { m_ruleGroupNameHasBeenSet =
true; m_ruleGroupName.assign(value); }
63 inline void SetRuleGroupArn(
const char* value) { m_ruleGroupArnHasBeenSet =
true; m_ruleGroupArn.assign(value); }
86 bool m_ruleGroupNameHasBeenSet =
false;
89 bool m_ruleGroupArnHasBeenSet =
false;
92 bool m_typeHasBeenSet =
false;
const RuleGroupType & GetType() const
void SetType(RuleGroupType &&value)
DeleteRuleGroupRequest & WithType(RuleGroupType &&value)
bool RuleGroupArnHasBeenSet() const
DeleteRuleGroupRequest & WithRuleGroupName(Aws::String &&value)
void SetRuleGroupArn(Aws::String &&value)
AWS_NETWORKFIREWALL_API Aws::String SerializePayload() const override
DeleteRuleGroupRequest & WithRuleGroupArn(const char *value)
DeleteRuleGroupRequest & WithType(const RuleGroupType &value)
DeleteRuleGroupRequest & WithRuleGroupName(const Aws::String &value)
AWS_NETWORKFIREWALL_API DeleteRuleGroupRequest()
DeleteRuleGroupRequest & WithRuleGroupArn(const Aws::String &value)
void SetRuleGroupArn(const char *value)
bool RuleGroupNameHasBeenSet() const
const Aws::String & GetRuleGroupName() const
void SetRuleGroupName(Aws::String &&value)
AWS_NETWORKFIREWALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetRuleGroupName(const char *value)
DeleteRuleGroupRequest & WithRuleGroupName(const char *value)
bool TypeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetRuleGroupArn() const
void SetRuleGroupName(const Aws::String &value)
void SetType(const RuleGroupType &value)
DeleteRuleGroupRequest & WithRuleGroupArn(Aws::String &&value)
void SetRuleGroupArn(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String