ConfigurationSet class

The name of the configuration set.

Configuration sets let you create groups of rules that you can apply to the emails you send using Amazon SES. For more information about using configuration sets, see Using Amazon SES Configuration Sets in the Amazon SES Developer Guide.

Constructors

ConfigurationSet({required String name})
ConfigurationSet.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the configuration set. The name must meet the following requirements:
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