@Stability(value=Stable) @Internal public static final class CfnListenerRule.HttpRequestMethodConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnListenerRule.HttpRequestMethodConfigProperty
CfnListenerRule.HttpRequestMethodConfigProperty
software.amazon.jsii.JsiiObject.InitializationMode
CfnListenerRule.HttpRequestMethodConfigProperty.Builder, CfnListenerRule.HttpRequestMethodConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CfnListenerRule.HttpRequestMethodConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnListenerRule.ActionProperty.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
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() |
boolean |
equals(Object o) |
List<String> |
getValues()
The name of the request method.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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.protected Jsii$Proxy(CfnListenerRule.HttpRequestMethodConfigProperty.Builder builder)
CfnListenerRule.ActionProperty.Builder
.public final List<String> getValues()
CfnListenerRule.HttpRequestMethodConfigProperty
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.
getValues
in interface CfnListenerRule.HttpRequestMethodConfigProperty
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.