Class CfnListenerRule.HttpRequestMethodConfigProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule.HttpRequestMethodConfigProperty.Jsii$Proxy
All Implemented Interfaces:
CfnListenerRule.HttpRequestMethodConfigProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnListenerRule.HttpRequestMethodConfigProperty

@Stability(Stable) @Internal public static final class CfnListenerRule.HttpRequestMethodConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnListenerRule.HttpRequestMethodConfigProperty
  • Constructor Details

  • Method Details

    • getValues

      public final List<String> getValues()
      Description copied from interface: CfnListenerRule.HttpRequestMethodConfigProperty
      The name of the request method.

      The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

      If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

      Specified by:
      getValues in interface CfnListenerRule.HttpRequestMethodConfigProperty
    • $jsii$toJson

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

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

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