Class CfnListenerRule.HostHeaderConfigProperty.Jsii$Proxy

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

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

  • Method Details

    • getValues

      public final List<String> getValues()
      Description copied from interface: CfnListenerRule.HostHeaderConfigProperty
      The host names.

      The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

      If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

      Specified by:
      getValues in interface CfnListenerRule.HostHeaderConfigProperty
    • $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