Class RedirectResponse.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.RedirectResponse.Jsii$Proxy
- All Implemented Interfaces:
RedirectResponse
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- RedirectResponse
@Stability(Deprecated)
@Deprecated
@Internal
public static final class RedirectResponse.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RedirectResponse
Deprecated.
An implementation for
RedirectResponse
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.RedirectResponse
RedirectResponse.Builder, RedirectResponse.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(RedirectResponse.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theRedirectResponse.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
Deprecated.final boolean
Deprecated.final String
getHost()
Deprecated.(deprecated) The hostname.final String
getPath()
Deprecated.(deprecated) The absolute path, starting with the leading "/".final String
getPort()
Deprecated.(deprecated) The port.final String
Deprecated.(deprecated) The protocol.final String
getQuery()
Deprecated.(deprecated) The query parameters, URL-encoded when necessary, but not percent-encoded.final String
Deprecated.(deprecated) The HTTP redirect code (HTTP_301 or HTTP_302).final int
hashCode()
Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theRedirectResponse.Builder
.
-
-
Method Details
-
getStatusCode
Deprecated.Description copied from interface:RedirectResponse
(deprecated) The HTTP redirect code (HTTP_301 or HTTP_302).- Specified by:
getStatusCode
in interfaceRedirectResponse
-
getHost
Deprecated.Description copied from interface:RedirectResponse
(deprecated) The hostname.This component is not percent-encoded. The hostname can contain #{host}.
Default: origin host of request
- Specified by:
getHost
in interfaceRedirectResponse
-
getPath
Deprecated.Description copied from interface:RedirectResponse
(deprecated) The absolute path, starting with the leading "/".This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.
Default: origin path of request
- Specified by:
getPath
in interfaceRedirectResponse
-
getPort
Deprecated.Description copied from interface:RedirectResponse
(deprecated) The port.You can specify a value from 1 to 65535 or #{port}.
Default: origin port of request
- Specified by:
getPort
in interfaceRedirectResponse
-
getProtocol
Deprecated.Description copied from interface:RedirectResponse
(deprecated) The protocol.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
- Specified by:
getProtocol
in interfaceRedirectResponse
-
getQuery
Deprecated.Description copied from interface:RedirectResponse
(deprecated) The query parameters, URL-encoded when necessary, but not percent-encoded.Do not include the leading "?", as it is automatically added. You can specify any of the reserved keywords.
Default: origin query string of request
- Specified by:
getQuery
in interfaceRedirectResponse
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-