Class CloudSchedulerJobAppEngineHttpTargetOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.034Z")
    @Stability(Stable)
    public class CloudSchedulerJobAppEngineHttpTargetOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • CloudSchedulerJobAppEngineHttpTargetOutputReference

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

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

        @Stability(Stable)
        public CloudSchedulerJobAppEngineHttpTargetOutputReference​(@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

      • resetAppEngineRouting

        @Stability(Stable)
        public void resetAppEngineRouting()
      • resetBody

        @Stability(Stable)
        public void resetBody()
      • resetHeaders

        @Stability(Stable)
        public void resetHeaders()
      • resetHttpMethod

        @Stability(Stable)
        public void resetHttpMethod()
      • getBodyInput

        @Stability(Stable)
        @Nullable
        public String getBodyInput()
      • getHeadersInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getHeadersInput()
      • getHttpMethodInput

        @Stability(Stable)
        @Nullable
        public String getHttpMethodInput()
      • getRelativeUriInput

        @Stability(Stable)
        @Nullable
        public String getRelativeUriInput()
      • getBody

        @Stability(Stable)
        @NotNull
        public String getBody()
      • setBody

        @Stability(Stable)
        public void setBody​(@NotNull
                            String value)
      • getHeaders

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getHeaders()
      • setHeaders

        @Stability(Stable)
        public void setHeaders​(@NotNull
                               Map<String,​String> value)
      • getHttpMethod

        @Stability(Stable)
        @NotNull
        public String getHttpMethod()
      • setHttpMethod

        @Stability(Stable)
        public void setHttpMethod​(@NotNull
                                  String value)
      • getRelativeUri

        @Stability(Stable)
        @NotNull
        public String getRelativeUri()
      • setRelativeUri

        @Stability(Stable)
        public void setRelativeUri​(@NotNull
                                   String value)