7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/model/RuleGroup.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename RuleGroupT = RuleGroup>
43 void SetRuleGroup(RuleGroupT&& value) { m_ruleGroupHasBeenSet =
true; m_ruleGroup = std::forward<RuleGroupT>(value); }
44 template<
typename RuleGroupT = RuleGroup>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_ruleGroupHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
GetRuleGroupResult & WithRequestId(RequestIdT &&value)
AWS_WAF_API GetRuleGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRuleGroupResult & WithRuleGroup(RuleGroupT &&value)
AWS_WAF_API GetRuleGroupResult()=default
AWS_WAF_API GetRuleGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetRuleGroup(RuleGroupT &&value)
const Aws::String & GetRequestId() const
const RuleGroup & GetRuleGroup() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue