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>
53 bool m_ruleGroupIdHasBeenSet =
false;
AWS_WAF_API GetRuleGroupRequest()=default
void SetRuleGroupId(RuleGroupIdT &&value)
bool RuleGroupIdHasBeenSet() const
GetRuleGroupRequest & WithRuleGroupId(RuleGroupIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_WAF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetRuleGroupId() const
AWS_WAF_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String