Class CfnPackageVersionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.panorama.CfnPackageVersionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPackageVersionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPackageVersionProps
@Stability(Stable)
@Internal
public static final class CfnPackageVersionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPackageVersionProps
An implementation for
CfnPackageVersionProps
-
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.panorama.CfnPackageVersionProps
CfnPackageVersionProps.Builder, CfnPackageVersionProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPackageVersionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPackageVersionProps.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
Whether to mark the new version as the latest version.final String
An owner account.final String
A package ID.final String
A package version.final String
A patch version.final String
If the version was marked latest, the new version to maker as latest.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 theCfnPackageVersionProps.Builder
.
-
-
Method Details
-
getPackageId
Description copied from interface:CfnPackageVersionProps
A package ID.- Specified by:
getPackageId
in interfaceCfnPackageVersionProps
-
getPackageVersion
Description copied from interface:CfnPackageVersionProps
A package version.- Specified by:
getPackageVersion
in interfaceCfnPackageVersionProps
-
getPatchVersion
Description copied from interface:CfnPackageVersionProps
A patch version.- Specified by:
getPatchVersion
in interfaceCfnPackageVersionProps
-
getMarkLatest
Description copied from interface:CfnPackageVersionProps
Whether to mark the new version as the latest version.- Specified by:
getMarkLatest
in interfaceCfnPackageVersionProps
-
getOwnerAccount
Description copied from interface:CfnPackageVersionProps
An owner account.- Specified by:
getOwnerAccount
in interfaceCfnPackageVersionProps
-
getUpdatedLatestPatchVersion
Description copied from interface:CfnPackageVersionProps
If the version was marked latest, the new version to maker as latest.- Specified by:
getUpdatedLatestPatchVersion
in interfaceCfnPackageVersionProps
-
$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()
-