Interface WafregionalGeoMatchSetGeoMatchConstraint
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
WafregionalGeoMatchSetGeoMatchConstraint.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:55.567Z") @Stability(Stable) public interface WafregionalGeoMatchSetGeoMatchConstraint extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWafregionalGeoMatchSetGeoMatchConstraint.BuilderA builder forWafregionalGeoMatchSetGeoMatchConstraintstatic classWafregionalGeoMatchSetGeoMatchConstraint.Jsii$ProxyAn implementation forWafregionalGeoMatchSetGeoMatchConstraint
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static WafregionalGeoMatchSetGeoMatchConstraint.Builderbuilder()StringgetType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_geo_match_set#type WafregionalGeoMatchSet#type}.StringgetValue()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_geo_match_set#value WafregionalGeoMatchSet#value}.
-
-
-
Method Detail
-
getType
@Stability(Stable) @NotNull String getType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_geo_match_set#type WafregionalGeoMatchSet#type}.
-
getValue
@Stability(Stable) @NotNull String getValue()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_geo_match_set#value WafregionalGeoMatchSet#value}.
-
builder
@Stability(Stable) static WafregionalGeoMatchSetGeoMatchConstraint.Builder builder()
-
-