public static final class RoutingRule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RoutingRule
RoutingRule
RoutingRule.Builder, RoutingRule.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) |
RoutingRuleCondition |
getCondition()
Specifies a condition that must be met for the specified redirect to apply.
|
java.lang.String |
getHostName()
The host name to use in the redirect request.
|
java.lang.String |
getHttpRedirectCode()
The HTTP redirect code to use on the response.
|
RedirectProtocol |
getProtocol()
Protocol to use when redirecting requests.
|
ReplaceKey |
getReplaceKey()
Specifies the object key prefix to use in the redirect request.
|
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 RoutingRuleCondition getCondition()
RoutingRule
Default: - No condition
getCondition
in interface RoutingRule
public final java.lang.String getHostName()
RoutingRule
Default: - The host name used in the original request.
getHostName
in interface RoutingRule
public final java.lang.String getHttpRedirectCode()
RoutingRule
Default: "301" - Moved Permanently
getHttpRedirectCode
in interface RoutingRule
public final RedirectProtocol getProtocol()
RoutingRule
Default: - The protocol used in the original request.
getProtocol
in interface RoutingRule
public final ReplaceKey getReplaceKey()
RoutingRule
Default: - The key will not be replaced
getReplaceKey
in interface RoutingRule
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()