7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/model/RuleGroup.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename RuleGroupT = RuleGroup>
42 void SetRuleGroup(RuleGroupT&& value) { m_ruleGroupHasBeenSet =
true; m_ruleGroup = std::forward<RuleGroupT>(value); }
43 template<
typename RuleGroupT = RuleGroup>
59 template<
typename LockTokenT = Aws::String>
60 void SetLockToken(LockTokenT&& value) { m_lockTokenHasBeenSet =
true; m_lockToken = std::forward<LockTokenT>(value); }
61 template<
typename LockTokenT = Aws::String>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_ruleGroupHasBeenSet =
false;
79 bool m_lockTokenHasBeenSet =
false;
82 bool m_requestIdHasBeenSet =
false;
AWS_WAFV2_API GetRuleGroupResult()=default
GetRuleGroupResult & WithRuleGroup(RuleGroupT &&value)
AWS_WAFV2_API GetRuleGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRuleGroupResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetLockToken(LockTokenT &&value)
const RuleGroup & GetRuleGroup() const
void SetRuleGroup(RuleGroupT &&value)
const Aws::String & GetLockToken() const
const Aws::String & GetRequestId() const
AWS_WAFV2_API GetRuleGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRuleGroupResult & WithLockToken(LockTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue