Class CfnPackageVersionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.panorama.CfnPackageVersionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPackageVersionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPackageVersionMixinProps
@Stability(Stable)
@Internal
public static final class CfnPackageVersionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPackageVersionMixinProps
An implementation for
CfnPackageVersionMixinProps-
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.panorama.CfnPackageVersionMixinProps
CfnPackageVersionMixinProps.Builder, CfnPackageVersionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPackageVersionMixinProps.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 ObjectWhether to mark the new version as the latest version.final StringAn owner account.final StringA package ID.final StringA package version.final StringA patch version.final StringIf the version was marked latest, the new version to maker as latest.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 theCfnPackageVersionMixinProps.Builder.
-
-
Method Details
-
getMarkLatest
Description copied from interface:CfnPackageVersionMixinPropsWhether to mark the new version as the latest version.Returns union: either
BooleanorIResolvable- Specified by:
getMarkLatestin interfaceCfnPackageVersionMixinProps- See Also:
-
getOwnerAccount
Description copied from interface:CfnPackageVersionMixinPropsAn owner account.- Specified by:
getOwnerAccountin interfaceCfnPackageVersionMixinProps- See Also:
-
getPackageId
Description copied from interface:CfnPackageVersionMixinPropsA package ID.- Specified by:
getPackageIdin interfaceCfnPackageVersionMixinProps- See Also:
-
getPackageVersion
Description copied from interface:CfnPackageVersionMixinPropsA package version.- Specified by:
getPackageVersionin interfaceCfnPackageVersionMixinProps- See Also:
-
getPatchVersion
Description copied from interface:CfnPackageVersionMixinPropsA patch version.- Specified by:
getPatchVersionin interfaceCfnPackageVersionMixinProps- See Also:
-
getUpdatedLatestPatchVersion
Description copied from interface:CfnPackageVersionMixinPropsIf the version was marked latest, the new version to maker as latest.- Specified by:
getUpdatedLatestPatchVersionin interfaceCfnPackageVersionMixinProps- 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()
-