@Generated(value="software.amazon.awssdk:codegen") public final class SOARecord extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SOARecord.Builder,SOARecord>
An object that contains information about the start of authority (SOA) record associated with the identity.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SOARecord.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
adminEmail()
Administrative contact email from the SOA record.
|
static SOARecord.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
primaryNameServer()
Primary name server specified in the SOA record.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SOARecord.Builder> |
serializableBuilderClass() |
Long |
serialNumber()
Serial number from the SOA record.
|
SOARecord.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String primaryNameServer()
Primary name server specified in the SOA record.
public final String adminEmail()
Administrative contact email from the SOA record.
public final Long serialNumber()
Serial number from the SOA record.
public SOARecord.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SOARecord.Builder,SOARecord>public static SOARecord.Builder builder()
public static Class<? extends SOARecord.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.