7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAF_EXPORTS.h>
55 template <
typename RegexMatchSetIdT = Aws::String>
57 m_regexMatchSetIdHasBeenSet =
true;
58 m_regexMatchSetId = std::forward<RegexMatchSetIdT>(value);
60 template <
typename RegexMatchSetIdT = Aws::String>
74 template <
typename NameT = Aws::String>
76 m_nameHasBeenSet =
true;
77 m_name = std::forward<NameT>(value);
79 template <
typename NameT = Aws::String>
81 SetName(std::forward<NameT>(value));
89 bool m_regexMatchSetIdHasBeenSet =
false;
90 bool m_nameHasBeenSet =
false;
bool NameHasBeenSet() const
void SetRegexMatchSetId(RegexMatchSetIdT &&value)
RegexMatchSetSummary & WithRegexMatchSetId(RegexMatchSetIdT &&value)
AWS_WAF_API RegexMatchSetSummary()=default
const Aws::String & GetRegexMatchSetId() const
const Aws::String & GetName() const
AWS_WAF_API RegexMatchSetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
RegexMatchSetSummary & WithName(NameT &&value)
AWS_WAF_API RegexMatchSetSummary(Aws::Utils::Json::JsonView jsonValue)
bool RegexMatchSetIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue