7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/WAFRegionalRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetSqlInjectionMatchSetId(
const char* value) { m_sqlInjectionMatchSetIdHasBeenSet =
true; m_sqlInjectionMatchSetId.assign(value); }
58 bool m_sqlInjectionMatchSetIdHasBeenSet =
false;
GetSqlInjectionMatchSetRequest & WithSqlInjectionMatchSetId(Aws::String &&value)
bool SqlInjectionMatchSetIdHasBeenSet() const
AWS_WAFREGIONAL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_WAFREGIONAL_API GetSqlInjectionMatchSetRequest()
const Aws::String & GetSqlInjectionMatchSetId() const
AWS_WAFREGIONAL_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
GetSqlInjectionMatchSetRequest & WithSqlInjectionMatchSetId(const Aws::String &value)
void SetSqlInjectionMatchSetId(const Aws::String &value)
void SetSqlInjectionMatchSetId(Aws::String &&value)
void SetSqlInjectionMatchSetId(const char *value)
GetSqlInjectionMatchSetRequest & WithSqlInjectionMatchSetId(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String