Class ComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches
@Stability(Stable) @Internal public static final class ComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches
An implementation forComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches
ComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches.Builder, ComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetExactMatch()The queryParameterMatch matches if the value of the parameter exactly matches the contents of exactMatch.StringgetName()The name of the query parameter to match.ObjectgetPresentMatch()Specifies that the queryParameterMatch matches if the request contains the query parameter, irrespective of whether the parameter has a value or not.StringgetRegexMatch()The queryParameterMatch matches if the value of the parameter matches the regular expression specified by regexMatch.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(ComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:ComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatchesThe name of the query parameter to match.The query parameter must exist in the request, in the absence of which the request match fails. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#name ComputeUrlMap#name}
- Specified by:
getNamein interfaceComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches
-
getExactMatch
public final String getExactMatch()
Description copied from interface:ComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatchesThe queryParameterMatch matches if the value of the parameter exactly matches the contents of exactMatch.Only one of presentMatch, exactMatch and regexMatch must be set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#exact_match ComputeUrlMap#exact_match}
- Specified by:
getExactMatchin interfaceComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches
-
getPresentMatch
public final Object getPresentMatch()
Description copied from interface:ComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatchesSpecifies that the queryParameterMatch matches if the request contains the query parameter, irrespective of whether the parameter has a value or not.Only one of presentMatch, exactMatch and regexMatch must be set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#present_match ComputeUrlMap#present_match}
- Specified by:
getPresentMatchin interfaceComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches
-
getRegexMatch
public final String getRegexMatch()
Description copied from interface:ComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatchesThe queryParameterMatch matches if the value of the parameter matches the regular expression specified by regexMatch.For the regular expression grammar, please see en.cppreference.com/w/cpp/regex/ecmascript Only one of presentMatch, exactMatch and regexMatch must be set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#regex_match ComputeUrlMap#regex_match}
- Specified by:
getRegexMatchin interfaceComputeUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-