Class CfnRoute.TcpTimeoutProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnRoute.TcpTimeoutProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRoute.TcpTimeoutProperty
An implementation for CfnRoute.TcpTimeoutProperty
  • 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.TcpTimeoutProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnRoute.TcpTimeoutProperty.Builder.
  • Method Details

    • getIdle

      public final Object getIdle()
      Description copied from interface: CfnRoute.TcpTimeoutProperty
      An object that represents an idle timeout.

      An idle timeout bounds the amount of time that a connection may be idle. The default value is none.

      Specified by:
      getIdle in interface CfnRoute.TcpTimeoutProperty
    • $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