Class 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
    • 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()
      • 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)