ReceiptFilter class
A receipt IP address filter enables you to specify whether to accept or reject mail originating from an IP address or range of IP addresses.
For information about setting up IP address filters, see the Amazon SES Developer Guide.
Constructors
- ReceiptFilter.new({required ReceiptIpFilter ipFilter, required String name})
- ReceiptFilter.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ipFilter → ReceiptIpFilter
-
A structure that provides the IP addresses to block or allow, and whether to
block or allow incoming mail from them.
final
- name → String
-
The name of the IP address filter. The name must:
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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited