@Deprecated public static final class AddFixedResponseProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AddFixedResponseProps
AddFixedResponseProps
AddFixedResponseProps.Builder, AddFixedResponseProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o)
Deprecated.
|
java.util.List<ListenerCondition> |
getConditions()
Deprecated.
Rule applies if matches the conditions.
|
ContentType |
getContentType()
Deprecated.
(deprecated) The content type.
|
java.lang.String |
getHostHeader()
Deprecated.
(deprecated) Rule applies if the requested host matches the indicated host.
|
java.lang.String |
getMessageBody()
Deprecated.
(deprecated) The message.
|
java.lang.String |
getPathPattern()
Deprecated.
(deprecated) Rule applies if the requested path matches the given path pattern.
|
java.util.List<java.lang.String> |
getPathPatterns()
Deprecated.
(deprecated) Rule applies if the requested path matches any of the given patterns.
|
java.lang.Number |
getPriority()
Deprecated.
Priority of this target group.
|
java.lang.String |
getStatusCode()
Deprecated.
(deprecated) The HTTP response code (2XX, 4XX or 5XX).
|
int |
hashCode()
Deprecated.
|
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.public final java.util.List<ListenerCondition> getConditions()
AddRuleProps
Default: - No conditions.
getConditions
in interface AddRuleProps
public final java.lang.String getHostHeader()
AddRuleProps
May contain up to three '*' wildcards.
Requires that priority is set.
Default: No host condition
getHostHeader
in interface AddRuleProps
public final java.lang.String getPathPattern()
AddRuleProps
May contain up to three '*' wildcards.
Requires that priority is set.
Default: No path condition
getPathPattern
in interface AddRuleProps
public final java.util.List<java.lang.String> getPathPatterns()
AddRuleProps
May contain up to three '*' wildcards.
Requires that priority is set.
Default: - No path condition.
getPathPatterns
in interface AddRuleProps
public final java.lang.Number getPriority()
AddRuleProps
The 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 AddRuleProps
public final java.lang.String getStatusCode()
FixedResponse
getStatusCode
in interface FixedResponse
public final ContentType getContentType()
FixedResponse
Default: text/plain
getContentType
in interface FixedResponse
public final java.lang.String getMessageBody()
FixedResponse
Default: no message
getMessageBody
in interface FixedResponse
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()