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