Class CfnAgreement.CustomDirectoriesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.transfer.CfnAgreement.CustomDirectoriesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAgreement.CustomDirectoriesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAgreement.CustomDirectoriesProperty
@Stability(Stable)
@Internal
public static final class CfnAgreement.CustomDirectoriesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAgreement.CustomDirectoriesProperty
An implementation for
CfnAgreement.CustomDirectoriesProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.transfer.CfnAgreement.CustomDirectoriesProperty
CfnAgreement.CustomDirectoriesProperty.Builder, CfnAgreement.CustomDirectoriesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAgreement.CustomDirectoriesProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringSpecifies a location to store the failed files for an AS2 message.final StringSpecifies a location to store the MDN file for an AS2 message.final StringSpecifies a location to store the payload file for an AS2 message.final StringSpecifies a location to store the status file for an AS2 message.final StringSpecifies a location to store the temporary processing file for an AS2 message.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnAgreement.CustomDirectoriesProperty.Builder.
-
-
Method Details
-
getFailedFilesDirectory
Description copied from interface:CfnAgreement.CustomDirectoriesPropertySpecifies a location to store the failed files for an AS2 message.- Specified by:
getFailedFilesDirectoryin interfaceCfnAgreement.CustomDirectoriesProperty- See Also:
-
getMdnFilesDirectory
Description copied from interface:CfnAgreement.CustomDirectoriesPropertySpecifies a location to store the MDN file for an AS2 message.- Specified by:
getMdnFilesDirectoryin interfaceCfnAgreement.CustomDirectoriesProperty- See Also:
-
getPayloadFilesDirectory
Description copied from interface:CfnAgreement.CustomDirectoriesPropertySpecifies a location to store the payload file for an AS2 message.- Specified by:
getPayloadFilesDirectoryin interfaceCfnAgreement.CustomDirectoriesProperty- See Also:
-
getStatusFilesDirectory
Description copied from interface:CfnAgreement.CustomDirectoriesPropertySpecifies a location to store the status file for an AS2 message.- Specified by:
getStatusFilesDirectoryin interfaceCfnAgreement.CustomDirectoriesProperty- See Also:
-
getTemporaryFilesDirectory
Description copied from interface:CfnAgreement.CustomDirectoriesPropertySpecifies a location to store the temporary processing file for an AS2 message.- Specified by:
getTemporaryFilesDirectoryin interfaceCfnAgreement.CustomDirectoriesProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-