@Stability(value=Stable) @Internal public static final class LoadManifestOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LoadManifestOptions
LoadManifestOptionssoftware.amazon.jsii.JsiiObject.InitializationModeLoadManifestOptions.Builder, LoadManifestOptions.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.
|
protected |
Jsii$Proxy(LoadManifestOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
LoadManifestOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getSkipEnumCheck()
Skip enum checks.
|
Boolean |
getSkipVersionCheck()
Skip the version check.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(LoadManifestOptions.Builder builder)
LoadManifestOptions.Builder.public final Boolean getSkipEnumCheck()
LoadManifestOptionsThis means you may read enum values you don't know about yet. Make sure to always check the values of enums you encounter in the manifest.
Default: false
getSkipEnumCheck in interface LoadManifestOptionspublic final Boolean getSkipVersionCheck()
LoadManifestOptionsThis means you may read a newer cloud assembly than the CX API is designed to support, and your application may not be aware of all features that in use in the Cloud Assembly.
Default: false
getSkipVersionCheck in interface LoadManifestOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.