7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/waf/WAF_EXPORTS.h>
10#include <aws/waf/model/XssMatchTuple.h>
63 template <
typename XssMatchSetIdT = Aws::String>
65 m_xssMatchSetIdHasBeenSet =
true;
66 m_xssMatchSetId = std::forward<XssMatchSetIdT>(value);
68 template <
typename XssMatchSetIdT = Aws::String>
81 template <
typename NameT = Aws::String>
83 m_nameHasBeenSet =
true;
84 m_name = std::forward<NameT>(value);
86 template <
typename NameT = Aws::String>
88 SetName(std::forward<NameT>(value));
100 template <
typename XssMatchTuplesT = Aws::Vector<XssMatchTuple>>
102 m_xssMatchTuplesHasBeenSet =
true;
103 m_xssMatchTuples = std::forward<XssMatchTuplesT>(value);
105 template <
typename XssMatchTuplesT = Aws::Vector<XssMatchTuple>>
110 template <
typename XssMatchTuplesT = XssMatchTuple>
112 m_xssMatchTuplesHasBeenSet =
true;
113 m_xssMatchTuples.emplace_back(std::forward<XssMatchTuplesT>(value));
123 bool m_xssMatchSetIdHasBeenSet =
false;
124 bool m_nameHasBeenSet =
false;
125 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