7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/WAFRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/waf/model/RuleGroupUpdate.h>
47 template<
typename RuleGroupIdT = Aws::String>
48 void SetRuleGroupId(RuleGroupIdT&& value) { m_ruleGroupIdHasBeenSet =
true; m_ruleGroupId = std::forward<RuleGroupIdT>(value); }
49 template<
typename RuleGroupIdT = Aws::String>
66 template<
typename UpdatesT = Aws::Vector<RuleGroupUpdate>>
67 void SetUpdates(UpdatesT&& value) { m_updatesHasBeenSet =
true; m_updates = std::forward<UpdatesT>(value); }
68 template<
typename UpdatesT = Aws::Vector<RuleGroupUpdate>>
70 template<
typename UpdatesT = RuleGroupUpdate>
80 template<
typename ChangeTokenT = Aws::String>
81 void SetChangeToken(ChangeTokenT&& value) { m_changeTokenHasBeenSet =
true; m_changeToken = std::forward<ChangeTokenT>(value); }
82 template<
typename ChangeTokenT = Aws::String>
88 bool m_ruleGroupIdHasBeenSet =
false;
91 bool m_updatesHasBeenSet =
false;
94 bool m_changeTokenHasBeenSet =
false;
UpdateRuleGroupRequest & WithRuleGroupId(RuleGroupIdT &&value)
const Aws::Vector< RuleGroupUpdate > & GetUpdates() const
void SetUpdates(UpdatesT &&value)
AWS_WAF_API UpdateRuleGroupRequest()=default
bool UpdatesHasBeenSet() const
const Aws::String & GetChangeToken() const
bool RuleGroupIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateRuleGroupRequest & AddUpdates(UpdatesT &&value)
UpdateRuleGroupRequest & WithUpdates(UpdatesT &&value)
void SetRuleGroupId(RuleGroupIdT &&value)
const Aws::String & GetRuleGroupId() const
AWS_WAF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateRuleGroupRequest & WithChangeToken(ChangeTokenT &&value)
void SetChangeToken(ChangeTokenT &&value)
AWS_WAF_API Aws::String SerializePayload() const override
bool ChangeTokenHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector