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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.AddFixedResponseProps
AddFixedResponseProps.Builder, AddFixedResponseProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AddFixedResponseProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theAddFixedResponseProps.Builder.protectedJsii$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.JsonNodeDeprecated.final booleanDeprecated.final List<ListenerCondition>Deprecated.Rule applies if matches the conditions.final ContentTypeDeprecated.(deprecated) The content type.final StringDeprecated.(deprecated) Rule applies if the requested host matches the indicated host.final StringDeprecated.(deprecated) The message.final StringDeprecated.(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 NumberDeprecated.Priority of this target group.final StringDeprecated.(deprecated) The HTTP response code (2XX, 4XX or 5XX).final inthashCode()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:AddRulePropsRule applies if matches the conditions.Default: - No conditions.
- Specified by:
getConditionsin 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
-
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
-
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.
-
getPriority
Deprecated.Description copied from interface:AddRulePropsPriority 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:
getPriorityin interfaceAddRuleProps
-
getStatusCode
Deprecated.Description copied from interface:FixedResponse(deprecated) The HTTP response code (2XX, 4XX or 5XX).- Specified by:
getStatusCodein interfaceFixedResponse
-
getContentType
Deprecated.Description copied from interface:FixedResponse(deprecated) The content type.Default: text/plain
- Specified by:
getContentTypein interfaceFixedResponse
-
getMessageBody
Deprecated.Description copied from interface:FixedResponse(deprecated) The message.Default: no message
- Specified by:
getMessageBodyin interfaceFixedResponse
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-