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>
50 inline void SetScope(
Scope value) { m_scopeHasBeenSet =
true; m_scope = value; }
64 template<
typename NextMarkerT = Aws::String>
65 void SetNextMarker(NextMarkerT&& value) { m_nextMarkerHasBeenSet =
true; m_nextMarker = std::forward<NextMarkerT>(value); }
66 template<
typename NextMarkerT = Aws::String>
77 inline int GetLimit()
const {
return m_limit; }
79 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
85 bool m_scopeHasBeenSet =
false;
88 bool m_nextMarkerHasBeenSet =
false;
91 bool m_limitHasBeenSet =
false;
bool NextMarkerHasBeenSet() const
AWS_WAFV2_API Aws::String SerializePayload() const override
ListRuleGroupsRequest & WithScope(Scope value)
void SetScope(Scope value)
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_WAFV2_API ListRuleGroupsRequest()=default
void SetNextMarker(NextMarkerT &&value)
bool LimitHasBeenSet() const
bool ScopeHasBeenSet() const
const Aws::String & GetNextMarker() const
virtual const char * GetServiceRequestName() const override
ListRuleGroupsRequest & WithNextMarker(NextMarkerT &&value)
ListRuleGroupsRequest & WithLimit(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String