Class EvidentlyFeatureVariationsValueOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.evidently_feature.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description EvidentlyFeatureVariationsValueOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedEvidentlyFeatureVariationsValueOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedEvidentlyFeatureVariationsValueOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBoolValue()StringgetBoolValueInput()StringgetDoubleValue()StringgetDoubleValueInput()EvidentlyFeatureVariationsValuegetInternalValue()StringgetLongValue()StringgetLongValueInput()StringgetStringValue()StringgetStringValueInput()voidresetBoolValue()voidresetDoubleValue()voidresetLongValue()voidresetStringValue()voidsetBoolValue(String value)voidsetDoubleValue(String value)voidsetInternalValue(EvidentlyFeatureVariationsValue value)voidsetLongValue(String value)voidsetStringValue(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public EvidentlyFeatureVariationsValue getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable EvidentlyFeatureVariationsValue value)
-
-