DedicatedIp class
Contains information about a dedicated IP address that is associated with your Amazon SES account.
To learn more about requesting dedicated IP addresses, see Requesting and Relinquishing Dedicated IP Addresses in the Amazon SES Developer Guide.
Constructors
- DedicatedIp({required String ip, required int warmupPercentage, required WarmupStatus warmupStatus, String? poolName})
-
DedicatedIp.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ip → String
-
An IPv4 address.
final
- poolName → String?
-
The name of the dedicated IP pool that the IP address is associated with.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- warmupPercentage → int
-
Indicates how complete the dedicated IP warm-up process is. When this value
equals 1, the address has completed the warm-up process and is ready for
use.
final
- warmupStatus → WarmupStatus
-
The warm-up status of a dedicated IP address. The status can have one of the
following values:
final
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