7#include <aws/waf/WAFRequest.h>
8#include <aws/waf/WAF_EXPORTS.h>
9#include <aws/waf/model/LoggingConfiguration.h>
44 template <
typename LoggingConfigurationT = LoggingConfiguration>
46 m_loggingConfigurationHasBeenSet =
true;
47 m_loggingConfiguration = std::forward<LoggingConfigurationT>(value);
49 template <
typename LoggingConfigurationT = LoggingConfiguration>
57 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