7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/WAFRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename NextMarkerT = Aws::String>
50 void SetNextMarker(NextMarkerT&& value) { m_nextMarkerHasBeenSet =
true; m_nextMarker = std::forward<NextMarkerT>(value); }
51 template<
typename NextMarkerT = Aws::String>
62 inline int GetLimit()
const {
return m_limit; }
64 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
70 bool m_nextMarkerHasBeenSet =
false;
73 bool m_limitHasBeenSet =
false;
const Aws::String & GetNextMarker() const
AWS_WAF_API Aws::String SerializePayload() const override
AWS_WAF_API ListRulesRequest()=default
void SetNextMarker(NextMarkerT &&value)
bool NextMarkerHasBeenSet() const
bool LimitHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListRulesRequest & WithNextMarker(NextMarkerT &&value)
AWS_WAF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListRulesRequest & WithLimit(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String