Class LoadManifestOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.amazon.awscdk.cloudassembly.schema.LoadManifestOptions.Jsii$Proxy
-
- All Implemented Interfaces:
LoadManifestOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LoadManifestOptions
@Stability(Stable) @Internal public static final class LoadManifestOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LoadManifestOptions
An implementation forLoadManifestOptions
-
-
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.cloudassembly.schema.LoadManifestOptions
LoadManifestOptions.Builder, LoadManifestOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LoadManifestOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theLoadManifestOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)BooleangetSkipEnumCheck()Skip enum checks.BooleangetSkipVersionCheck()Skip the version check.BooleangetTopoSort()Topologically sort all artifacts.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(LoadManifestOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theLoadManifestOptions.Builder.
-
-
Method Detail
-
getSkipEnumCheck
public final Boolean getSkipEnumCheck()
Description copied from interface:LoadManifestOptionsSkip enum checks.This 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
- Specified by:
getSkipEnumCheckin interfaceLoadManifestOptions
-
getSkipVersionCheck
public final Boolean getSkipVersionCheck()
Description copied from interface:LoadManifestOptionsSkip the version check.This 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
- Specified by:
getSkipVersionCheckin interfaceLoadManifestOptions
-
getTopoSort
public final Boolean getTopoSort()
Description copied from interface:LoadManifestOptionsTopologically sort all artifacts.This parameter is only respected by the constructor of
CloudAssembly. The property lives here for backwards compatibility reasons.Default: true
- Specified by:
getTopoSortin interfaceLoadManifestOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-