public static final class RoutingRuleCondition.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RoutingRuleCondition
RoutingRuleCondition
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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getHttpErrorCodeReturnedEquals()
The HTTP error code when the redirect is applied.
|
java.lang.String |
getKeyPrefixEquals()
The object key name prefix when the redirect is applied.
|
int |
hashCode() |
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.public final java.lang.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 java.lang.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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()