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>
51 inline void SetScope(
Scope value) { m_scopeHasBeenSet =
true; m_scope = value; }
65 template<
typename NextMarkerT = Aws::String>
66 void SetNextMarker(NextMarkerT&& value) { m_nextMarkerHasBeenSet =
true; m_nextMarker = std::forward<NextMarkerT>(value); }
67 template<
typename NextMarkerT = Aws::String>
78 inline int GetLimit()
const {
return m_limit; }
80 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
104 bool m_scopeHasBeenSet =
false;
107 bool m_nextMarkerHasBeenSet =
false;
110 bool m_limitHasBeenSet =
false;
113 bool m_logScopeHasBeenSet =
false;
ListLoggingConfigurationsRequest & WithScope(Scope value)
bool LimitHasBeenSet() const
LogScope GetLogScope() const
const Aws::String & GetNextMarker() const
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListLoggingConfigurationsRequest & WithLogScope(LogScope value)
AWS_WAFV2_API ListLoggingConfigurationsRequest()=default
bool LogScopeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListLoggingConfigurationsRequest & WithNextMarker(NextMarkerT &&value)
bool NextMarkerHasBeenSet() const
void SetLogScope(LogScope value)
bool ScopeHasBeenSet() const
AWS_WAFV2_API Aws::String SerializePayload() const override
ListLoggingConfigurationsRequest & WithLimit(int value)
void SetNextMarker(NextMarkerT &&value)
void SetScope(Scope value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String