7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAF_EXPORTS.h>
55 template <
typename XssMatchSetIdT = Aws::String>
57 m_xssMatchSetIdHasBeenSet =
true;
58 m_xssMatchSetId = std::forward<XssMatchSetIdT>(value);
60 template <
typename XssMatchSetIdT = 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_xssMatchSetIdHasBeenSet =
false;
90 bool m_nameHasBeenSet =
false;
void SetName(NameT &&value)
const Aws::String & GetName() const
XssMatchSetSummary & WithName(NameT &&value)
AWS_WAF_API XssMatchSetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetXssMatchSetId() const
AWS_WAF_API XssMatchSetSummary()=default
XssMatchSetSummary & WithXssMatchSetId(XssMatchSetIdT &&value)
bool XssMatchSetIdHasBeenSet() const
AWS_WAF_API XssMatchSetSummary(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
void SetXssMatchSetId(XssMatchSetIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue