7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/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>
55 template<
typename ChangeTokenT = Aws::String>
56 void SetChangeToken(ChangeTokenT&& value) { m_changeTokenHasBeenSet =
true; m_changeToken = std::forward<ChangeTokenT>(value); }
57 template<
typename ChangeTokenT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_ruleGroupHasBeenSet =
false;
75 bool m_changeTokenHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
CreateRuleGroupResult & WithRequestId(RequestIdT &&value)
void SetChangeToken(ChangeTokenT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetChangeToken() const
AWS_WAFREGIONAL_API CreateRuleGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateRuleGroupResult & WithChangeToken(ChangeTokenT &&value)
const RuleGroup & GetRuleGroup() const
void SetRequestId(RequestIdT &&value)
AWS_WAFREGIONAL_API CreateRuleGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateRuleGroupResult & WithRuleGroup(RuleGroupT &&value)
AWS_WAFREGIONAL_API CreateRuleGroupResult()=default
void SetRuleGroup(RuleGroupT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue