Class ServiceChange
- java.lang.Object
-
- software.amazon.awssdk.services.servicediscovery.model.ServiceChange
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ServiceChange.Builder,ServiceChange>
@Generated("software.amazon.awssdk:codegen") public final class ServiceChange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceChange.Builder,ServiceChange>
A complex type that contains changes to an existing service.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServiceChange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceChange.Builderbuilder()Stringdescription()A description for the service.DnsConfigChangednsConfig()Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()HealthCheckConfighealthCheckConfig()Public DNS and HTTP namespaces only. Settings for an optional health check.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ServiceChange.Builder>serializableBuilderClass()ServiceChange.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
-
description
public final String description()
A description for the service.
- Returns:
- A description for the service.
-
dnsConfig
public final DnsConfigChange dnsConfig()
Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.
- Returns:
- Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.
-
healthCheckConfig
public final HealthCheckConfig healthCheckConfig()
Public DNS and HTTP namespaces only. Settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in
DnsConfig.- Returns:
- Public DNS and HTTP namespaces only. Settings for an optional health check. If you specify
settings for a health check, Cloud Map associates the health check with the records that you specify in
DnsConfig.
-
toBuilder
public ServiceChange.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ServiceChange.Builder,ServiceChange>
-
builder
public static ServiceChange.Builder builder()
-
serializableBuilderClass
public static Class<? extends ServiceChange.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
-
-