Class EvidentlyFeatureVariationsValueOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.030Z")
    @Stability(Stable)
    public class EvidentlyFeatureVariationsValueOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • EvidentlyFeatureVariationsValueOutputReference

        protected EvidentlyFeatureVariationsValueOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • EvidentlyFeatureVariationsValueOutputReference

        protected EvidentlyFeatureVariationsValueOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • EvidentlyFeatureVariationsValueOutputReference

        @Stability(Stable)
        public EvidentlyFeatureVariationsValueOutputReference​(@NotNull
                                                              com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                              @NotNull
                                                              String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetBoolValue

        @Stability(Stable)
        public void resetBoolValue()
      • resetDoubleValue

        @Stability(Stable)
        public void resetDoubleValue()
      • resetLongValue

        @Stability(Stable)
        public void resetLongValue()
      • resetStringValue

        @Stability(Stable)
        public void resetStringValue()
      • getBoolValueInput

        @Stability(Stable)
        @Nullable
        public String getBoolValueInput()
      • getDoubleValueInput

        @Stability(Stable)
        @Nullable
        public String getDoubleValueInput()
      • getLongValueInput

        @Stability(Stable)
        @Nullable
        public String getLongValueInput()
      • getStringValueInput

        @Stability(Stable)
        @Nullable
        public String getStringValueInput()
      • getBoolValue

        @Stability(Stable)
        @NotNull
        public String getBoolValue()
      • setBoolValue

        @Stability(Stable)
        public void setBoolValue​(@NotNull
                                 String value)
      • getDoubleValue

        @Stability(Stable)
        @NotNull
        public String getDoubleValue()
      • setDoubleValue

        @Stability(Stable)
        public void setDoubleValue​(@NotNull
                                   String value)
      • getLongValue

        @Stability(Stable)
        @NotNull
        public String getLongValue()
      • setLongValue

        @Stability(Stable)
        public void setLongValue​(@NotNull
                                 String value)
      • getStringValue

        @Stability(Stable)
        @NotNull
        public String getStringValue()
      • setStringValue

        @Stability(Stable)
        public void setStringValue​(@NotNull
                                   String value)