@Generated(value="software.amazon.awssdk:codegen") public final class DnsEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DnsEntry.Builder,DnsEntry>
Describes a DNS entry.
Modifier and Type | Class and Description |
---|---|
static interface |
DnsEntry.Builder |
Modifier and Type | Method and Description |
---|---|
static DnsEntry.Builder |
builder() |
String |
dnsName()
The DNS name.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hostedZoneId()
The ID of the private hosted zone.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DnsEntry.Builder> |
serializableBuilderClass() |
DnsEntry.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String dnsName()
The DNS name.
public String hostedZoneId()
The ID of the private hosted zone.
public DnsEntry.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DnsEntry.Builder,DnsEntry>
public static DnsEntry.Builder builder()
public static Class<? extends DnsEntry.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.