public static final class CfnLayer.RecipesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLayer.RecipesProperty
CfnLayer.RecipesProperty
CfnLayer.RecipesProperty.Builder, CfnLayer.RecipesProperty.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.util.List<java.lang.String> |
getConfigure()
An array of custom recipe names to be run following a `configure` event.
|
java.util.List<java.lang.String> |
getDeploy()
An array of custom recipe names to be run following a `deploy` event.
|
java.util.List<java.lang.String> |
getSetup()
An array of custom recipe names to be run following a `setup` event.
|
java.util.List<java.lang.String> |
getShutdown()
An array of custom recipe names to be run following a `shutdown` event.
|
java.util.List<java.lang.String> |
getUndeploy()
An array of custom recipe names to be run following a `undeploy` event.
|
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.util.List<java.lang.String> getConfigure()
CfnLayer.RecipesProperty
getConfigure
in interface CfnLayer.RecipesProperty
public final java.util.List<java.lang.String> getDeploy()
CfnLayer.RecipesProperty
getDeploy
in interface CfnLayer.RecipesProperty
public final java.util.List<java.lang.String> getSetup()
CfnLayer.RecipesProperty
getSetup
in interface CfnLayer.RecipesProperty
public final java.util.List<java.lang.String> getShutdown()
CfnLayer.RecipesProperty
getShutdown
in interface CfnLayer.RecipesProperty
public final java.util.List<java.lang.String> getUndeploy()
CfnLayer.RecipesProperty
getUndeploy
in interface CfnLayer.RecipesProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()