@Generated(value="software.amazon.awssdk:codegen") public final class PublicDnsPropertiesMutableChange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PublicDnsPropertiesMutableChange.Builder,PublicDnsPropertiesMutableChange>
Updated DNS properties for the public DNS namespace.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PublicDnsPropertiesMutableChange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PublicDnsPropertiesMutableChange.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PublicDnsPropertiesMutableChange.Builder> |
serializableBuilderClass() |
SOAChange |
soa()
Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
|
PublicDnsPropertiesMutableChange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SOAChange soa()
Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
public PublicDnsPropertiesMutableChange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PublicDnsPropertiesMutableChange.Builder,PublicDnsPropertiesMutableChange>public static PublicDnsPropertiesMutableChange.Builder builder()
public static Class<? extends PublicDnsPropertiesMutableChange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.