7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/waf-regional/model/ByteMatchTuple.h>
74 inline void SetByteMatchSetId(
const char* value) { m_byteMatchSetIdHasBeenSet =
true; m_byteMatchSetId.assign(value); }
89 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
113 bool m_byteMatchSetIdHasBeenSet =
false;
116 bool m_nameHasBeenSet =
false;
119 bool m_byteMatchTuplesHasBeenSet =
false;
ByteMatchSet & AddByteMatchTuples(const ByteMatchTuple &value)
ByteMatchSet & WithByteMatchTuples(Aws::Vector< ByteMatchTuple > &&value)
void SetByteMatchTuples(Aws::Vector< ByteMatchTuple > &&value)
const Aws::Vector< ByteMatchTuple > & GetByteMatchTuples() const
void SetByteMatchSetId(const Aws::String &value)
ByteMatchSet & AddByteMatchTuples(ByteMatchTuple &&value)
ByteMatchSet & WithName(const Aws::String &value)
bool NameHasBeenSet() const
void SetName(const Aws::String &value)
ByteMatchSet & WithByteMatchTuples(const Aws::Vector< ByteMatchTuple > &value)
AWS_WAFREGIONAL_API ByteMatchSet()
AWS_WAFREGIONAL_API ByteMatchSet(Aws::Utils::Json::JsonView jsonValue)
ByteMatchSet & WithName(const char *value)
ByteMatchSet & WithName(Aws::String &&value)
ByteMatchSet & WithByteMatchSetId(const char *value)
bool ByteMatchSetIdHasBeenSet() const
void SetByteMatchSetId(Aws::String &&value)
ByteMatchSet & WithByteMatchSetId(Aws::String &&value)
bool ByteMatchTuplesHasBeenSet() const
const Aws::String & GetByteMatchSetId() const
void SetByteMatchTuples(const Aws::Vector< ByteMatchTuple > &value)
const Aws::String & GetName() const
AWS_WAFREGIONAL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAFREGIONAL_API ByteMatchSet & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetByteMatchSetId(const char *value)
ByteMatchSet & WithByteMatchSetId(const Aws::String &value)
void SetName(Aws::String &&value)
void SetName(const char *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