TestDNSAnswerResponse class
A complex type that contains the response to a TestDNSAnswer
request.
Constructors
-
TestDNSAnswerResponse({required String nameserver, required String protocol, required List<
String> recordData, required String recordName, required RRType recordType, required String responseCode}) - TestDNSAnswerResponse.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nameserver → String
-
The Amazon Route 53 name server used to respond to the request.
final
- protocol → String
-
The protocol that Amazon Route 53 used to respond to the request, either
UDP
orTCP
.final -
recordData
→ List<
String> -
A list that contains values that Amazon Route 53 returned for this resource
record set.
final
- recordName → String
-
The name of the resource record set that you submitted a request for.
final
- recordType → RRType
-
The type of the resource record set that you submitted a request for.
final
- responseCode → String
-
A code that indicates whether the request is valid or not. The most common
response code is
NOERROR
, meaning that the request is valid. If the response is not valid, Amazon Route 53 returns a response code that describes the error. For a list of possible response codes, see DNS RCODES on the IANA website.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