Class StorageTransferJobTransferSpecHttpDataSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.storage_transfer_job.StorageTransferJobTransferSpecHttpDataSource.Jsii$Proxy
-
- All Implemented Interfaces:
StorageTransferJobTransferSpecHttpDataSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StorageTransferJobTransferSpecHttpDataSource
@Stability(Stable) @Internal public static final class StorageTransferJobTransferSpecHttpDataSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StorageTransferJobTransferSpecHttpDataSource
An implementation forStorageTransferJobTransferSpecHttpDataSource
-
-
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.storage_transfer_job.StorageTransferJobTransferSpecHttpDataSource
StorageTransferJobTransferSpecHttpDataSource.Builder, StorageTransferJobTransferSpecHttpDataSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StorageTransferJobTransferSpecHttpDataSource.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageTransferJobTransferSpecHttpDataSource.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)StringgetListUrl()The URL that points to the file that stores the object list entries.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(StorageTransferJobTransferSpecHttpDataSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theStorageTransferJobTransferSpecHttpDataSource.Builder.
-
-
Method Detail
-
getListUrl
public final String getListUrl()
Description copied from interface:StorageTransferJobTransferSpecHttpDataSourceThe URL that points to the file that stores the object list entries.This file must allow public access. Currently, only URLs with HTTP and HTTPS schemes are supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#list_url StorageTransferJob#list_url}
- Specified by:
getListUrlin interfaceStorageTransferJobTransferSpecHttpDataSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-