Class WafregionalRegexMatchSetRegexMatchTuple.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.wafregional_regex_match_set.WafregionalRegexMatchSetRegexMatchTuple.Jsii$Proxy
-
- All Implemented Interfaces:
WafregionalRegexMatchSetRegexMatchTuple,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- WafregionalRegexMatchSetRegexMatchTuple
@Stability(Stable) @Internal public static final class WafregionalRegexMatchSetRegexMatchTuple.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WafregionalRegexMatchSetRegexMatchTuple
An implementation forWafregionalRegexMatchSetRegexMatchTuple
-
-
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.aws.wafregional_regex_match_set.WafregionalRegexMatchSetRegexMatchTuple
WafregionalRegexMatchSetRegexMatchTuple.Builder, WafregionalRegexMatchSetRegexMatchTuple.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(WafregionalRegexMatchSetRegexMatchTuple.Builder builder)Constructor that initializes the object based on literal property values passed by theWafregionalRegexMatchSetRegexMatchTuple.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)WafregionalRegexMatchSetRegexMatchTupleFieldToMatchgetFieldToMatch()field_to_match block.StringgetRegexPatternSetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#regex_pattern_set_id WafregionalRegexMatchSet#regex_pattern_set_id}.StringgetTextTransformation()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#text_transformation WafregionalRegexMatchSet#text_transformation}.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(WafregionalRegexMatchSetRegexMatchTuple.Builder builder)
Constructor that initializes the object based on literal property values passed by theWafregionalRegexMatchSetRegexMatchTuple.Builder.
-
-
Method Detail
-
getFieldToMatch
public final WafregionalRegexMatchSetRegexMatchTupleFieldToMatch getFieldToMatch()
Description copied from interface:WafregionalRegexMatchSetRegexMatchTuplefield_to_match block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#field_to_match WafregionalRegexMatchSet#field_to_match}
- Specified by:
getFieldToMatchin interfaceWafregionalRegexMatchSetRegexMatchTuple
-
getRegexPatternSetId
public final String getRegexPatternSetId()
Description copied from interface:WafregionalRegexMatchSetRegexMatchTupleDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#regex_pattern_set_id WafregionalRegexMatchSet#regex_pattern_set_id}.- Specified by:
getRegexPatternSetIdin interfaceWafregionalRegexMatchSetRegexMatchTuple
-
getTextTransformation
public final String getTextTransformation()
Description copied from interface:WafregionalRegexMatchSetRegexMatchTupleDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#text_transformation WafregionalRegexMatchSet#text_transformation}.- Specified by:
getTextTransformationin interfaceWafregionalRegexMatchSetRegexMatchTuple
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-