7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAF_EXPORTS.h>
9#include <aws/waf/model/RuleGroup.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename RuleGroupT = RuleGroup>
38 m_ruleGroupHasBeenSet =
true;
39 m_ruleGroup = std::forward<RuleGroupT>(value);
41 template <
typename RuleGroupT = RuleGroup>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_ruleGroupHasBeenSet =
false;
67 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