ListConfigurationSetsResponse class
A list of configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
Constructors
-
ListConfigurationSetsResponse({List<
ConfigurationSet> ? configurationSets, String? nextToken}) - ListConfigurationSetsResponse.fromXml(XmlElement elem)
-
factory
Properties
-
configurationSets
→ List<
ConfigurationSet> ? -
A list of configuration sets.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextToken → String?
-
A token indicating that there are additional configuration sets available to
be listed. Pass this token to successive calls of
ListConfigurationSets
.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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited