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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
    Constructor that initializes the object based on literal property values passed by the RedirectResponse.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    Deprecated.
     
    final boolean
    Deprecated.
     
    final String
    Deprecated.
    (deprecated) The hostname.
    final String
    Deprecated.
    (deprecated) The absolute path, starting with the leading "/".
    final String
    Deprecated.
    (deprecated) The port.
    final String
    Deprecated.
    (deprecated) The protocol.
    final String
    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
    Deprecated.
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(RedirectResponse.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the RedirectResponse.Builder.
  • Method Details

    • getStatusCode

      public final String getStatusCode()
      Deprecated.
      Description copied from interface: RedirectResponse
      (deprecated) The HTTP redirect code (HTTP_301 or HTTP_302).
      Specified by:
      getStatusCode in interface RedirectResponse
    • getHost

      public final String 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 interface RedirectResponse
    • getPath

      public final String 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 interface RedirectResponse
    • getPort

      public final String 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 interface RedirectResponse
    • getProtocol

      public final String 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 interface RedirectResponse
    • getQuery

      public final String 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 interface RedirectResponse
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Deprecated.
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object