7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename RegexMatchSetIdT = Aws::String>
62 void SetRegexMatchSetId(RegexMatchSetIdT&& value) { m_regexMatchSetIdHasBeenSet =
true; m_regexMatchSetId = std::forward<RegexMatchSetIdT>(value); }
63 template<
typename RegexMatchSetIdT = Aws::String>
74 template<
typename NameT = Aws::String>
75 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
76 template<
typename NameT = Aws::String>
82 bool m_regexMatchSetIdHasBeenSet =
false;
85 bool m_nameHasBeenSet =
false;
bool NameHasBeenSet() const
const Aws::String & GetRegexMatchSetId() const
bool RegexMatchSetIdHasBeenSet() const
AWS_WAFREGIONAL_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
RegexMatchSetSummary & WithName(NameT &&value)
AWS_WAFREGIONAL_API RegexMatchSetSummary()=default
const Aws::String & GetName() const
AWS_WAFREGIONAL_API RegexMatchSetSummary(Aws::Utils::Json::JsonView jsonValue)
RegexMatchSetSummary & WithRegexMatchSetId(RegexMatchSetIdT &&value)
void SetRegexMatchSetId(RegexMatchSetIdT &&value)
AWS_WAFREGIONAL_API RegexMatchSetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue