@Stability(value=Experimental) @Internal public static final class RoutingRuleCondition.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RoutingRuleCondition
RoutingRuleConditionsoftware.amazon.jsii.JsiiObject.InitializationModeRoutingRuleCondition.Builder, RoutingRuleCondition.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String httpErrorCodeReturnedEquals,
String keyPrefixEquals)
Constructor that initializes the object based on literal property values passed by the
RoutingRuleCondition.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getHttpErrorCodeReturnedEquals()
(experimental) The HTTP error code when the redirect is applied.
|
String |
getKeyPrefixEquals()
(experimental) The object key name prefix when the redirect is applied.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String httpErrorCodeReturnedEquals, String keyPrefixEquals)
RoutingRuleCondition.Builder.public final String getHttpErrorCodeReturnedEquals()
RoutingRuleConditionIn the event of an error, if the error code equals this value, then the specified redirect is applied.
If both condition properties are specified, both must be true for the redirect to be applied.
Default: - The HTTP error code will not be verified
getHttpErrorCodeReturnedEquals in interface RoutingRuleConditionpublic final String getKeyPrefixEquals()
RoutingRuleConditionIf both condition properties are specified, both must be true for the redirect to be applied.
Default: - The object key name will not be verified
getKeyPrefixEquals in interface RoutingRuleCondition@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.