Class CfnLayer.RecipesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opsworks.CfnLayer.RecipesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLayer.RecipesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLayer.RecipesProperty
@Stability(Stable)
@Internal
public static final class CfnLayer.RecipesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLayer.RecipesProperty
An implementation for
CfnLayer.RecipesProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.opsworks.CfnLayer.RecipesProperty
CfnLayer.RecipesProperty.Builder, CfnLayer.RecipesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLayer.RecipesProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanAn array of custom recipe names to be run following aconfigureevent.An array of custom recipe names to be run following adeployevent.getSetup()An array of custom recipe names to be run following asetupevent.An array of custom recipe names to be run following ashutdownevent.An array of custom recipe names to be run following aundeployevent.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnLayer.RecipesProperty.Builder.
-
-
Method Details
-
getConfigure
Description copied from interface:CfnLayer.RecipesPropertyAn array of custom recipe names to be run following aconfigureevent.- Specified by:
getConfigurein interfaceCfnLayer.RecipesProperty- See Also:
-
getDeploy
Description copied from interface:CfnLayer.RecipesPropertyAn array of custom recipe names to be run following adeployevent.- Specified by:
getDeployin interfaceCfnLayer.RecipesProperty- See Also:
-
getSetup
Description copied from interface:CfnLayer.RecipesPropertyAn array of custom recipe names to be run following asetupevent.- Specified by:
getSetupin interfaceCfnLayer.RecipesProperty- See Also:
-
getShutdown
Description copied from interface:CfnLayer.RecipesPropertyAn array of custom recipe names to be run following ashutdownevent.- Specified by:
getShutdownin interfaceCfnLayer.RecipesProperty- See Also:
-
getUndeploy
Description copied from interface:CfnLayer.RecipesPropertyAn array of custom recipe names to be run following aundeployevent.- Specified by:
getUndeployin interfaceCfnLayer.RecipesProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-