7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/WAFRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename SqlInjectionMatchSetIdT = Aws::String>
49 void SetSqlInjectionMatchSetId(SqlInjectionMatchSetIdT&& value) { m_sqlInjectionMatchSetIdHasBeenSet =
true; m_sqlInjectionMatchSetId = std::forward<SqlInjectionMatchSetIdT>(value); }
50 template<
typename SqlInjectionMatchSetIdT = Aws::String>
56 bool m_sqlInjectionMatchSetIdHasBeenSet =
false;
AWS_WAF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetSqlInjectionMatchSetId() const
void SetSqlInjectionMatchSetId(SqlInjectionMatchSetIdT &&value)
bool SqlInjectionMatchSetIdHasBeenSet() const
GetSqlInjectionMatchSetRequest & WithSqlInjectionMatchSetId(SqlInjectionMatchSetIdT &&value)
AWS_WAF_API Aws::String SerializePayload() const override
AWS_WAF_API GetSqlInjectionMatchSetRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String