@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceChange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceChange.Builder |
builder() |
String |
description()
A description for the service.
|
DnsConfigChange |
dnsConfig()
Information about the Route 53 DNS records that you want AWS Cloud Map to create when you register an instance.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HealthCheckConfig |
healthCheckConfig()
Public DNS and HTTP namespaces only. Settings for an optional health check.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceChange.Builder> |
serializableBuilderClass() |
ServiceChange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
A description for the service.
public final DnsConfigChange dnsConfig()
Information about the Route 53 DNS records that you want AWS Cloud Map to create when you register an instance.
public final HealthCheckConfig healthCheckConfig()
Public DNS and HTTP namespaces only. Settings for an optional health check. If you specify settings for a
health check, AWS Cloud Map associates the health check with the records that you specify in
DnsConfig.
DnsConfig.public ServiceChange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceChange.Builder,ServiceChange>public static ServiceChange.Builder builder()
public static Class<? extends ServiceChange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.