Class AppmeshRouteSpecHttp2RouteMatchHeader.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.appmesh_route.AppmeshRouteSpecHttp2RouteMatchHeader.Jsii$Proxy
-
- All Implemented Interfaces:
AppmeshRouteSpecHttp2RouteMatchHeader,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AppmeshRouteSpecHttp2RouteMatchHeader
@Stability(Stable) @Internal public static final class AppmeshRouteSpecHttp2RouteMatchHeader.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AppmeshRouteSpecHttp2RouteMatchHeader
An implementation forAppmeshRouteSpecHttp2RouteMatchHeader
-
-
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.appmesh_route.AppmeshRouteSpecHttp2RouteMatchHeader
AppmeshRouteSpecHttp2RouteMatchHeader.Builder, AppmeshRouteSpecHttp2RouteMatchHeader.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AppmeshRouteSpecHttp2RouteMatchHeader.Builder builder)Constructor that initializes the object based on literal property values passed by theAppmeshRouteSpecHttp2RouteMatchHeader.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)ObjectgetInvert()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#invert AppmeshRoute#invert}.AppmeshRouteSpecHttp2RouteMatchHeaderMatchgetMatch()match block.StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#name AppmeshRoute#name}.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(AppmeshRouteSpecHttp2RouteMatchHeader.Builder builder)
Constructor that initializes the object based on literal property values passed by theAppmeshRouteSpecHttp2RouteMatchHeader.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:AppmeshRouteSpecHttp2RouteMatchHeaderDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#name AppmeshRoute#name}.- Specified by:
getNamein interfaceAppmeshRouteSpecHttp2RouteMatchHeader
-
getInvert
public final Object getInvert()
Description copied from interface:AppmeshRouteSpecHttp2RouteMatchHeaderDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#invert AppmeshRoute#invert}.- Specified by:
getInvertin interfaceAppmeshRouteSpecHttp2RouteMatchHeader
-
getMatch
public final AppmeshRouteSpecHttp2RouteMatchHeaderMatch getMatch()
Description copied from interface:AppmeshRouteSpecHttp2RouteMatchHeadermatch block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#match AppmeshRoute#match}
- Specified by:
getMatchin interfaceAppmeshRouteSpecHttp2RouteMatchHeader
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-