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 anGeoMatchSet
. You useGeoMatchSetId
to get information about aGeoMatchSet
(see GeoMatchSet), update aGeoMatchSet
(see UpdateGeoMatchSet), insert aGeoMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aGeoMatchSet
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