@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LinkedService extends Object implements Serializable, Cloneable
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.
Constructor and Description |
---|
LinkedService() |
Modifier and Type | Method and Description |
---|---|
LinkedService |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
If the health check or hosted zone was created by another service, an optional description that can be provided
by the other service.
|
String |
getServicePrincipal()
If the health check or hosted zone was created by another service, the service that created the resource.
|
int |
hashCode() |
void |
setDescription(String description)
If the health check or hosted zone was created by another service, an optional description that can be provided
by the other service.
|
void |
setServicePrincipal(String servicePrincipal)
If the health check or hosted zone was created by another service, the service that created the resource.
|
String |
toString()
Returns a string representation of this object.
|
LinkedService |
withDescription(String description)
If the health check or hosted zone was created by another service, an optional description that can be provided
by the other service.
|
LinkedService |
withServicePrincipal(String servicePrincipal)
If the health check or hosted zone was created by another service, the service that created the resource.
|
public void setServicePrincipal(String 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.
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.public String getServicePrincipal()
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.
public LinkedService withServicePrincipal(String 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.
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.public void setDescription(String 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.
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.public String getDescription()
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.
public LinkedService withDescription(String 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.
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.public String toString()
toString
in class Object
Object.toString()
public LinkedService clone()