@Generated(value="software.amazon.awssdk:codegen") public final class PrivateDnsPropertiesMutable extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PrivateDnsPropertiesMutable.Builder,PrivateDnsPropertiesMutable>
DNS properties for the private DNS namespace.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PrivateDnsPropertiesMutable.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PrivateDnsPropertiesMutable.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 PrivateDnsPropertiesMutable.Builder> |
serializableBuilderClass() |
SOA |
soa()
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
|
PrivateDnsPropertiesMutable.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SOA soa()
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
public PrivateDnsPropertiesMutable.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PrivateDnsPropertiesMutable.Builder,PrivateDnsPropertiesMutable>public static PrivateDnsPropertiesMutable.Builder builder()
public static Class<? extends PrivateDnsPropertiesMutable.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.