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(Aws::String &&value)
AWS_WAFV2_API GetLoggingConfigurationRequest()
void SetLogType(LogType &&value)
GetLoggingConfigurationRequest & WithResourceArn(const Aws::String &value)
bool LogTypeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool ResourceArnHasBeenSet() const
GetLoggingConfigurationRequest & WithLogScope(LogScope &&value)
AWS_WAFV2_API Aws::String SerializePayload() const override
bool LogScopeHasBeenSet() const
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetLoggingConfigurationRequest & WithLogType(LogType &&value)
void SetLogScope(LogScope &&value)
const LogType & GetLogType() const
void SetResourceArn(const char *value)
GetLoggingConfigurationRequest & WithResourceArn(const char *value)
void SetResourceArn(const Aws::String &value)
void SetLogScope(const LogScope &value)
GetLoggingConfigurationRequest & WithLogScope(const LogScope &value)
const Aws::String & GetResourceArn() const
GetLoggingConfigurationRequest & WithResourceArn(Aws::String &&value)
void SetLogType(const LogType &value)
const LogScope & GetLogScope() const
GetLoggingConfigurationRequest & WithLogType(const LogType &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String