GetConfigurationSetResponse class

Information about a configuration set.

Constructors

GetConfigurationSetResponse({String? configurationSetName, DeliveryOptions? deliveryOptions, ReputationOptions? reputationOptions, SendingOptions? sendingOptions, List<Tag>? tags, TrackingOptions? trackingOptions})
GetConfigurationSetResponse.fromJson(Map<String, dynamic> json)
factory

Properties

configurationSetName String?
The name of the configuration set.
final
deliveryOptions DeliveryOptions?
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
final
hashCode int
The hash code for this object.
no setterinherited
reputationOptions ReputationOptions?
An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendingOptions SendingOptions?
An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.
final
tags List<Tag>?
An array of objects that define the tags (keys and values) that are associated with the configuration set.
final
trackingOptions TrackingOptions?
An object that defines the open and click tracking options for emails that you send using 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