Class ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_region_url_map.ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches
@Stability(Stable) @Internal public static final class ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches
An implementation forComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches
-
-
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_region_url_map.ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches
ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches.Builder, ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches.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(ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatchesThe 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_region_url_map#name ComputeRegionUrlMap#name}
- Specified by:
getNamein interfaceComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches
-
getExactMatch
public final String getExactMatch()
Description copied from interface:ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatchesThe 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_region_url_map#exact_match ComputeRegionUrlMap#exact_match}
- Specified by:
getExactMatchin interfaceComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches
-
getPresentMatch
public final Object getPresentMatch()
Description copied from interface:ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatchesSpecifies 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_region_url_map#present_match ComputeRegionUrlMap#present_match}
- Specified by:
getPresentMatchin interfaceComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches
-
getRegexMatch
public final String getRegexMatch()
Description copied from interface:ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatchesThe 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_region_url_map#regex_match ComputeRegionUrlMap#regex_match}
- Specified by:
getRegexMatchin interfaceComputeRegionUrlMapPathMatcherRouteRulesMatchRulesQueryParameterMatches
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-