Interface EvidentlyFeatureVariationsValue
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EvidentlyFeatureVariationsValue.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.030Z") @Stability(Stable) public interface EvidentlyFeatureVariationsValue extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEvidentlyFeatureVariationsValue.BuilderA builder forEvidentlyFeatureVariationsValuestatic classEvidentlyFeatureVariationsValue.Jsii$ProxyAn implementation forEvidentlyFeatureVariationsValue
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static EvidentlyFeatureVariationsValue.Builderbuilder()default StringgetBoolValue()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#bool_value EvidentlyFeature#bool_value}.default StringgetDoubleValue()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#double_value EvidentlyFeature#double_value}.default StringgetLongValue()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#long_value EvidentlyFeature#long_value}.default StringgetStringValue()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#string_value EvidentlyFeature#string_value}.
-
-
-
Method Detail
-
getBoolValue
@Stability(Stable) @Nullable default String getBoolValue()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#bool_value EvidentlyFeature#bool_value}.
-
getDoubleValue
@Stability(Stable) @Nullable default String getDoubleValue()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#double_value EvidentlyFeature#double_value}.
-
getLongValue
@Stability(Stable) @Nullable default String getLongValue()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#long_value EvidentlyFeature#long_value}.
-
getStringValue
@Stability(Stable) @Nullable default String getStringValue()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_feature#string_value EvidentlyFeature#string_value}.
-
builder
@Stability(Stable) static EvidentlyFeatureVariationsValue.Builder builder()
-
-