Class CfnFilter.PackageFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.inspectorv2.CfnFilter.PackageFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFilter.PackageFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFilter.PackageFilterProperty
@Stability(Stable)
@Internal
public static final class CfnFilter.PackageFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFilter.PackageFilterProperty
An implementation for
CfnFilter.PackageFilterProperty-
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.inspectorv2.CfnFilter.PackageFilterProperty
CfnFilter.PackageFilterProperty.Builder, CfnFilter.PackageFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFilter.PackageFilterProperty.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 ObjectAn object that contains details on the package architecture type to filter on.final ObjectgetEpoch()An object that contains details on the package epoch to filter on.final ObjectgetName()An object that contains details on the name of the package to filter on.final ObjectAn object that contains details on the package release to filter on.final ObjectAn object that contains details on the source layer hash to filter on.final ObjectThe package version to filter on.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 theCfnFilter.PackageFilterProperty.Builder.
-
-
Method Details
-
getArchitecture
Description copied from interface:CfnFilter.PackageFilterPropertyAn object that contains details on the package architecture type to filter on.- Specified by:
getArchitecturein interfaceCfnFilter.PackageFilterProperty- See Also:
-
getEpoch
Description copied from interface:CfnFilter.PackageFilterPropertyAn object that contains details on the package epoch to filter on.- Specified by:
getEpochin interfaceCfnFilter.PackageFilterProperty- See Also:
-
getName
Description copied from interface:CfnFilter.PackageFilterPropertyAn object that contains details on the name of the package to filter on.- Specified by:
getNamein interfaceCfnFilter.PackageFilterProperty- See Also:
-
getRelease
Description copied from interface:CfnFilter.PackageFilterPropertyAn object that contains details on the package release to filter on.- Specified by:
getReleasein interfaceCfnFilter.PackageFilterProperty- See Also:
-
getSourceLayerHash
Description copied from interface:CfnFilter.PackageFilterPropertyAn object that contains details on the source layer hash to filter on.- Specified by:
getSourceLayerHashin interfaceCfnFilter.PackageFilterProperty- See Also:
-
getVersion
Description copied from interface:CfnFilter.PackageFilterPropertyThe package version to filter on.- Specified by:
getVersionin interfaceCfnFilter.PackageFilterProperty- 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()
-