Class CfnRoute.HttpRouteProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnRoute.HttpRouteProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRoute.HttpRouteProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnRoute.HttpRouteProperty
@Stability(Stable)
@Internal
public static final class CfnRoute.HttpRouteProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoute.HttpRouteProperty
An implementation for
CfnRoute.HttpRouteProperty
-
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.HttpRouteProperty
CfnRoute.HttpRouteProperty.Builder, CfnRoute.HttpRouteProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRoute.HttpRouteProperty.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 Object
An object that represents the action to take if a match is determined.final Object
getMatch()
An object that represents the criteria for determining a request match.final Object
An object that represents a retry policy.final Object
An object that represents types of timeouts.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.HttpRouteProperty.Builder
.
-
-
Method Details
-
getAction
Description copied from interface:CfnRoute.HttpRouteProperty
An object that represents the action to take if a match is determined.- Specified by:
getAction
in interfaceCfnRoute.HttpRouteProperty
-
getMatch
Description copied from interface:CfnRoute.HttpRouteProperty
An object that represents the criteria for determining a request match.- Specified by:
getMatch
in interfaceCfnRoute.HttpRouteProperty
-
getRetryPolicy
Description copied from interface:CfnRoute.HttpRouteProperty
An object that represents a retry policy.- Specified by:
getRetryPolicy
in interfaceCfnRoute.HttpRouteProperty
-
getTimeout
Description copied from interface:CfnRoute.HttpRouteProperty
An object that represents types of timeouts.- Specified by:
getTimeout
in interfaceCfnRoute.HttpRouteProperty
-
$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()
-