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/AWSString.h>
52 inline void SetScope(
const Scope& value) { m_scopeHasBeenSet =
true; m_scope = value; }
53 inline void SetScope(
Scope&& value) { m_scopeHasBeenSet =
true; m_scope = std::move(value); }
70 inline void SetNextMarker(
const char* value) { m_nextMarkerHasBeenSet =
true; m_nextMarker.assign(value); }
85 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
91 bool m_scopeHasBeenSet =
false;
94 bool m_nextMarkerHasBeenSet =
false;
97 bool m_limitHasBeenSet =
false;
void SetNextMarker(const Aws::String &value)
bool NextMarkerHasBeenSet() const
void SetScope(Scope &&value)
AWS_WAFV2_API Aws::String SerializePayload() const override
ListRuleGroupsRequest & WithNextMarker(const Aws::String &value)
ListRuleGroupsRequest & WithNextMarker(const char *value)
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListRuleGroupsRequest & WithScope(const Scope &value)
void SetScope(const Scope &value)
bool LimitHasBeenSet() const
ListRuleGroupsRequest & WithNextMarker(Aws::String &&value)
bool ScopeHasBeenSet() const
ListRuleGroupsRequest & WithScope(Scope &&value)
const Aws::String & GetNextMarker() const
virtual const char * GetServiceRequestName() const override
const Scope & GetScope() const
void SetNextMarker(const char *value)
ListRuleGroupsRequest & WithLimit(int value)
AWS_WAFV2_API ListRuleGroupsRequest()
void SetNextMarker(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String