Class CfnLinkRoutingRule.RuleConditionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rtbfabric.CfnLinkRoutingRule.RuleConditionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLinkRoutingRule.RuleConditionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLinkRoutingRule.RuleConditionProperty
@Stability(Stable)
@Internal
public static final class CfnLinkRoutingRule.RuleConditionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLinkRoutingRule.RuleConditionProperty
An implementation for
CfnLinkRoutingRule.RuleConditionProperty-
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.rtbfabric.CfnLinkRoutingRule.RuleConditionProperty
CfnLinkRoutingRule.RuleConditionProperty.Builder, CfnLinkRoutingRule.RuleConditionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLinkRoutingRule.RuleConditionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringExact host match — RFC 3986 unreserved characters.final StringWildcard host pattern (e.g., *.example.com) — RFC 3986 unreserved characters plus *.final StringExact path match — must start with /.final StringPath prefix matching — strict starts-with, must start with /.final ObjectReturns union: eitherIResolvableorCfnLinkRoutingRule.QueryStringKeyValuePairPropertyfinal StringQuery string key presence check (any value accepted).final inthashCode()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) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnLinkRoutingRule.RuleConditionProperty.Builder.
-
-
Method Details
-
getHostHeader
Description copied from interface:CfnLinkRoutingRule.RuleConditionPropertyExact host match — RFC 3986 unreserved characters.Mutually exclusive with HostHeaderWildcard.
- Specified by:
getHostHeaderin interfaceCfnLinkRoutingRule.RuleConditionProperty- See Also:
-
getHostHeaderWildcard
Description copied from interface:CfnLinkRoutingRule.RuleConditionPropertyWildcard host pattern (e.g., *.example.com) — RFC 3986 unreserved characters plus *. Mutually exclusive with HostHeader.- Specified by:
getHostHeaderWildcardin interfaceCfnLinkRoutingRule.RuleConditionProperty- See Also:
-
getPathExact
Description copied from interface:CfnLinkRoutingRule.RuleConditionPropertyExact path match — must start with /.Mutually exclusive with PathPrefix.
- Specified by:
getPathExactin interfaceCfnLinkRoutingRule.RuleConditionProperty- See Also:
-
getPathPrefix
Description copied from interface:CfnLinkRoutingRule.RuleConditionPropertyPath prefix matching — strict starts-with, must start with /.Mutually exclusive with PathExact.
- Specified by:
getPathPrefixin interfaceCfnLinkRoutingRule.RuleConditionProperty- See Also:
-
getQueryStringEquals
Description copied from interface:CfnLinkRoutingRule.RuleConditionPropertyReturns union: eitherIResolvableorCfnLinkRoutingRule.QueryStringKeyValuePairProperty- Specified by:
getQueryStringEqualsin interfaceCfnLinkRoutingRule.RuleConditionProperty- See Also:
-
getQueryStringExists
Description copied from interface:CfnLinkRoutingRule.RuleConditionPropertyQuery string key presence check (any value accepted).- Specified by:
getQueryStringExistsin interfaceCfnLinkRoutingRule.RuleConditionProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-