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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.CfnLifecyclePolicy.IncludeResourcesProperty
CfnLifecyclePolicy.IncludeResourcesProperty.Builder, CfnLifecyclePolicy.IncludeResourcesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLifecyclePolicy.IncludeResourcesProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
getAmis()
Specifies whether the lifecycle action should apply to distributed AMIs.final Object
Specifies whether the lifecycle action should apply to distributed containers.final Object
Specifies whether the lifecycle action should apply to snapshots associated with distributed AMIs.final int
hashCode()
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.IncludeResourcesProperty
Specifies whether the lifecycle action should apply to distributed AMIs.- Specified by:
getAmis
in interfaceCfnLifecyclePolicy.IncludeResourcesProperty
- See Also:
-
getContainers
Description copied from interface:CfnLifecyclePolicy.IncludeResourcesProperty
Specifies whether the lifecycle action should apply to distributed containers.- Specified by:
getContainers
in interfaceCfnLifecyclePolicy.IncludeResourcesProperty
- See Also:
-
getSnapshots
Description copied from interface:CfnLifecyclePolicy.IncludeResourcesProperty
Specifies whether the lifecycle action should apply to snapshots associated with distributed AMIs.- Specified by:
getSnapshots
in interfaceCfnLifecyclePolicy.IncludeResourcesProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-