ToCopyableBuilder<TestDNSAnswerResponse.Builder,TestDNSAnswerResponse>@Generated("software.amazon.awssdk:codegen") public class TestDNSAnswerResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<TestDNSAnswerResponse.Builder,TestDNSAnswerResponse>
A complex type that contains the response to a TestDNSAnswer request.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
TestDNSAnswerResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static TestDNSAnswerResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nameserver() |
The Amazon Route 53 name server used to respond to the request.
|
String |
protocol() |
The protocol that Amazon Route 53 used to respond to the request, either
UDP or TCP. |
List<String> |
recordData() |
A list that contains values that Amazon Route 53 returned for this resource record set.
|
String |
recordName() |
The name of the resource record set that you submitted a request for.
|
String |
recordType() |
The type of the resource record set that you submitted a request for.
|
String |
responseCode() |
A code that indicates whether the request is valid or not.
|
static Class<? extends TestDNSAnswerResponse.Builder> |
serializableBuilderClass() |
|
TestDNSAnswerResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic String nameserver()
The Amazon Route 53 name server used to respond to the request.
public String recordName()
The name of the resource record set that you submitted a request for.
public String recordType()
The type of the resource record set that you submitted a request for.
RRTypepublic List<String> recordData()
A list that contains values that Amazon Route 53 returned for this resource record set.
public String responseCode()
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.
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.public String protocol()
The protocol that Amazon Route 53 used to respond to the request, either UDP or TCP.
UDP or
TCP.public TestDNSAnswerResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<TestDNSAnswerResponse.Builder,TestDNSAnswerResponse>public static TestDNSAnswerResponse.Builder builder()
public static Class<? extends TestDNSAnswerResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.