Class AppmeshRouteSpecHttp2RouteMatchOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.appmesh_route.AppmeshRouteSpecHttp2RouteMatchOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.459Z") @Stability(Stable) public class AppmeshRouteSpecHttp2RouteMatchOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description AppmeshRouteSpecHttp2RouteMatchOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedAppmeshRouteSpecHttp2RouteMatchOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAppmeshRouteSpecHttp2RouteMatchOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
AppmeshRouteSpecHttp2RouteMatchOutputReference
protected AppmeshRouteSpecHttp2RouteMatchOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
AppmeshRouteSpecHttp2RouteMatchOutputReference
protected AppmeshRouteSpecHttp2RouteMatchOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
AppmeshRouteSpecHttp2RouteMatchOutputReference
@Stability(Stable) public AppmeshRouteSpecHttp2RouteMatchOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putHeader
@Stability(Stable) public void putHeader(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putPath
@Stability(Stable) public void putPath(@NotNull AppmeshRouteSpecHttp2RouteMatchPath value)- Parameters:
value- This parameter is required.
-
putQueryParameter
@Stability(Stable) public void putQueryParameter(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetHeader
@Stability(Stable) public void resetHeader()
-
resetMethod
@Stability(Stable) public void resetMethod()
-
resetPath
@Stability(Stable) public void resetPath()
-
resetPort
@Stability(Stable) public void resetPort()
-
resetPrefix
@Stability(Stable) public void resetPrefix()
-
resetQueryParameter
@Stability(Stable) public void resetQueryParameter()
-
resetScheme
@Stability(Stable) public void resetScheme()
-
getHeader
@Stability(Stable) @NotNull public AppmeshRouteSpecHttp2RouteMatchHeaderList getHeader()
-
getPath
@Stability(Stable) @NotNull public AppmeshRouteSpecHttp2RouteMatchPathOutputReference getPath()
-
getQueryParameter
@Stability(Stable) @NotNull public AppmeshRouteSpecHttp2RouteMatchQueryParameterList getQueryParameter()
-
getHeaderInput
@Stability(Stable) @Nullable public Object getHeaderInput()
-
getMethodInput
@Stability(Stable) @Nullable public String getMethodInput()
-
getPathInput
@Stability(Stable) @Nullable public AppmeshRouteSpecHttp2RouteMatchPath getPathInput()
-
getPortInput
@Stability(Stable) @Nullable public Number getPortInput()
-
getPrefixInput
@Stability(Stable) @Nullable public String getPrefixInput()
-
getQueryParameterInput
@Stability(Stable) @Nullable public Object getQueryParameterInput()
-
getSchemeInput
@Stability(Stable) @Nullable public String getSchemeInput()
-
getMethod
@Stability(Stable) @NotNull public String getMethod()
-
setMethod
@Stability(Stable) public void setMethod(@NotNull String value)
-
getPort
@Stability(Stable) @NotNull public Number getPort()
-
setPort
@Stability(Stable) public void setPort(@NotNull Number value)
-
getPrefix
@Stability(Stable) @NotNull public String getPrefix()
-
setPrefix
@Stability(Stable) public void setPrefix(@NotNull String value)
-
getScheme
@Stability(Stable) @NotNull public String getScheme()
-
setScheme
@Stability(Stable) public void setScheme(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public AppmeshRouteSpecHttp2RouteMatch getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable AppmeshRouteSpecHttp2RouteMatch value)
-
-