Class LifecyclePolicyDetail.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.alpha.LifecyclePolicyDetail.Jsii$Proxy
- All Implemented Interfaces:
LifecyclePolicyDetail,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
LifecyclePolicyDetail
@Stability(Experimental)
@Internal
public static final class LifecyclePolicyDetail.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements LifecyclePolicyDetail
An implementation for
LifecyclePolicyDetail-
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.alpha.LifecyclePolicyDetail
LifecyclePolicyDetail.Builder, LifecyclePolicyDetail.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(LifecyclePolicyDetail.Builder builder) Constructor that initializes the object based on literal property values passed by theLifecyclePolicyDetail.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 LifecyclePolicyAction(experimental) The action to perform in the lifecycle policy rule.(experimental) The rules to apply for excluding resources from the lifecycle policy rule.final LifecyclePolicyFilter(experimental) The resource filtering to apply in the lifecycle policy rule.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 theLifecyclePolicyDetail.Builder.
-
-
Method Details
-
getAction
Description copied from interface:LifecyclePolicyDetail(experimental) The action to perform in the lifecycle policy rule.- Specified by:
getActionin interfaceLifecyclePolicyDetail
-
getFilter
Description copied from interface:LifecyclePolicyDetail(experimental) The resource filtering to apply in the lifecycle policy rule.- Specified by:
getFilterin interfaceLifecyclePolicyDetail
-
getExclusionRules
Description copied from interface:LifecyclePolicyDetail(experimental) The rules to apply for excluding resources from the lifecycle policy rule.Default: - no exclusion rules are applied on any resource
- Specified by:
getExclusionRulesin interfaceLifecyclePolicyDetail
-
$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()
-