Class DialogflowFulfillmentGenericWebService.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_fulfillment.DialogflowFulfillmentGenericWebService.Jsii$Proxy
-
- All Implemented Interfaces:
DialogflowFulfillmentGenericWebService,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DialogflowFulfillmentGenericWebService
@Stability(Stable) @Internal public static final class DialogflowFulfillmentGenericWebService.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DialogflowFulfillmentGenericWebService
An implementation forDialogflowFulfillmentGenericWebService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dialogflow_fulfillment.DialogflowFulfillmentGenericWebService
DialogflowFulfillmentGenericWebService.Builder, DialogflowFulfillmentGenericWebService.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DialogflowFulfillmentGenericWebService.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowFulfillmentGenericWebService.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetPassword()The password for HTTP Basic authentication.Map<String,String>getRequestHeaders()The HTTP request headers to send together with fulfillment requests.StringgetUri()The fulfillment URI for receiving POST requests.StringgetUsername()The user name for HTTP Basic authentication.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DialogflowFulfillmentGenericWebService.Builder builder)
Constructor that initializes the object based on literal property values passed by theDialogflowFulfillmentGenericWebService.Builder.
-
-
Method Detail
-
getUri
public final String getUri()
Description copied from interface:DialogflowFulfillmentGenericWebServiceThe fulfillment URI for receiving POST requests. It must use https protocol.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_fulfillment#uri DialogflowFulfillment#uri}
- Specified by:
getUriin interfaceDialogflowFulfillmentGenericWebService
-
getPassword
public final String getPassword()
Description copied from interface:DialogflowFulfillmentGenericWebServiceThe password for HTTP Basic authentication.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_fulfillment#password DialogflowFulfillment#password}
- Specified by:
getPasswordin interfaceDialogflowFulfillmentGenericWebService
-
getRequestHeaders
public final Map<String,String> getRequestHeaders()
Description copied from interface:DialogflowFulfillmentGenericWebServiceThe HTTP request headers to send together with fulfillment requests.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_fulfillment#request_headers DialogflowFulfillment#request_headers}
- Specified by:
getRequestHeadersin interfaceDialogflowFulfillmentGenericWebService
-
getUsername
public final String getUsername()
Description copied from interface:DialogflowFulfillmentGenericWebServiceThe user name for HTTP Basic authentication.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_fulfillment#username DialogflowFulfillment#username}
- Specified by:
getUsernamein interfaceDialogflowFulfillmentGenericWebService
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-