Class SOA
- java.lang.Object
-
- software.amazon.awssdk.services.servicediscovery.model.SOA
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SOA.Builder,SOA>
@Generated("software.amazon.awssdk:codegen") public final class SOA extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SOA.Builder,SOA>
Start of Authority (SOA) properties for a public or private DNS namespace.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSOA.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SOA.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SOA.Builder>serializableBuilderClass()SOA.BuildertoBuilder()StringtoString()Returns a string representation of this object.Longttl()The time to live (TTL) for purposes of negative caching.-
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
-
ttl
public final Long ttl()
The time to live (TTL) for purposes of negative caching.
- Returns:
- The time to live (TTL) for purposes of negative caching.
-
toBuilder
public SOA.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SOA.Builder,SOA>
-
builder
public static SOA.Builder builder()
-
serializableBuilderClass
public static Class<? extends SOA.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
-
-