@Generated(value="software.amazon.awssdk:codegen") public final class NamespaceProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NamespaceProperties.Builder,NamespaceProperties>
A complex type that contains information that is specific to the namespace type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NamespaceProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NamespaceProperties.Builder |
builder() |
DnsProperties |
dnsProperties()
A complex type that contains the ID for the Route 53 hosted zone that AWS Cloud Map creates when you create a
namespace.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HttpProperties |
httpProperties()
A complex type that contains the name of an HTTP namespace.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NamespaceProperties.Builder> |
serializableBuilderClass() |
NamespaceProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DnsProperties dnsProperties()
A complex type that contains the ID for the Route 53 hosted zone that AWS Cloud Map creates when you create a namespace.
public final HttpProperties httpProperties()
A complex type that contains the name of an HTTP namespace.
public NamespaceProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NamespaceProperties.Builder,NamespaceProperties>public static NamespaceProperties.Builder builder()
public static Class<? extends NamespaceProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.