Class CfnRoute.HttpRouteActionProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnRoute.HttpRouteActionProperty.Jsii$Proxy
All Implemented Interfaces:
CfnRoute.HttpRouteActionProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnRoute.HttpRouteActionProperty

@Stability(Stable) @Internal public static final class CfnRoute.HttpRouteActionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRoute.HttpRouteActionProperty
An implementation for CfnRoute.HttpRouteActionProperty
  • 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

      protected Jsii$Proxy(CfnRoute.HttpRouteActionProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnRoute.HttpRouteActionProperty.Builder.
  • Method Details

    • getWeightedTargets

      public final Object getWeightedTargets()
      Description copied from interface: CfnRoute.HttpRouteActionProperty
      An object that represents the targets that traffic is routed to when a request matches the route.
      Specified by:
      getWeightedTargets in interface CfnRoute.HttpRouteActionProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object