Class AppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.appmesh_route.AppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference
-
- 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.449Z") @Stability(Stable) public class AppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference 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 AppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedAppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExact()StringgetExactInput()AppmeshRouteSpecGrpcRouteMatchMetadataMatchgetInternalValue()StringgetPrefix()StringgetPrefixInput()AppmeshRouteSpecGrpcRouteMatchMetadataMatchRangeOutputReferencegetRange()AppmeshRouteSpecGrpcRouteMatchMetadataMatchRangegetRangeInput()StringgetRegex()StringgetRegexInput()StringgetSuffix()StringgetSuffixInput()voidputRange(AppmeshRouteSpecGrpcRouteMatchMetadataMatchRange value)voidresetExact()voidresetPrefix()voidresetRange()voidresetRegex()voidresetSuffix()voidsetExact(String value)voidsetInternalValue(AppmeshRouteSpecGrpcRouteMatchMetadataMatch value)voidsetPrefix(String value)voidsetRegex(String value)voidsetSuffix(String value)-
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
-
AppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference
protected AppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
AppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference
protected AppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
AppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference
@Stability(Stable) public AppmeshRouteSpecGrpcRouteMatchMetadataMatchOutputReference(@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
-
putRange
@Stability(Stable) public void putRange(@NotNull AppmeshRouteSpecGrpcRouteMatchMetadataMatchRange value)- Parameters:
value- This parameter is required.
-
resetExact
@Stability(Stable) public void resetExact()
-
resetPrefix
@Stability(Stable) public void resetPrefix()
-
resetRange
@Stability(Stable) public void resetRange()
-
resetRegex
@Stability(Stable) public void resetRegex()
-
resetSuffix
@Stability(Stable) public void resetSuffix()
-
getRange
@Stability(Stable) @NotNull public AppmeshRouteSpecGrpcRouteMatchMetadataMatchRangeOutputReference getRange()
-
getExactInput
@Stability(Stable) @Nullable public String getExactInput()
-
getPrefixInput
@Stability(Stable) @Nullable public String getPrefixInput()
-
getRangeInput
@Stability(Stable) @Nullable public AppmeshRouteSpecGrpcRouteMatchMetadataMatchRange getRangeInput()
-
getRegexInput
@Stability(Stable) @Nullable public String getRegexInput()
-
getSuffixInput
@Stability(Stable) @Nullable public String getSuffixInput()
-
getExact
@Stability(Stable) @NotNull public String getExact()
-
setExact
@Stability(Stable) public void setExact(@NotNull String value)
-
getPrefix
@Stability(Stable) @NotNull public String getPrefix()
-
setPrefix
@Stability(Stable) public void setPrefix(@NotNull String value)
-
getRegex
@Stability(Stable) @NotNull public String getRegex()
-
setRegex
@Stability(Stable) public void setRegex(@NotNull String value)
-
getSuffix
@Stability(Stable) @NotNull public String getSuffix()
-
setSuffix
@Stability(Stable) public void setSuffix(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public AppmeshRouteSpecGrpcRouteMatchMetadataMatch getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable AppmeshRouteSpecGrpcRouteMatchMetadataMatch value)
-
-