Class AppmeshRouteSpecHttpRouteMatchOutputReference

  • 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.466Z")
    @Stability(Stable)
    public class AppmeshRouteSpecHttpRouteMatchOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • AppmeshRouteSpecHttpRouteMatchOutputReference

        protected AppmeshRouteSpecHttpRouteMatchOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • AppmeshRouteSpecHttpRouteMatchOutputReference

        protected AppmeshRouteSpecHttpRouteMatchOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • AppmeshRouteSpecHttpRouteMatchOutputReference

        @Stability(Stable)
        public AppmeshRouteSpecHttpRouteMatchOutputReference​(@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.
      • 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()
      • getHeaderInput

        @Stability(Stable)
        @Nullable
        public Object getHeaderInput()
      • getMethodInput

        @Stability(Stable)
        @Nullable
        public String getMethodInput()
      • 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)