@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String dnsName()
The DNS name.
public String hostedZoneId()
The ID of the private hosted zone.
public DnsEntry.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DnsEntry.Builder,DnsEntry>
public static DnsEntry.Builder builder()
public static Class<? extends DnsEntry.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.