public static final class CfnPackageVersionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPackageVersionProps
CfnPackageVersionProps
CfnPackageVersionProps.Builder, CfnPackageVersionProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getMarkLatest()
Whether to mark the new version as the latest version.
|
java.lang.String |
getOwnerAccount()
An owner account.
|
java.lang.String |
getPackageId()
A package ID.
|
java.lang.String |
getPackageVersion()
A package version.
|
java.lang.String |
getPatchVersion()
A patch version.
|
java.lang.String |
getUpdatedLatestPatchVersion()
If the version was marked latest, the new version to maker as latest.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getPackageId()
CfnPackageVersionProps
getPackageId
in interface CfnPackageVersionProps
public final java.lang.String getPackageVersion()
CfnPackageVersionProps
getPackageVersion
in interface CfnPackageVersionProps
public final java.lang.String getPatchVersion()
CfnPackageVersionProps
getPatchVersion
in interface CfnPackageVersionProps
public final java.lang.Object getMarkLatest()
CfnPackageVersionProps
getMarkLatest
in interface CfnPackageVersionProps
public final java.lang.String getOwnerAccount()
CfnPackageVersionProps
getOwnerAccount
in interface CfnPackageVersionProps
public final java.lang.String getUpdatedLatestPatchVersion()
CfnPackageVersionProps
getUpdatedLatestPatchVersion
in interface CfnPackageVersionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()