ByteMatchSet class

Constructors

ByteMatchSet({required String byteMatchSetId, required List<ByteMatchTuple> byteMatchTuples, String? name})
ByteMatchSet.fromJson(Map<String, dynamic> json)
factory

Properties

byteMatchSetId String
The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet).
final
byteMatchTuples List<ByteMatchTuple>
Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited