Class NamespaceProperties
- java.lang.Object
-
- software.amazon.awssdk.services.servicediscovery.model.NamespaceProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NamespaceProperties.Builder,NamespaceProperties>
@Generated("software.amazon.awssdk:codegen") public final class NamespaceProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NamespaceProperties.Builder,NamespaceProperties>
A complex type that contains information that's specific to the namespace type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNamespaceProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NamespaceProperties.Builderbuilder()DnsPropertiesdnsProperties()A complex type that contains the ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()HttpPropertieshttpProperties()A complex type that contains the name of an HTTP namespace.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NamespaceProperties.Builder>serializableBuilderClass()NamespaceProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
dnsProperties
public final DnsProperties dnsProperties()
A complex type that contains the ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.
- Returns:
- A complex type that contains the ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.
-
httpProperties
public final HttpProperties httpProperties()
A complex type that contains the name of an HTTP namespace.
- Returns:
- A complex type that contains the name of an HTTP namespace.
-
toBuilder
public NamespaceProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NamespaceProperties.Builder,NamespaceProperties>
-
builder
public static NamespaceProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends NamespaceProperties.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
-
-