Class LinkedService
java.lang.Object
software.amazon.awssdk.services.route53.model.LinkedService
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LinkedService.Builder,LinkedService>
@Generated("software.amazon.awssdk:codegen")
public final class LinkedService
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<LinkedService.Builder,LinkedService>
If a health check or hosted zone was created by another service, LinkedService is a complex type that
describes the service that created the resource. When a resource is created by another service, you can't edit or
delete it using Amazon Route 53.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic LinkedService.Builderbuilder()final StringIf the health check or hosted zone was created by another service, an optional description that can be provided by the other service.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends LinkedService.Builder>final StringIf the health check or hosted zone was created by another service, the service that created the resource.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
servicePrincipal
If the health check or hosted zone was created by another service, the service that created the resource. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.
- Returns:
- If the health check or hosted zone was created by another service, the service that created the resource. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.
-
description
If the health check or hosted zone was created by another service, an optional description that can be provided by the other service. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.
- Returns:
- If the health check or hosted zone was created by another service, an optional description that can be provided by the other service. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<LinkedService.Builder,LinkedService>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-