@Stability(value=Deprecated) @Deprecated @Internal public static final class AddFixedResponseProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AddFixedResponseProps
AddFixedResponsePropssoftware.amazon.jsii.JsiiObject.InitializationModeAddFixedResponseProps.Builder, AddFixedResponseProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(AddFixedResponseProps.Builder builder)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
AddFixedResponseProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
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()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
List<ListenerCondition> |
getConditions()
Deprecated.
(experimental) Rule applies if matches the conditions.
|
ContentType |
getContentType()
Deprecated.
(deprecated) The content type.
|
String |
getHostHeader()
Deprecated.
(deprecated) Rule applies if the requested host matches the indicated host.
|
String |
getMessageBody()
Deprecated.
(deprecated) The message.
|
String |
getPathPattern()
Deprecated.
(deprecated) Rule applies if the requested path matches the given path pattern.
|
List<String> |
getPathPatterns()
Deprecated.
(deprecated) Rule applies if the requested path matches any of the given patterns.
|
Number |
getPriority()
Deprecated.
(experimental) Priority of this target group.
|
String |
getStatusCode()
Deprecated.
(deprecated) The HTTP response code (2XX, 4XX or 5XX).
|
int |
hashCode()
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(AddFixedResponseProps.Builder builder)
AddFixedResponseProps.Builder.public final List<ListenerCondition> getConditions()
AddRulePropsDefault: - No conditions.
getConditions in interface AddRulePropshttps://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.htmlpublic final String getHostHeader()
AddRulePropsMay contain up to three '*' wildcards.
Requires that priority is set.
Default: No host condition
getHostHeader in interface AddRulePropshttps://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#host-conditionspublic final String getPathPattern()
AddRulePropsMay contain up to three '*' wildcards.
Requires that priority is set.
Default: No path condition
getPathPattern in interface AddRulePropshttps://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#path-conditionspublic final List<String> getPathPatterns()
AddRulePropsMay contain up to three '*' wildcards.
Requires that priority is set.
Default: - No path condition.
getPathPatterns in interface AddRulePropshttps://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#path-conditionspublic final Number getPriority()
AddRulePropsThe rule with the lowest priority will be used for every request. If priority is not given, these target groups will be added as defaults, and must not have conditions.
Priorities must be unique.
Default: Target groups are used as defaults
getPriority in interface AddRulePropspublic final String getStatusCode()
FixedResponsegetStatusCode in interface FixedResponsepublic final ContentType getContentType()
FixedResponseDefault: text/plain
getContentType in interface FixedResponsepublic final String getMessageBody()
FixedResponseDefault: no message
getMessageBody in interface FixedResponse@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.