Class EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverrides.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.evidently_launch.EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverrides.Jsii$Proxy
-
- All Implemented Interfaces:
EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverrides,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverrides
@Stability(Stable) @Internal public static final class EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverrides.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverrides
An implementation forEvidentlyLaunchScheduledSplitsConfigStepsSegmentOverrides
-
-
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.providers.aws.evidently_launch.EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverrides
EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverrides.Builder, EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverrides.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverrides.Builder builder)Constructor that initializes the object based on literal property values passed by theEvidentlyLaunchScheduledSplitsConfigStepsSegmentOverrides.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetEvaluationOrder()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#evaluation_order EvidentlyLaunch#evaluation_order}.StringgetSegment()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#segment EvidentlyLaunch#segment}.Map<String,Number>getWeights()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#weights EvidentlyLaunch#weights}.inthashCode()
-
-
-
Constructor Detail
-
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(EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverrides.Builder builder)
Constructor that initializes the object based on literal property values passed by theEvidentlyLaunchScheduledSplitsConfigStepsSegmentOverrides.Builder.
-
-
Method Detail
-
getEvaluationOrder
public final Number getEvaluationOrder()
Description copied from interface:EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverridesDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#evaluation_order EvidentlyLaunch#evaluation_order}.- Specified by:
getEvaluationOrderin interfaceEvidentlyLaunchScheduledSplitsConfigStepsSegmentOverrides
-
getSegment
public final String getSegment()
Description copied from interface:EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverridesDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#segment EvidentlyLaunch#segment}.- Specified by:
getSegmentin interfaceEvidentlyLaunchScheduledSplitsConfigStepsSegmentOverrides
-
getWeights
public final Map<String,Number> getWeights()
Description copied from interface:EvidentlyLaunchScheduledSplitsConfigStepsSegmentOverridesDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#weights EvidentlyLaunch#weights}.- Specified by:
getWeightsin interfaceEvidentlyLaunchScheduledSplitsConfigStepsSegmentOverrides
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-