Class FeatureFlag.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cloud_assembly_schema.FeatureFlag.Jsii$Proxy
- All Implemented Interfaces:
FeatureFlag,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
FeatureFlag
@Stability(Stable)
@Internal
public static final class FeatureFlag.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements FeatureFlag
An implementation for
FeatureFlag-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cloud_assembly_schema.FeatureFlag
FeatureFlag.Builder, FeatureFlag.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(FeatureFlag.Builder builder) Constructor that initializes the object based on literal property values passed by theFeatureFlag.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringExplanation about the purpose of this flag that can be shown to the user.final ObjectThe library-recommended value for this flag, if any.final ObjectThe value configured by the user.final inthashCode()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 theFeatureFlag.Builder.
-
-
Method Details
-
getExplanation
Description copied from interface:FeatureFlagExplanation about the purpose of this flag that can be shown to the user.Default: - No description
- Specified by:
getExplanationin interfaceFeatureFlag
-
getRecommendedValue
Description copied from interface:FeatureFlagThe library-recommended value for this flag, if any.It is possible that there is no recommended value.
Default: - No recommended value.
- Specified by:
getRecommendedValuein interfaceFeatureFlag
-
getUserValue
Description copied from interface:FeatureFlagThe value configured by the user.This is the value configured at the root of the tree. Users may also have configured values at specific locations in the tree; we don't report on those.
Default: - Not configured by the user
- Specified by:
getUserValuein interfaceFeatureFlag
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-