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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.cloud_assembly_schema.FeatureFlag
FeatureFlag.Builder, FeatureFlag.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(FeatureFlag.Builder builder) Constructor that initializes the object based on literal property values passed by theFeatureFlag.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
Explanation about the purpose of this flag that can be shown to the user.final Object
The library-recommended value for this flag, if any.final Object
The value configured by the user.final int
hashCode()
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:FeatureFlag
Explanation about the purpose of this flag that can be shown to the user.Default: - No description
- Specified by:
getExplanation
in interfaceFeatureFlag
-
getRecommendedValue
Description copied from interface:FeatureFlag
The library-recommended value for this flag, if any.It is possible that there is no recommended value.
Default: - No recommended value.
- Specified by:
getRecommendedValue
in interfaceFeatureFlag
-
getUserValue
Description copied from interface:FeatureFlag
The 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:
getUserValue
in interfaceFeatureFlag
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-