GeoMatchSet class

Constructors

GeoMatchSet({required List<GeoMatchConstraint> geoMatchConstraints, required String geoMatchSetId, String? name})
GeoMatchSet.fromJson(Map<String, dynamic> json)
factory

Properties

geoMatchConstraints List<GeoMatchConstraint>
An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.
final
geoMatchSetId String
The GeoMatchSetId for an GeoMatchSet. You use GeoMatchSetId to get information about a GeoMatchSet (see GeoMatchSet), update a GeoMatchSet (see UpdateGeoMatchSet), insert a GeoMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a GeoMatchSet from AWS WAF (see DeleteGeoMatchSet).
final
hashCode int
The hash code for this object.
no setterinherited
name String?
A friendly name or description of the GeoMatchSet. You can't change the name of an GeoMatchSet after you create it.
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