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