Class CloudSchedulerJobHttpTarget.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_scheduler_job.CloudSchedulerJobHttpTarget.Jsii$Proxy
-
- All Implemented Interfaces:
CloudSchedulerJobHttpTarget,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudSchedulerJobHttpTarget
@Stability(Stable) @Internal public static final class CloudSchedulerJobHttpTarget.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudSchedulerJobHttpTarget
An implementation forCloudSchedulerJobHttpTarget
-
-
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.cloud_scheduler_job.CloudSchedulerJobHttpTarget
CloudSchedulerJobHttpTarget.Builder, CloudSchedulerJobHttpTarget.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudSchedulerJobHttpTarget.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudSchedulerJobHttpTarget.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)StringgetBody()HTTP request body.Map<String,String>getHeaders()This map contains the header field names and values.StringgetHttpMethod()Which HTTP method to use for the request.CloudSchedulerJobHttpTargetOauthTokengetOauthToken()oauth_token block.CloudSchedulerJobHttpTargetOidcTokengetOidcToken()oidc_token block.StringgetUri()The full URI path that the request will be sent to.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(CloudSchedulerJobHttpTarget.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudSchedulerJobHttpTarget.Builder.
-
-
Method Detail
-
getUri
public final String getUri()
Description copied from interface:CloudSchedulerJobHttpTargetThe full URI path that the request will be sent to.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#uri CloudSchedulerJob#uri}
- Specified by:
getUriin interfaceCloudSchedulerJobHttpTarget
-
getBody
public final String getBody()
Description copied from interface:CloudSchedulerJobHttpTargetHTTP request body.A request body is allowed only if the HTTP method is POST, PUT, or PATCH. It is an error to set body on a job with an incompatible HttpMethod. A base64-encoded string. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#body CloudSchedulerJob#body}
- Specified by:
getBodyin interfaceCloudSchedulerJobHttpTarget
-
getHeaders
public final Map<String,String> getHeaders()
Description copied from interface:CloudSchedulerJobHttpTargetThis map contains the header field names and values.Repeated headers are not supported, but a header value can contain commas. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#headers CloudSchedulerJob#headers}
- Specified by:
getHeadersin interfaceCloudSchedulerJobHttpTarget
-
getHttpMethod
public final String getHttpMethod()
Description copied from interface:CloudSchedulerJobHttpTargetWhich HTTP method to use for the request.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#http_method CloudSchedulerJob#http_method}
- Specified by:
getHttpMethodin interfaceCloudSchedulerJobHttpTarget
-
getOauthToken
public final CloudSchedulerJobHttpTargetOauthToken getOauthToken()
Description copied from interface:CloudSchedulerJobHttpTargetoauth_token block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#oauth_token CloudSchedulerJob#oauth_token}
- Specified by:
getOauthTokenin interfaceCloudSchedulerJobHttpTarget
-
getOidcToken
public final CloudSchedulerJobHttpTargetOidcToken getOidcToken()
Description copied from interface:CloudSchedulerJobHttpTargetoidc_token block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#oidc_token CloudSchedulerJob#oidc_token}
- Specified by:
getOidcTokenin interfaceCloudSchedulerJobHttpTarget
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-