Class AddFixedResponseProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.AddFixedResponseProps.Jsii$Proxy
- All Implemented Interfaces:
AddFixedResponseProps
,AddRuleProps
,FixedResponse
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AddFixedResponseProps
@Stability(Deprecated)
@Deprecated
@Internal
public static final class AddFixedResponseProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AddFixedResponseProps
Deprecated.
An implementation for
AddFixedResponseProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.AddFixedResponseProps
AddFixedResponseProps.Builder, AddFixedResponseProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AddFixedResponseProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theAddFixedResponseProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
Deprecated.final boolean
Deprecated.final List<ListenerCondition>
Deprecated.Rule applies if matches the conditions.final ContentType
Deprecated.(deprecated) The content type.final String
Deprecated.(deprecated) Rule applies if the requested host matches the indicated host.final String
Deprecated.(deprecated) The message.final String
Deprecated.(deprecated) Rule applies if the requested path matches the given path pattern.Deprecated.(deprecated) Rule applies if the requested path matches any of the given patterns.final Number
Deprecated.Priority of this target group.final String
Deprecated.(deprecated) The HTTP response code (2XX, 4XX or 5XX).final int
hashCode()
Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theAddFixedResponseProps.Builder
.
-
-
Method Details
-
getConditions
Deprecated.Description copied from interface:AddRuleProps
Rule applies if matches the conditions.Default: - No conditions.
- Specified by:
getConditions
in interfaceAddRuleProps
- See Also:
-
getHostHeader
Deprecated.Description copied from interface:AddRuleProps
(deprecated) Rule applies if the requested host matches the indicated host.May contain up to three '*' wildcards.
Requires that priority is set.
Default: No host condition
- Specified by:
getHostHeader
in interfaceAddRuleProps
- See Also:
-
getPathPattern
Deprecated.Description copied from interface:AddRuleProps
(deprecated) Rule applies if the requested path matches the given path pattern.May contain up to three '*' wildcards.
Requires that priority is set.
Default: No path condition
- Specified by:
getPathPattern
in interfaceAddRuleProps
- See Also:
-
getPathPatterns
Deprecated.Description copied from interface:AddRuleProps
(deprecated) Rule applies if the requested path matches any of the given patterns.May contain up to three '*' wildcards.
Requires that priority is set.
Default: - No path condition.
- Specified by:
getPathPatterns
in interfaceAddRuleProps
- See Also:
-
getPriority
Deprecated.Description copied from interface:AddRuleProps
Priority of this target group.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
- Specified by:
getPriority
in interfaceAddRuleProps
-
getStatusCode
Deprecated.Description copied from interface:FixedResponse
(deprecated) The HTTP response code (2XX, 4XX or 5XX).- Specified by:
getStatusCode
in interfaceFixedResponse
-
getContentType
Deprecated.Description copied from interface:FixedResponse
(deprecated) The content type.Default: text/plain
- Specified by:
getContentType
in interfaceFixedResponse
-
getMessageBody
Deprecated.Description copied from interface:FixedResponse
(deprecated) The message.Default: no message
- Specified by:
getMessageBody
in interfaceFixedResponse
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-