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 SetRegexPatternSetId(
const char* value) { m_regexPatternSetIdHasBeenSet =
true; m_regexPatternSetId.assign(value); }
55 bool m_regexPatternSetIdHasBeenSet =
false;
void SetRegexPatternSetId(Aws::String &&value)
GetRegexPatternSetRequest & WithRegexPatternSetId(Aws::String &&value)
AWS_WAFREGIONAL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetRegexPatternSetRequest & WithRegexPatternSetId(const Aws::String &value)
AWS_WAFREGIONAL_API GetRegexPatternSetRequest()
AWS_WAFREGIONAL_API Aws::String SerializePayload() const override
void SetRegexPatternSetId(const char *value)
const Aws::String & GetRegexPatternSetId() const
GetRegexPatternSetRequest & WithRegexPatternSetId(const char *value)
virtual const char * GetServiceRequestName() const override
void SetRegexPatternSetId(const Aws::String &value)
bool RegexPatternSetIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String