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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the FeatureFlag.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 Type
    Method
    Description
    com.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
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(FeatureFlag.Builder builder)
      Constructor that initializes the object based on literal property values passed by the FeatureFlag.Builder.
  • Method Details

    • getExplanation

      public final String 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 interface FeatureFlag
    • getRecommendedValue

      public final Object 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 interface FeatureFlag
    • getUserValue

      public final Object 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 interface FeatureFlag
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object