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/ByteMatchTuple.h>
66 template <
typename ByteMatchSetIdT = Aws::String>
68 m_byteMatchSetIdHasBeenSet =
true;
69 m_byteMatchSetId = std::forward<ByteMatchSetIdT>(value);
71 template <
typename ByteMatchSetIdT = Aws::String>
85 template <
typename NameT = Aws::String>
87 m_nameHasBeenSet =
true;
88 m_name = std::forward<NameT>(value);
90 template <
typename NameT = Aws::String>
92 SetName(std::forward<NameT>(value));
105 template <
typename ByteMatchTuplesT = Aws::Vector<ByteMatchTuple>>
107 m_byteMatchTuplesHasBeenSet =
true;
108 m_byteMatchTuples = std::forward<ByteMatchTuplesT>(value);
110 template <
typename ByteMatchTuplesT = Aws::Vector<ByteMatchTuple>>
115 template <
typename ByteMatchTuplesT = ByteMatchTuple>
117 m_byteMatchTuplesHasBeenSet =
true;
118 m_byteMatchTuples.emplace_back(std::forward<ByteMatchTuplesT>(value));
128 bool m_byteMatchSetIdHasBeenSet =
false;
129 bool m_nameHasBeenSet =
false;
130 bool m_byteMatchTuplesHasBeenSet =
false;
ByteMatchSet & WithName(NameT &&value)
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
ByteMatchSet & WithByteMatchTuples(ByteMatchTuplesT &&value)
AWS_WAF_API ByteMatchSet(Aws::Utils::Json::JsonView jsonValue)
void SetByteMatchTuples(ByteMatchTuplesT &&value)
bool NameHasBeenSet() const
const Aws::Vector< ByteMatchTuple > & GetByteMatchTuples() const
ByteMatchSet & WithByteMatchSetId(ByteMatchSetIdT &&value)
const Aws::String & GetByteMatchSetId() const
AWS_WAF_API ByteMatchSet & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WAF_API ByteMatchSet()=default
bool ByteMatchTuplesHasBeenSet() const
ByteMatchSet & AddByteMatchTuples(ByteMatchTuplesT &&value)
bool ByteMatchSetIdHasBeenSet() const
const Aws::String & GetName() const
void SetByteMatchSetId(ByteMatchSetIdT &&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