public static final class CfnLaunch.GroupToWeightProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLaunch.GroupToWeightProperty
CfnLaunch.GroupToWeightProperty
CfnLaunch.GroupToWeightProperty.Builder, CfnLaunch.GroupToWeightProperty.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.String |
getGroupName()
The name of the launch group.
|
java.lang.Number |
getSplitWeight()
The portion of launch traffic to allocate to this launch group.
|
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.String getGroupName()
CfnLaunch.GroupToWeightProperty
It can include up to 127 characters.
getGroupName
in interface CfnLaunch.GroupToWeightProperty
public final java.lang.Number getSplitWeight()
CfnLaunch.GroupToWeightProperty
This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the launch audience to this launch group.
getSplitWeight
in interface CfnLaunch.GroupToWeightProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()