7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/WAFRegionalRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetRegexMatchSetId(
const char* value) { m_regexMatchSetIdHasBeenSet =
true; m_regexMatchSetId.assign(value); }
55 bool m_regexMatchSetIdHasBeenSet =
false;
bool RegexMatchSetIdHasBeenSet() const
AWS_WAFREGIONAL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetRegexMatchSetRequest & WithRegexMatchSetId(const char *value)
GetRegexMatchSetRequest & WithRegexMatchSetId(Aws::String &&value)
AWS_WAFREGIONAL_API GetRegexMatchSetRequest()
AWS_WAFREGIONAL_API Aws::String SerializePayload() const override
const Aws::String & GetRegexMatchSetId() const
void SetRegexMatchSetId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetRegexMatchSetId(const Aws::String &value)
GetRegexMatchSetRequest & WithRegexMatchSetId(const Aws::String &value)
void SetRegexMatchSetId(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String