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>
11#include <aws/wafv2/model/LogScope.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); }
71 inline void SetNextMarker(
const char* value) { m_nextMarkerHasBeenSet =
true; m_nextMarker.assign(value); }
86 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
112 bool m_scopeHasBeenSet =
false;
115 bool m_nextMarkerHasBeenSet =
false;
118 bool m_limitHasBeenSet =
false;
121 bool m_logScopeHasBeenSet =
false;
void SetLogScope(LogScope &&value)
void SetLogScope(const LogScope &value)
bool LimitHasBeenSet() const
AWS_WAFV2_API ListLoggingConfigurationsRequest()
const Aws::String & GetNextMarker() const
ListLoggingConfigurationsRequest & WithScope(Scope &&value)
ListLoggingConfigurationsRequest & WithLogScope(LogScope &&value)
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetScope(Scope &&value)
ListLoggingConfigurationsRequest & WithNextMarker(Aws::String &&value)
void SetNextMarker(Aws::String &&value)
bool LogScopeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetNextMarker(const Aws::String &value)
const Scope & GetScope() const
bool NextMarkerHasBeenSet() const
bool ScopeHasBeenSet() const
ListLoggingConfigurationsRequest & WithNextMarker(const char *value)
ListLoggingConfigurationsRequest & WithNextMarker(const Aws::String &value)
AWS_WAFV2_API Aws::String SerializePayload() const override
const LogScope & GetLogScope() const
ListLoggingConfigurationsRequest & WithScope(const Scope &value)
void SetScope(const Scope &value)
void SetNextMarker(const char *value)
ListLoggingConfigurationsRequest & WithLimit(int value)
ListLoggingConfigurationsRequest & WithLogScope(const LogScope &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String