Class UnconfiguredBehavesLike.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.amazon.awscdk.cloudassembly.schema.UnconfiguredBehavesLike.Jsii$Proxy
-
- All Implemented Interfaces:
UnconfiguredBehavesLike,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- UnconfiguredBehavesLike
@Stability(Stable) @Internal public static final class UnconfiguredBehavesLike.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UnconfiguredBehavesLike
An implementation forUnconfiguredBehavesLike
-
-
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.UnconfiguredBehavesLike
UnconfiguredBehavesLike.Builder, UnconfiguredBehavesLike.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(UnconfiguredBehavesLike.Builder builder)Constructor that initializes the object based on literal property values passed by theUnconfiguredBehavesLike.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)ObjectgetV1()Historical accident, don't use.ObjectgetV2()The value of the flag that produces the same behavior as when the flag is not configured at all.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(UnconfiguredBehavesLike.Builder builder)
Constructor that initializes the object based on literal property values passed by theUnconfiguredBehavesLike.Builder.
-
-
Method Detail
-
getV1
public final Object getV1()
Description copied from interface:UnconfiguredBehavesLikeHistorical accident, don't use.This value may be present, but it should never be used. The actual value is in the
v2field, regardless of the version of the CDK library.Default: - ignore
- Specified by:
getV1in interfaceUnconfiguredBehavesLike
-
getV2
public final Object getV2()
Description copied from interface:UnconfiguredBehavesLikeThe value of the flag that produces the same behavior as when the flag is not configured at all.Even though it is called 'v2', this is the official name of this field. In any future versions of CDK (v3, v4, ...), this field will still be called 'v2'.
The structure of this field is a historical accident. See the comment on
unconfiguredBehavesLikefor more information.Default: false
- Specified by:
getV2in interfaceUnconfiguredBehavesLike
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-