Class DialogflowFulfillmentGenericWebServiceOutputReference

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

      • DialogflowFulfillmentGenericWebServiceOutputReference

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

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

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

      • resetPassword

        @Stability(Stable)
        public void resetPassword()
      • resetRequestHeaders

        @Stability(Stable)
        public void resetRequestHeaders()
      • resetUsername

        @Stability(Stable)
        public void resetUsername()
      • getPasswordInput

        @Stability(Stable)
        @Nullable
        public String getPasswordInput()
      • getRequestHeadersInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getRequestHeadersInput()
      • getUriInput

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

        @Stability(Stable)
        @Nullable
        public String getUsernameInput()
      • getPassword

        @Stability(Stable)
        @NotNull
        public String getPassword()
      • setPassword

        @Stability(Stable)
        public void setPassword​(@NotNull
                                String value)
      • getRequestHeaders

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getRequestHeaders()
      • setRequestHeaders

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

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

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

        @Stability(Stable)
        @NotNull
        public String getUsername()
      • setUsername

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