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>
71 inline void SetXssMatchSetId(
const char* value) { m_xssMatchSetIdHasBeenSet =
true; m_xssMatchSetId.assign(value); }
85 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
108 bool m_xssMatchSetIdHasBeenSet =
false;
111 bool m_nameHasBeenSet =
false;
114 bool m_xssMatchTuplesHasBeenSet =
false;
AWS_WAF_API XssMatchSet & operator=(Aws::Utils::Json::JsonView jsonValue)
bool XssMatchSetIdHasBeenSet() const
void SetXssMatchSetId(const char *value)
bool XssMatchTuplesHasBeenSet() const
XssMatchSet & WithName(Aws::String &&value)
bool NameHasBeenSet() const
XssMatchSet & AddXssMatchTuples(XssMatchTuple &&value)
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
XssMatchSet & WithXssMatchSetId(Aws::String &&value)
const Aws::String & GetXssMatchSetId() const
void SetName(const Aws::String &value)
XssMatchSet & WithXssMatchTuples(const Aws::Vector< XssMatchTuple > &value)
void SetXssMatchTuples(const Aws::Vector< XssMatchTuple > &value)
XssMatchSet & AddXssMatchTuples(const XssMatchTuple &value)
XssMatchSet & WithXssMatchSetId(const char *value)
AWS_WAF_API XssMatchSet(Aws::Utils::Json::JsonView jsonValue)
XssMatchSet & WithName(const char *value)
AWS_WAF_API XssMatchSet()
XssMatchSet & WithXssMatchTuples(Aws::Vector< XssMatchTuple > &&value)
void SetXssMatchSetId(Aws::String &&value)
XssMatchSet & WithName(const Aws::String &value)
XssMatchSet & WithXssMatchSetId(const Aws::String &value)
const Aws::String & GetName() const
void SetXssMatchTuples(Aws::Vector< XssMatchTuple > &&value)
void SetName(const char *value)
void SetName(Aws::String &&value)
const Aws::Vector< XssMatchTuple > & GetXssMatchTuples() const
void SetXssMatchSetId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue