@Deprecated public static final class RedirectResponse.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RedirectResponse
RedirectResponse
RedirectResponse.Builder, RedirectResponse.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
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()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
java.lang.String |
getHost()
Deprecated.
(deprecated) The hostname.
|
java.lang.String |
getPath()
Deprecated.
(deprecated) The absolute path, starting with the leading "/".
|
java.lang.String |
getPort()
Deprecated.
(deprecated) The port.
|
java.lang.String |
getProtocol()
Deprecated.
(deprecated) The protocol.
|
java.lang.String |
getQuery()
Deprecated.
(deprecated) The query parameters, URL-encoded when necessary, but not percent-encoded.
|
java.lang.String |
getStatusCode()
Deprecated.
(deprecated) The HTTP redirect code (HTTP_301 or HTTP_302).
|
int |
hashCode()
Deprecated.
|
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 getStatusCode()
RedirectResponse
getStatusCode
in interface RedirectResponse
public final java.lang.String getHost()
RedirectResponse
This component is not percent-encoded. The hostname can contain #{host}.
Default: origin host of request
getHost
in interface RedirectResponse
public final java.lang.String getPath()
RedirectResponse
This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.
Default: origin path of request
getPath
in interface RedirectResponse
public final java.lang.String getPort()
RedirectResponse
You can specify a value from 1 to 65535 or #{port}.
Default: origin port of request
getPort
in interface RedirectResponse
public final java.lang.String getProtocol()
RedirectResponse
You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.
Default: origin protocol of request
getProtocol
in interface RedirectResponse
public final java.lang.String getQuery()
RedirectResponse
Do not include the leading "?", as it is automatically added. You can specify any of the reserved keywords.
Default: origin query string of request
getQuery
in interface RedirectResponse
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()