Class DatasyncTaskIncludes.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.datasync_task.DatasyncTaskIncludes.Jsii$Proxy
-
- All Implemented Interfaces:
DatasyncTaskIncludes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DatasyncTaskIncludes
@Stability(Stable) @Internal public static final class DatasyncTaskIncludes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatasyncTaskIncludes
An implementation forDatasyncTaskIncludes
-
-
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.aws.datasync_task.DatasyncTaskIncludes
DatasyncTaskIncludes.Builder, DatasyncTaskIncludes.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DatasyncTaskIncludes.Builder builder)Constructor that initializes the object based on literal property values passed by theDatasyncTaskIncludes.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)StringgetFilterType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_task#filter_type DatasyncTask#filter_type}.StringgetValue()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_task#value DatasyncTask#value}.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(DatasyncTaskIncludes.Builder builder)
Constructor that initializes the object based on literal property values passed by theDatasyncTaskIncludes.Builder.
-
-
Method Detail
-
getFilterType
public final String getFilterType()
Description copied from interface:DatasyncTaskIncludesDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_task#filter_type DatasyncTask#filter_type}.- Specified by:
getFilterTypein interfaceDatasyncTaskIncludes
-
getValue
public final String getValue()
Description copied from interface:DatasyncTaskIncludesDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_task#value DatasyncTask#value}.- Specified by:
getValuein interfaceDatasyncTaskIncludes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-