public static final class CfnReadinessCheckProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnReadinessCheckProps
CfnReadinessCheckProps
CfnReadinessCheckProps.Builder, CfnReadinessCheckProps.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 |
getReadinessCheckName()
The name of the readiness check to create.
|
java.lang.String |
getResourceSetName()
The name of the resource set to check.
|
java.util.List<CfnTag> |
getTags()
A collection of tags associated with a resource.
|
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 getReadinessCheckName()
CfnReadinessCheckProps
getReadinessCheckName
in interface CfnReadinessCheckProps
public final java.lang.String getResourceSetName()
CfnReadinessCheckProps
getResourceSetName
in interface CfnReadinessCheckProps
public final java.util.List<CfnTag> getTags()
CfnReadinessCheckProps
getTags
in interface CfnReadinessCheckProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()