public static final class CfnAlias.VersionWeightProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAlias.VersionWeightProperty
CfnAlias.VersionWeightProperty
CfnAlias.VersionWeightProperty.Builder, CfnAlias.VersionWeightProperty.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 |
getFunctionVersion()
The qualifier of the second version.
|
java.lang.Number |
getFunctionWeight()
The percentage of traffic that the alias routes to the second version.
|
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 getFunctionVersion()
CfnAlias.VersionWeightProperty
getFunctionVersion
in interface CfnAlias.VersionWeightProperty
public final java.lang.Number getFunctionWeight()
CfnAlias.VersionWeightProperty
getFunctionWeight
in interface CfnAlias.VersionWeightProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()