7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/WAFV2Request.h>
9#include <aws/wafv2/model/Scope.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/wafv2/model/Rule.h>
53 inline void SetScope(
const Scope& value) { m_scopeHasBeenSet =
true; m_scope = value; }
54 inline void SetScope(
Scope&& value) { m_scopeHasBeenSet =
true; m_scope = std::move(value); }
76 bool m_scopeHasBeenSet =
false;
79 bool m_rulesHasBeenSet =
false;
const Aws::Vector< Rule > & GetRules() const
CheckCapacityRequest & AddRules(const Rule &value)
void SetRules(Aws::Vector< Rule > &&value)
bool RulesHasBeenSet() const
bool ScopeHasBeenSet() const
CheckCapacityRequest & WithScope(const Scope &value)
const Scope & GetScope() const
CheckCapacityRequest & WithRules(const Aws::Vector< Rule > &value)
virtual const char * GetServiceRequestName() const override
void SetScope(Scope &&value)
AWS_WAFV2_API CheckCapacityRequest()
AWS_WAFV2_API Aws::String SerializePayload() const override
void SetRules(const Aws::Vector< Rule > &value)
CheckCapacityRequest & WithScope(Scope &&value)
CheckCapacityRequest & WithRules(Aws::Vector< Rule > &&value)
CheckCapacityRequest & AddRules(Rule &&value)
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetScope(const Scope &value)
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