7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAFRequest.h>
9#include <aws/waf/WAF_EXPORTS.h>
41 template <
typename RuleGroupIdT = Aws::String>
43 m_ruleGroupIdHasBeenSet =
true;
44 m_ruleGroupId = std::forward<RuleGroupIdT>(value);
46 template <
typename RuleGroupIdT = Aws::String>
59 template <
typename ChangeTokenT = Aws::String>
61 m_changeTokenHasBeenSet =
true;
62 m_changeToken = std::forward<ChangeTokenT>(value);
64 template <
typename ChangeTokenT = Aws::String>
74 bool m_ruleGroupIdHasBeenSet =
false;
75 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