Class CfnTask.OverridesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datasync.CfnTask.OverridesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTask.OverridesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTask.OverridesProperty
@Stability(Stable)
@Internal
public static final class CfnTask.OverridesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTask.OverridesProperty
An implementation for
CfnTask.OverridesProperty-
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.datasync.CfnTask.OverridesProperty
CfnTask.OverridesProperty.Builder, CfnTask.OverridesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTask.OverridesProperty.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 ObjectSpecifies the level of reporting for the files, objects, and directories that Datasync attempted to delete in your destination location.final ObjectSpecifies the level of reporting for the files, objects, and directories that Datasync attempted to skip during your transfer.final ObjectSpecifies the level of reporting for the files, objects, and directories that Datasync attempted to transfer.final ObjectSpecifies the level of reporting for the files, objects, and directories that Datasync attempted to verify at the end of your transfer.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 theCfnTask.OverridesProperty.Builder.
-
-
Method Details
-
getDeleted
Description copied from interface:CfnTask.OverridesPropertySpecifies the level of reporting for the files, objects, and directories that Datasync attempted to delete in your destination location.This only applies if you configure your task to delete data in the destination that isn't in the source.
Returns union: either
IResolvableorCfnTask.DeletedProperty- Specified by:
getDeletedin interfaceCfnTask.OverridesProperty- See Also:
-
getSkipped
Description copied from interface:CfnTask.OverridesPropertySpecifies the level of reporting for the files, objects, and directories that Datasync attempted to skip during your transfer.Returns union: either
IResolvableorCfnTask.SkippedProperty- Specified by:
getSkippedin interfaceCfnTask.OverridesProperty- See Also:
-
getTransferred
Description copied from interface:CfnTask.OverridesPropertySpecifies the level of reporting for the files, objects, and directories that Datasync attempted to transfer.Returns union: either
IResolvableorCfnTask.TransferredProperty- Specified by:
getTransferredin interfaceCfnTask.OverridesProperty- See Also:
-
getVerified
Description copied from interface:CfnTask.OverridesPropertySpecifies the level of reporting for the files, objects, and directories that Datasync attempted to verify at the end of your transfer.This only applies if you configure your task to verify data during and after the transfer (which Datasync does by default)
Returns union: either
IResolvableorCfnTask.VerifiedProperty- Specified by:
getVerifiedin interfaceCfnTask.OverridesProperty- 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()
-