7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/WAFRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename RuleGroupIdT = Aws::String>
46 void SetRuleGroupId(RuleGroupIdT&& value) { m_ruleGroupIdHasBeenSet =
true; m_ruleGroupId = std::forward<RuleGroupIdT>(value); }
47 template<
typename RuleGroupIdT = Aws::String>
57 template<
typename ChangeTokenT = Aws::String>
58 void SetChangeToken(ChangeTokenT&& value) { m_changeTokenHasBeenSet =
true; m_changeToken = std::forward<ChangeTokenT>(value); }
59 template<
typename ChangeTokenT = Aws::String>
65 bool m_ruleGroupIdHasBeenSet =
false;
68 bool m_changeTokenHasBeenSet =
false;
bool RuleGroupIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DeleteRuleGroupRequest & WithRuleGroupId(RuleGroupIdT &&value)
AWS_WAF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetRuleGroupId() const
const Aws::String & GetChangeToken() const
DeleteRuleGroupRequest & WithChangeToken(ChangeTokenT &&value)
AWS_WAF_API Aws::String SerializePayload() const override
AWS_WAF_API DeleteRuleGroupRequest()=default
bool ChangeTokenHasBeenSet() const
void SetChangeToken(ChangeTokenT &&value)
void SetRuleGroupId(RuleGroupIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String