7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename XssMatchSetIdT = Aws::String>
62 void SetXssMatchSetId(XssMatchSetIdT&& value) { m_xssMatchSetIdHasBeenSet =
true; m_xssMatchSetId = std::forward<XssMatchSetIdT>(value); }
63 template<
typename XssMatchSetIdT = 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_xssMatchSetIdHasBeenSet =
false;
85 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