@Stability(value=Experimental) @Internal public static final class RoutingRuleCondition.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RoutingRuleCondition
RoutingRuleCondition
software.amazon.jsii.JsiiObject.InitializationMode
RoutingRuleCondition.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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected 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()
RoutingRuleCondition
In 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 RoutingRuleCondition
public final String getKeyPrefixEquals()
RoutingRuleCondition
If 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.JsiiSerializable
Copyright © 2021. All rights reserved.