7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/WAFRequest.h>
9#include <aws/waf/model/LoggingConfiguration.h>
48 template<
typename LoggingConfigurationT = LoggingConfiguration>
49 void SetLoggingConfiguration(LoggingConfigurationT&& value) { m_loggingConfigurationHasBeenSet =
true; m_loggingConfiguration = std::forward<LoggingConfigurationT>(value); }
50 template<
typename LoggingConfigurationT = LoggingConfiguration>
56 bool m_loggingConfigurationHasBeenSet =
false;
AWS_WAF_API PutLoggingConfigurationRequest()=default
PutLoggingConfigurationRequest & WithLoggingConfiguration(LoggingConfigurationT &&value)
AWS_WAF_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool LoggingConfigurationHasBeenSet() const
const LoggingConfiguration & GetLoggingConfiguration() const
void SetLoggingConfiguration(LoggingConfigurationT &&value)
AWS_WAF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String