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