Class CfnRoutePropsMixin.TcpRouteProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.appmesh.mixins.CfnRoutePropsMixin.TcpRouteProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRoutePropsMixin.TcpRouteProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoutePropsMixin.TcpRouteProperty
@Stability(Stable)
@Internal
public static final class CfnRoutePropsMixin.TcpRouteProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoutePropsMixin.TcpRouteProperty
An implementation for
CfnRoutePropsMixin.TcpRouteProperty-
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.mixins.preview.services.appmesh.mixins.CfnRoutePropsMixin.TcpRouteProperty
CfnRoutePropsMixin.TcpRouteProperty.Builder, CfnRoutePropsMixin.TcpRouteProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRoutePropsMixin.TcpRouteProperty.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 ObjectThe action to take if a match is determined.final ObjectgetMatch()An object that represents the criteria for determining a request match.final ObjectAn object that represents types of timeouts.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 theCfnRoutePropsMixin.TcpRouteProperty.Builder.
-
-
Method Details
-
getAction
Description copied from interface:CfnRoutePropsMixin.TcpRoutePropertyThe action to take if a match is determined.Returns union: either
IResolvableorCfnRoutePropsMixin.TcpRouteActionProperty- Specified by:
getActionin interfaceCfnRoutePropsMixin.TcpRouteProperty- See Also:
-
getMatch
Description copied from interface:CfnRoutePropsMixin.TcpRoutePropertyAn object that represents the criteria for determining a request match.Returns union: either
IResolvableorCfnRoutePropsMixin.TcpRouteMatchProperty- Specified by:
getMatchin interfaceCfnRoutePropsMixin.TcpRouteProperty- See Also:
-
getTimeout
Description copied from interface:CfnRoutePropsMixin.TcpRoutePropertyAn object that represents types of timeouts.Returns union: either
IResolvableorCfnRoutePropsMixin.TcpTimeoutProperty- Specified by:
getTimeoutin interfaceCfnRoutePropsMixin.TcpRouteProperty- 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()
-