Class AppmeshRouteSpecHttpRouteMatchHeaderMatchRange.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.appmesh_route.AppmeshRouteSpecHttpRouteMatchHeaderMatchRange.Jsii$Proxy
-
- All Implemented Interfaces:
AppmeshRouteSpecHttpRouteMatchHeaderMatchRange,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AppmeshRouteSpecHttpRouteMatchHeaderMatchRange
@Stability(Stable) @Internal public static final class AppmeshRouteSpecHttpRouteMatchHeaderMatchRange.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AppmeshRouteSpecHttpRouteMatchHeaderMatchRange
An implementation forAppmeshRouteSpecHttpRouteMatchHeaderMatchRange
-
-
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.AppmeshRouteSpecHttpRouteMatchHeaderMatchRange
AppmeshRouteSpecHttpRouteMatchHeaderMatchRange.Builder, AppmeshRouteSpecHttpRouteMatchHeaderMatchRange.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AppmeshRouteSpecHttpRouteMatchHeaderMatchRange.Builder builder)Constructor that initializes the object based on literal property values passed by theAppmeshRouteSpecHttpRouteMatchHeaderMatchRange.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)NumbergetEnd()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#end AppmeshRoute#end}.NumbergetStart()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#start AppmeshRoute#start}.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(AppmeshRouteSpecHttpRouteMatchHeaderMatchRange.Builder builder)
Constructor that initializes the object based on literal property values passed by theAppmeshRouteSpecHttpRouteMatchHeaderMatchRange.Builder.
-
-
Method Detail
-
getEnd
public final Number getEnd()
Description copied from interface:AppmeshRouteSpecHttpRouteMatchHeaderMatchRangeDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#end AppmeshRoute#end}.- Specified by:
getEndin interfaceAppmeshRouteSpecHttpRouteMatchHeaderMatchRange
-
getStart
public final Number getStart()
Description copied from interface:AppmeshRouteSpecHttpRouteMatchHeaderMatchRangeDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appmesh_route#start AppmeshRoute#start}.- Specified by:
getStartin interfaceAppmeshRouteSpecHttpRouteMatchHeaderMatchRange
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-