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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnRoute.WeightedTargetProperty
CfnRoute.WeightedTargetProperty.Builder, CfnRoute.WeightedTargetProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRoute.WeightedTargetProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Number
getPort()
The targeted port of the weighted object.final String
The virtual node to associate with the weighted target.final Number
The relative weight of the weighted target.final int
hashCode()
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.WeightedTargetProperty
The virtual node to associate with the weighted target.- Specified by:
getVirtualNode
in interfaceCfnRoute.WeightedTargetProperty
- See Also:
-
getWeight
Description copied from interface:CfnRoute.WeightedTargetProperty
The relative weight of the weighted target.- Specified by:
getWeight
in interfaceCfnRoute.WeightedTargetProperty
- See Also:
-
getPort
Description copied from interface:CfnRoute.WeightedTargetProperty
The targeted port of the weighted object.- Specified by:
getPort
in interfaceCfnRoute.WeightedTargetProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-