public static final class CfnHealthCheck.HealthCheckTagProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnHealthCheck.HealthCheckTagProperty
CfnHealthCheck.HealthCheckTagProperty
CfnHealthCheck.HealthCheckTagProperty.Builder, CfnHealthCheck.HealthCheckTagProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getKey()
The value of `Key` depends on the operation that you want to perform:.
|
java.lang.String |
getValue()
The value of `Value` depends on the operation that you want to perform:.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getKey()
CfnHealthCheck.HealthCheckTagProperty
Key
is the name that you want to give the new tag.Key
is the name of the tag that you want to change the Value
for.Key
is the name of the tag you want to remove.Name
tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.getKey
in interface CfnHealthCheck.HealthCheckTagProperty
public final java.lang.String getValue()
CfnHealthCheck.HealthCheckTagProperty
Value
is the value that you want to give the new tag.Value
is the new value that you want to assign the tag.getValue
in interface CfnHealthCheck.HealthCheckTagProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()