VerifyDomainIdentityResponse class
Returns a TXT record that you must publish to the DNS server of your domain to complete domain verification with Amazon SES.
Constructors
- VerifyDomainIdentityResponse({required String verificationToken})
- VerifyDomainIdentityResponse.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verificationToken → String
-
A TXT record that you must place in the DNS settings of the domain to
complete domain verification with Amazon SES.
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