7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/WAFV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/wafv2/model/LogType.h>
11#include <aws/wafv2/model/LogScope.h>
48 inline void SetResourceArn(
const char* value) { m_resourceArnHasBeenSet =
true; m_resourceArn.assign(value); }
61 inline void SetLogType(
const LogType& value) { m_logTypeHasBeenSet =
true; m_logType = value; }
62 inline void SetLogType(
LogType&& value) { m_logTypeHasBeenSet =
true; m_logType = std::move(value); }
82 inline void SetLogScope(
LogScope&& value) { m_logScopeHasBeenSet =
true; m_logScope = std::move(value); }
89 bool m_resourceArnHasBeenSet =
false;
92 bool m_logTypeHasBeenSet =
false;
95 bool m_logScopeHasBeenSet =
false;
void SetResourceArn(const Aws::String &value)
DeleteLoggingConfigurationRequest & WithResourceArn(Aws::String &&value)
void SetLogType(LogType &&value)
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ResourceArnHasBeenSet() const
const LogScope & GetLogScope() const
void SetLogScope(LogScope &&value)
AWS_WAFV2_API Aws::String SerializePayload() const override
DeleteLoggingConfigurationRequest & WithLogType(const LogType &value)
DeleteLoggingConfigurationRequest & WithResourceArn(const char *value)
void SetResourceArn(Aws::String &&value)
DeleteLoggingConfigurationRequest & WithLogType(LogType &&value)
bool LogScopeHasBeenSet() const
void SetLogScope(const LogScope &value)
const LogType & GetLogType() const
void SetLogType(const LogType &value)
bool LogTypeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_WAFV2_API DeleteLoggingConfigurationRequest()
DeleteLoggingConfigurationRequest & WithLogScope(LogScope &&value)
void SetResourceArn(const char *value)
DeleteLoggingConfigurationRequest & WithLogScope(const LogScope &value)
DeleteLoggingConfigurationRequest & WithResourceArn(const Aws::String &value)
const Aws::String & GetResourceArn() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String