Class TransferWorkflowOnExceptionStepsDecryptStepDetails.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.transfer_workflow.TransferWorkflowOnExceptionStepsDecryptStepDetails.Jsii$Proxy
-
- All Implemented Interfaces:
TransferWorkflowOnExceptionStepsDecryptStepDetails,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- TransferWorkflowOnExceptionStepsDecryptStepDetails
@Stability(Stable) @Internal public static final class TransferWorkflowOnExceptionStepsDecryptStepDetails.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TransferWorkflowOnExceptionStepsDecryptStepDetails
An implementation forTransferWorkflowOnExceptionStepsDecryptStepDetails
-
-
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.transfer_workflow.TransferWorkflowOnExceptionStepsDecryptStepDetails
TransferWorkflowOnExceptionStepsDecryptStepDetails.Builder, TransferWorkflowOnExceptionStepsDecryptStepDetails.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(TransferWorkflowOnExceptionStepsDecryptStepDetails.Builder builder)Constructor that initializes the object based on literal property values passed by theTransferWorkflowOnExceptionStepsDecryptStepDetails.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)TransferWorkflowOnExceptionStepsDecryptStepDetailsDestinationFileLocationgetDestinationFileLocation()destination_file_location block.StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_workflow#name TransferWorkflow#name}.StringgetOverwriteExisting()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_workflow#overwrite_existing TransferWorkflow#overwrite_existing}.StringgetSourceFileLocation()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_workflow#source_file_location TransferWorkflow#source_file_location}.StringgetType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_workflow#type TransferWorkflow#type}.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(TransferWorkflowOnExceptionStepsDecryptStepDetails.Builder builder)
Constructor that initializes the object based on literal property values passed by theTransferWorkflowOnExceptionStepsDecryptStepDetails.Builder.
-
-
Method Detail
-
getType
public final String getType()
Description copied from interface:TransferWorkflowOnExceptionStepsDecryptStepDetailsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_workflow#type TransferWorkflow#type}.- Specified by:
getTypein interfaceTransferWorkflowOnExceptionStepsDecryptStepDetails
-
getDestinationFileLocation
public final TransferWorkflowOnExceptionStepsDecryptStepDetailsDestinationFileLocation getDestinationFileLocation()
Description copied from interface:TransferWorkflowOnExceptionStepsDecryptStepDetailsdestination_file_location block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_workflow#destination_file_location TransferWorkflow#destination_file_location}
- Specified by:
getDestinationFileLocationin interfaceTransferWorkflowOnExceptionStepsDecryptStepDetails
-
getName
public final String getName()
Description copied from interface:TransferWorkflowOnExceptionStepsDecryptStepDetailsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_workflow#name TransferWorkflow#name}.- Specified by:
getNamein interfaceTransferWorkflowOnExceptionStepsDecryptStepDetails
-
getOverwriteExisting
public final String getOverwriteExisting()
Description copied from interface:TransferWorkflowOnExceptionStepsDecryptStepDetailsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_workflow#overwrite_existing TransferWorkflow#overwrite_existing}.- Specified by:
getOverwriteExistingin interfaceTransferWorkflowOnExceptionStepsDecryptStepDetails
-
getSourceFileLocation
public final String getSourceFileLocation()
Description copied from interface:TransferWorkflowOnExceptionStepsDecryptStepDetailsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_workflow#source_file_location TransferWorkflow#source_file_location}.- Specified by:
getSourceFileLocationin interfaceTransferWorkflowOnExceptionStepsDecryptStepDetails
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-