7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/waf/model/XssMatchTuple.h>
69 template<
typename XssMatchSetIdT = Aws::String>
70 void SetXssMatchSetId(XssMatchSetIdT&& value) { m_xssMatchSetIdHasBeenSet =
true; m_xssMatchSetId = std::forward<XssMatchSetIdT>(value); }
71 template<
typename XssMatchSetIdT = Aws::String>
81 template<
typename NameT = Aws::String>
82 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
83 template<
typename NameT = Aws::String>
94 template<
typename XssMatchTuplesT = Aws::Vector<XssMatchTuple>>
95 void SetXssMatchTuples(XssMatchTuplesT&& value) { m_xssMatchTuplesHasBeenSet =
true; m_xssMatchTuples = std::forward<XssMatchTuplesT>(value); }
96 template<
typename XssMatchTuplesT = Aws::Vector<XssMatchTuple>>
98 template<
typename XssMatchTuplesT = XssMatchTuple>
99 XssMatchSet&
AddXssMatchTuples(XssMatchTuplesT&& value) { m_xssMatchTuplesHasBeenSet =
true; m_xssMatchTuples.emplace_back(std::forward<XssMatchTuplesT>(value));
return *
this; }
104 bool m_xssMatchSetIdHasBeenSet =
false;
107 bool m_nameHasBeenSet =
false;
110 bool m_xssMatchTuplesHasBeenSet =
false;
AWS_WAF_API XssMatchSet & operator=(Aws::Utils::Json::JsonView jsonValue)
bool XssMatchSetIdHasBeenSet() const
bool XssMatchTuplesHasBeenSet() const
bool NameHasBeenSet() const
XssMatchSet & WithXssMatchTuples(XssMatchTuplesT &&value)
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetXssMatchSetId() const
void SetXssMatchSetId(XssMatchSetIdT &&value)
XssMatchSet & WithName(NameT &&value)
XssMatchSet & WithXssMatchSetId(XssMatchSetIdT &&value)
void SetXssMatchTuples(XssMatchTuplesT &&value)
XssMatchSet & AddXssMatchTuples(XssMatchTuplesT &&value)
AWS_WAF_API XssMatchSet(Aws::Utils::Json::JsonView jsonValue)
AWS_WAF_API XssMatchSet()=default
const Aws::String & GetName() const
void SetName(NameT &&value)
const Aws::Vector< XssMatchTuple > & GetXssMatchTuples() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue