Class SOARecord
- java.lang.Object
-
- software.amazon.awssdk.services.sesv2.model.SOARecord
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SOARecord.Builder,SOARecord>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSOARecord.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringadminEmail()Administrative contact email from the SOA record.static SOARecord.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringprimaryNameServer()Primary name server specified in the SOA record.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SOARecord.Builder>serializableBuilderClass()LongserialNumber()Serial number from the SOA record.SOARecord.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
primaryNameServer
public final String primaryNameServer()
Primary name server specified in the SOA record.
- Returns:
- Primary name server specified in the SOA record.
-
adminEmail
public final String adminEmail()
Administrative contact email from the SOA record.
- Returns:
- Administrative contact email from the SOA record.
-
serialNumber
public final Long serialNumber()
Serial number from the SOA record.
- Returns:
- Serial number from the SOA record.
-
toBuilder
public SOARecord.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SOARecord.Builder,SOARecord>
-
builder
public static SOARecord.Builder builder()
-
serializableBuilderClass
public static Class<? extends SOARecord.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-