7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/waf/WAF_EXPORTS.h>
10#include <aws/waf/model/RuleGroup.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename RuleGroupT = RuleGroup>
38 m_ruleGroupHasBeenSet =
true;
39 m_ruleGroup = std::forward<RuleGroupT>(value);
41 template <
typename RuleGroupT = RuleGroup>
56 template <
typename ChangeTokenT = Aws::String>
58 m_changeTokenHasBeenSet =
true;
59 m_changeToken = std::forward<ChangeTokenT>(value);
61 template <
typename ChangeTokenT = Aws::String>
71 template <
typename RequestIdT = Aws::String>
73 m_requestIdHasBeenSet =
true;
74 m_requestId = std::forward<RequestIdT>(value);
76 template <
typename RequestIdT = Aws::String>
91 bool m_ruleGroupHasBeenSet =
false;
92 bool m_changeTokenHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const RuleGroup & GetRuleGroup() const
void SetRuleGroup(RuleGroupT &&value)
CreateRuleGroupResult & WithChangeToken(ChangeTokenT &&value)
CreateRuleGroupResult & WithRuleGroup(RuleGroupT &&value)
CreateRuleGroupResult & WithRequestId(RequestIdT &&value)
AWS_WAF_API CreateRuleGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetChangeToken() const
AWS_WAF_API CreateRuleGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_WAF_API CreateRuleGroupResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetChangeToken(ChangeTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue