DescribeConfigurationSetResponse class
Represents the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
Constructors
-
DescribeConfigurationSetResponse.new({ConfigurationSet? configurationSet, DeliveryOptions? deliveryOptions, List<
EventDestination> ? eventDestinations, ReputationOptions? reputationOptions, TrackingOptions? trackingOptions}) - DescribeConfigurationSetResponse.fromXml(XmlElement elem)
-
factory
Properties
- configurationSet → ConfigurationSet?
-
The configuration set object associated with the specified configuration
set.
final
- deliveryOptions → DeliveryOptions?
-
final
-
eventDestinations
→ List<
EventDestination> ? -
A list of event destinations associated with the configuration set.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- reputationOptions → ReputationOptions?
-
An object that represents the reputation settings for the configuration set.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trackingOptions → TrackingOptions?
-
The name of the custom open and click tracking domain associated with the
configuration set.
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