Class CloudSchedulerJobHttpTargetOutputReference

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

      • CloudSchedulerJobHttpTargetOutputReference

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

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

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

      • resetBody

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

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

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

        @Stability(Stable)
        public void resetOauthToken()
      • resetOidcToken

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

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

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

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

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

        @Stability(Stable)
        @NotNull
        public String getUri()
      • setUri

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