Class AppmeshRouteSpecGrpcRouteMatchOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.appmesh_route.AppmeshRouteSpecGrpcRouteMatchOutputReference
-
- 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.454Z") @Stability(Stable) public class AppmeshRouteSpecGrpcRouteMatchOutputReference 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 AppmeshRouteSpecGrpcRouteMatchOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedAppmeshRouteSpecGrpcRouteMatchOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAppmeshRouteSpecGrpcRouteMatchOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppmeshRouteSpecGrpcRouteMatchgetInternalValue()AppmeshRouteSpecGrpcRouteMatchMetadataListgetMetadata()ObjectgetMetadataInput()StringgetMethodName()StringgetMethodNameInput()NumbergetPort()NumbergetPortInput()StringgetPrefix()StringgetPrefixInput()StringgetServiceName()StringgetServiceNameInput()voidputMetadata(Object value)voidresetMetadata()voidresetMethodName()voidresetPort()voidresetPrefix()voidresetServiceName()voidsetInternalValue(AppmeshRouteSpecGrpcRouteMatch value)voidsetMethodName(String value)voidsetPort(Number value)voidsetPrefix(String value)voidsetServiceName(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
-
AppmeshRouteSpecGrpcRouteMatchOutputReference
protected AppmeshRouteSpecGrpcRouteMatchOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
AppmeshRouteSpecGrpcRouteMatchOutputReference
protected AppmeshRouteSpecGrpcRouteMatchOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
AppmeshRouteSpecGrpcRouteMatchOutputReference
@Stability(Stable) public AppmeshRouteSpecGrpcRouteMatchOutputReference(@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
-
putMetadata
@Stability(Stable) public void putMetadata(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetMetadata
@Stability(Stable) public void resetMetadata()
-
resetMethodName
@Stability(Stable) public void resetMethodName()
-
resetPort
@Stability(Stable) public void resetPort()
-
resetPrefix
@Stability(Stable) public void resetPrefix()
-
resetServiceName
@Stability(Stable) public void resetServiceName()
-
getMetadata
@Stability(Stable) @NotNull public AppmeshRouteSpecGrpcRouteMatchMetadataList getMetadata()
-
getMetadataInput
@Stability(Stable) @Nullable public Object getMetadataInput()
-
getMethodNameInput
@Stability(Stable) @Nullable public String getMethodNameInput()
-
getPortInput
@Stability(Stable) @Nullable public Number getPortInput()
-
getPrefixInput
@Stability(Stable) @Nullable public String getPrefixInput()
-
getServiceNameInput
@Stability(Stable) @Nullable public String getServiceNameInput()
-
getMethodName
@Stability(Stable) @NotNull public String getMethodName()
-
setMethodName
@Stability(Stable) public void setMethodName(@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)
-
getServiceName
@Stability(Stable) @NotNull public String getServiceName()
-
setServiceName
@Stability(Stable) public void setServiceName(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public AppmeshRouteSpecGrpcRouteMatch getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable AppmeshRouteSpecGrpcRouteMatch value)
-
-