Class CfnRoute.WeightedTargetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnRoute.WeightedTargetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRoute.WeightedTargetProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoute.WeightedTargetProperty
@Stability(Stable)
@Internal
public static final class CfnRoute.WeightedTargetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoute.WeightedTargetProperty
An implementation for
CfnRoute.WeightedTargetProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnRoute.WeightedTargetProperty
CfnRoute.WeightedTargetProperty.Builder, CfnRoute.WeightedTargetProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRoute.WeightedTargetProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumbergetPort()The targeted port of the weighted object.final StringThe virtual node to associate with the weighted target.final NumberThe relative weight of the weighted target.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnRoute.WeightedTargetProperty.Builder.
-
-
Method Details
-
getVirtualNode
Description copied from interface:CfnRoute.WeightedTargetPropertyThe virtual node to associate with the weighted target.- Specified by:
getVirtualNodein interfaceCfnRoute.WeightedTargetProperty- See Also:
-
getWeight
Description copied from interface:CfnRoute.WeightedTargetPropertyThe relative weight of the weighted target.- Specified by:
getWeightin interfaceCfnRoute.WeightedTargetProperty- See Also:
-
getPort
Description copied from interface:CfnRoute.WeightedTargetPropertyThe targeted port of the weighted object.- Specified by:
getPortin interfaceCfnRoute.WeightedTargetProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-