ListEmailIdentitiesResponse class

A list of all of the identities that you've attempted to verify for use with Amazon Pinpoint, regardless of whether or not those identities were successfully verified.

Constructors

ListEmailIdentitiesResponse({List<IdentityInfo>? emailIdentities, String? nextToken})
ListEmailIdentitiesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

emailIdentities List<IdentityInfo>?
An array that includes all of the identities associated with your Amazon Pinpoint account.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListEmailIdentities, and pass this token in the NextToken parameter.
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