public static final class CfnLaunch.SegmentOverrideProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLaunch.SegmentOverrideProperty
CfnLaunch.SegmentOverrideProperty
CfnLaunch.SegmentOverrideProperty.Builder, CfnLaunch.SegmentOverrideProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getEvaluationOrder()
A number indicating the order to use to evaluate segment overrides, if there are more than one.
|
java.lang.String |
getSegment()
The ARN of the segment to use for this override.
|
java.lang.Object |
getWeights()
The traffic allocation percentages among the feature variations to assign to this segment.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getEvaluationOrder()
CfnLaunch.SegmentOverrideProperty
Segment overrides with lower numbers are evaluated first.
getEvaluationOrder
in interface CfnLaunch.SegmentOverrideProperty
public final java.lang.String getSegment()
CfnLaunch.SegmentOverrideProperty
getSegment
in interface CfnLaunch.SegmentOverrideProperty
public final java.lang.Object getWeights()
CfnLaunch.SegmentOverrideProperty
This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.
getWeights
in interface CfnLaunch.SegmentOverrideProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()