7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/WAFRegionalRequest.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;
bool SqlInjectionMatchSetIdHasBeenSet() const
AWS_WAFREGIONAL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetSqlInjectionMatchSetId() const
GetSqlInjectionMatchSetRequest & WithSqlInjectionMatchSetId(SqlInjectionMatchSetIdT &&value)
AWS_WAFREGIONAL_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetSqlInjectionMatchSetId(SqlInjectionMatchSetIdT &&value)
AWS_WAFREGIONAL_API GetSqlInjectionMatchSetRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String