7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/model/ChangeAction.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
69 template<
typename RegexPatternStringT = Aws::String>
70 void SetRegexPatternString(RegexPatternStringT&& value) { m_regexPatternStringHasBeenSet =
true; m_regexPatternString = std::forward<RegexPatternStringT>(value); }
71 template<
typename RegexPatternStringT = Aws::String>
77 bool m_actionHasBeenSet =
false;
80 bool m_regexPatternStringHasBeenSet =
false;
ChangeAction GetAction() const
void SetRegexPatternString(RegexPatternStringT &&value)
bool RegexPatternStringHasBeenSet() const
AWS_WAFREGIONAL_API RegexPatternSetUpdate(Aws::Utils::Json::JsonView jsonValue)
void SetAction(ChangeAction value)
AWS_WAFREGIONAL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAFREGIONAL_API RegexPatternSetUpdate()=default
bool ActionHasBeenSet() const
RegexPatternSetUpdate & WithRegexPatternString(RegexPatternStringT &&value)
const Aws::String & GetRegexPatternString() const
RegexPatternSetUpdate & WithAction(ChangeAction value)
AWS_WAFREGIONAL_API RegexPatternSetUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue