@Stability(value=Experimental) @Internal public static final class RoutingRule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RoutingRule
RoutingRulesoftware.amazon.jsii.JsiiObject.InitializationModeRoutingRule.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.
|
protected |
Jsii$Proxy(RoutingRuleCondition condition,
String hostName,
String httpRedirectCode,
RedirectProtocol protocol,
ReplaceKey replaceKey)
Constructor that initializes the object based on literal property values passed by the
RoutingRule.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
RoutingRuleCondition |
getCondition()
(experimental) Specifies a condition that must be met for the specified redirect to apply.
|
String |
getHostName()
(experimental) The host name to use in the redirect request.
|
String |
getHttpRedirectCode()
(experimental) The HTTP redirect code to use on the response.
|
RedirectProtocol |
getProtocol()
(experimental) Protocol to use when redirecting requests.
|
ReplaceKey |
getReplaceKey()
(experimental) Specifies the object key prefix to use in the redirect request.
|
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(RoutingRuleCondition condition, String hostName, String httpRedirectCode, RedirectProtocol protocol, ReplaceKey replaceKey)
RoutingRule.Builder.public final RoutingRuleCondition getCondition()
RoutingRuleDefault: - No condition
getCondition in interface RoutingRulepublic final String getHostName()
RoutingRuleDefault: - The host name used in the original request.
getHostName in interface RoutingRulepublic final String getHttpRedirectCode()
RoutingRuleDefault: "301" - Moved Permanently
getHttpRedirectCode in interface RoutingRulepublic final RedirectProtocol getProtocol()
RoutingRuleDefault: - The protocol used in the original request.
getProtocol in interface RoutingRulepublic final ReplaceKey getReplaceKey()
RoutingRuleDefault: - The key will not be replaced
getReplaceKey in interface RoutingRule@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.