Class CfnLifecyclePolicy.IncludeResourcesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.CfnLifecyclePolicy.IncludeResourcesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLifecyclePolicy.IncludeResourcesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLifecyclePolicy.IncludeResourcesProperty
@Stability(Stable)
@Internal
public static final class CfnLifecyclePolicy.IncludeResourcesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLifecyclePolicy.IncludeResourcesProperty
An implementation for
CfnLifecyclePolicy.IncludeResourcesProperty-
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.imagebuilder.CfnLifecyclePolicy.IncludeResourcesProperty
CfnLifecyclePolicy.IncludeResourcesProperty.Builder, CfnLifecyclePolicy.IncludeResourcesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLifecyclePolicy.IncludeResourcesProperty.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 booleanfinal ObjectgetAmis()Specifies whether the lifecycle action should apply to distributed AMIs.final ObjectSpecifies whether the lifecycle action should apply to distributed containers.final ObjectSpecifies whether the lifecycle action should apply to snapshots associated with distributed AMIs.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 theCfnLifecyclePolicy.IncludeResourcesProperty.Builder.
-
-
Method Details
-
getAmis
Description copied from interface:CfnLifecyclePolicy.IncludeResourcesPropertySpecifies whether the lifecycle action should apply to distributed AMIs.Returns union: either
BooleanorIResolvable- Specified by:
getAmisin interfaceCfnLifecyclePolicy.IncludeResourcesProperty- See Also:
-
getContainers
Description copied from interface:CfnLifecyclePolicy.IncludeResourcesPropertySpecifies whether the lifecycle action should apply to distributed containers.Returns union: either
BooleanorIResolvable- Specified by:
getContainersin interfaceCfnLifecyclePolicy.IncludeResourcesProperty- See Also:
-
getSnapshots
Description copied from interface:CfnLifecyclePolicy.IncludeResourcesPropertySpecifies whether the lifecycle action should apply to snapshots associated with distributed AMIs.Returns union: either
BooleanorIResolvable- Specified by:
getSnapshotsin interfaceCfnLifecyclePolicy.IncludeResourcesProperty- 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()
-