Class DescribeTaskExecutionResponse
- All Implemented Interfaces:
- SdkPojo,- ToCopyableBuilder<DescribeTaskExecutionResponse.Builder,- DescribeTaskExecutionResponse> 
DescribeTaskExecutionResponse
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final LongThe number of physical bytes that DataSync transfers over the network after compression (if compression is possible).final LongThe number of bytes that DataSync sends to the network before compression (if compression is possible).final LongThe number of logical bytes that DataSync actually writes to the destination location.final InstantendTime()The time that the transfer task ends.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final LongThe number of logical bytes that DataSync expects to write to the destination location.final LongThe number of files, objects, and directories that DataSync expects to delete in your destination location.final LongThe number of files, objects, and directories that DataSync expects to transfer over the network.final List<FilterRule> excludes()A list of filter rules that exclude specific data during your transfer.final LongThe number of files, objects, and directories that DataSync actually deletes in your destination location.The number of objects that DataSync fails to prepare, transfer, verify, and delete during your task execution.The number of objects that DataSync finds at your locations.final LongThe number of objects that DataSync will attempt to transfer after comparing your source and destination locations.final LongThe number of files, objects, and directories that DataSync skips during your transfer.final LongThe number of files, objects, and directories that DataSync actually transfers over the network.final LongThe number of files, objects, and directories that DataSync verifies during your transfer.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) Used to retrieve the value of a field from any class that extendsSdkResponse.final booleanFor responses, this returns true if the service returned a value for the Excludes property.final inthashCode()final booleanFor responses, this returns true if the service returned a value for the Includes property.final List<FilterRule> includes()A list of filter rules that include specific data during your transfer.final InstantThe time that the task execution actually begins.final ManifestConfigThe configuration of the manifest that lists the files or objects to transfer.final Optionsoptions()Returns the value of the Options property for this object.final ReportResultIndicates whether DataSync generated a complete task report for your transfer.result()The result of the task execution.static Class<? extends DescribeTaskExecutionResponse.Builder> final InstantThe time that DataSync sends the request to start the task execution.final TaskExecutionStatusstatus()The status of the task execution.final StringThe status of the task execution.final StringThe ARN of the task execution that you wanted information about.final TaskModetaskMode()The task mode that you're using.final StringThe task mode that you're using.final TaskReportConfigThe configuration of your task report, which provides detailed information about for your DataSync transfer.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.datasync.model.DataSyncResponseresponseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponsesdkHttpResponseMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
taskExecutionArnThe ARN of the task execution that you wanted information about. TaskExecutionArnis hierarchical and includesTaskArnfor the task that was executed.For example, a TaskExecutionvalue with the ARNarn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2/execution/exec-08ef1e88ec491019bexecuted the task with the ARNarn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2.- Returns:
- The ARN of the task execution that you wanted information about. TaskExecutionArnis hierarchical and includesTaskArnfor the task that was executed.For example, a TaskExecutionvalue with the ARNarn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2/execution/exec-08ef1e88ec491019bexecuted the task with the ARNarn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2.
 
- 
statusThe status of the task execution. If the service returns an enum value that is not available in the current SDK version, statuswill returnTaskExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the task execution.
- See Also:
 
- 
statusAsStringThe status of the task execution. If the service returns an enum value that is not available in the current SDK version, statuswill returnTaskExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the task execution.
- See Also:
 
- 
optionsReturns the value of the Options property for this object.- Returns:
- The value of the Options property for this object.
 
- 
hasExcludespublic final boolean hasExcludes()For responses, this returns true if the service returned a value for the Excludes property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
excludesA list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasExcludes()method.- Returns:
- A list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
 
- 
hasIncludespublic final boolean hasIncludes()For responses, this returns true if the service returned a value for the Includes property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
includesA list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasIncludes()method.- Returns:
- A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
 
- 
manifestConfigThe configuration of the manifest that lists the files or objects to transfer. For more information, see Specifying what DataSync transfers by using a manifest. - Returns:
- The configuration of the manifest that lists the files or objects to transfer. For more information, see Specifying what DataSync transfers by using a manifest.
 
- 
startTimeThe time that DataSync sends the request to start the task execution. For non-queued tasks, LaunchTimeandStartTimeare typically the same. For queued tasks,LaunchTimeis typically later thanStartTimebecause previously queued tasks must finish running before newer tasks can begin.- Returns:
- The time that DataSync sends the request to start the task execution. For non-queued tasks,
         LaunchTimeandStartTimeare typically the same. For queued tasks,LaunchTimeis typically later thanStartTimebecause previously queued tasks must finish running before newer tasks can begin.
 
- 
estimatedFilesToTransferThe number of files, objects, and directories that DataSync expects to transfer over the network. This value is calculated while DataSync prepares the transfer. How this gets calculated depends primarily on your task’s transfer mode configuration: - 
 If TranserModeis set toCHANGED- The calculation is based on comparing the content of the source and destination locations and determining the difference that needs to be transferred. The difference can include:- 
 Anything that's added or modified at the source location. 
- 
 Anything that's in both locations and modified at the destination after an initial transfer (unless OverwriteMode is set to NEVER).
- 
 (Basic task mode only) The number of items that DataSync expects to delete (if PreserveDeletedFiles is set to REMOVE).
 
- 
 
- 
 If TranserModeis set toALL- The calculation is based only on the items that DataSync finds at the source location.
 - Returns:
- The number of files, objects, and directories that DataSync expects to transfer over the network. This
         value is calculated while DataSync prepares the transfer.
         How this gets calculated depends primarily on your task’s transfer mode configuration: - 
         If TranserModeis set toCHANGED- The calculation is based on comparing the content of the source and destination locations and determining the difference that needs to be transferred. The difference can include:- 
         Anything that's added or modified at the source location. 
- 
         Anything that's in both locations and modified at the destination after an initial transfer (unless OverwriteMode is set to NEVER).
- 
         (Basic task mode only) The number of items that DataSync expects to delete (if PreserveDeletedFiles is set to REMOVE).
 
- 
         
- 
         If TranserModeis set toALL- The calculation is based only on the items that DataSync finds at the source location.
 
- 
         
 
- 
 
- 
estimatedBytesToTransferThe number of logical bytes that DataSync expects to write to the destination location. - Returns:
- The number of logical bytes that DataSync expects to write to the destination location.
 
- 
filesTransferredThe number of files, objects, and directories that DataSync actually transfers over the network. This value is updated periodically during your task execution when something is read from the source and sent over the network. If DataSync fails to transfer something, this value can be less than EstimatedFilesToTransfer. In some cases, this value can also be greater thanEstimatedFilesToTransfer. This element is implementation-specific for some location types, so don't use it as an exact indication of what's transferring or to monitor your task execution.- Returns:
- The number of files, objects, and directories that DataSync actually transfers over the network. This
         value is updated periodically during your task execution when something is read from the source and sent
         over the network.
         If DataSync fails to transfer something, this value can be less than EstimatedFilesToTransfer. In some cases, this value can also be greater thanEstimatedFilesToTransfer. This element is implementation-specific for some location types, so don't use it as an exact indication of what's transferring or to monitor your task execution.
 
- 
bytesWrittenThe number of logical bytes that DataSync actually writes to the destination location. - Returns:
- The number of logical bytes that DataSync actually writes to the destination location.
 
- 
bytesTransferredThe number of bytes that DataSync sends to the network before compression (if compression is possible). For the number of bytes transferred over the network, see BytesCompressed. - Returns:
- The number of bytes that DataSync sends to the network before compression (if compression is possible). For the number of bytes transferred over the network, see BytesCompressed.
 
- 
bytesCompressedThe number of physical bytes that DataSync transfers over the network after compression (if compression is possible). This number is typically less than BytesTransferred unless the data isn't compressible. - Returns:
- The number of physical bytes that DataSync transfers over the network after compression (if compression is possible). This number is typically less than BytesTransferred unless the data isn't compressible.
 
- 
resultThe result of the task execution. - Returns:
- The result of the task execution.
 
- 
taskReportConfigThe configuration of your task report, which provides detailed information about for your DataSync transfer. For more information, see Creating a task report. - Returns:
- The configuration of your task report, which provides detailed information about for your DataSync transfer. For more information, see Creating a task report.
 
- 
filesDeletedThe number of files, objects, and directories that DataSync actually deletes in your destination location. If you don't configure your task to delete data in the destination that isn't in the source, the value is always 0.- Returns:
- The number of files, objects, and directories that DataSync actually deletes in your destination
         location. If you don't configure your task to delete data in the
         destination that isn't in the source, the value is always 0.
 
- 
filesSkippedThe number of files, objects, and directories that DataSync skips during your transfer. - Returns:
- The number of files, objects, and directories that DataSync skips during your transfer.
 
- 
filesVerifiedThe number of files, objects, and directories that DataSync verifies during your transfer. When you configure your task to verify only the data that's transferred, DataSync doesn't verify directories in some situations or files that fail to transfer. - Returns:
- The number of files, objects, and directories that DataSync verifies during your transfer. When you configure your task to verify only the data that's transferred, DataSync doesn't verify directories in some situations or files that fail to transfer. 
 
- 
reportResultIndicates whether DataSync generated a complete task report for your transfer. - Returns:
- Indicates whether DataSync generated a complete task report for your transfer.
 
- 
estimatedFilesToDeleteThe number of files, objects, and directories that DataSync expects to delete in your destination location. If you don't configure your task to delete data in the destination that isn't in the source, the value is always 0.- Returns:
- The number of files, objects, and directories that DataSync expects to delete in your destination
         location. If you don't configure your task to delete data in the
         destination that isn't in the source, the value is always 0.
 
- 
taskModeThe task mode that you're using. For more information, see Choosing a task mode for your data transfer. If the service returns an enum value that is not available in the current SDK version, taskModewill returnTaskMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtaskModeAsString().- Returns:
- The task mode that you're using. For more information, see Choosing a task mode for your data transfer.
- See Also:
 
- 
taskModeAsStringThe task mode that you're using. For more information, see Choosing a task mode for your data transfer. If the service returns an enum value that is not available in the current SDK version, taskModewill returnTaskMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtaskModeAsString().- Returns:
- The task mode that you're using. For more information, see Choosing a task mode for your data transfer.
- See Also:
 
- 
filesPreparedThe number of objects that DataSync will attempt to transfer after comparing your source and destination locations. Applies only to Enhanced mode tasks. This counter isn't applicable if you configure your task to transfer all data. In that scenario, DataSync copies everything from the source to the destination without comparing differences between the locations. - Returns:
- The number of objects that DataSync will attempt to transfer after comparing your source and destination
         locations. Applies only to Enhanced mode tasks. This counter isn't applicable if you configure your task to transfer all data. In that scenario, DataSync copies everything from the source to the destination without comparing differences between the locations. 
 
- 
filesListedThe number of objects that DataSync finds at your locations. Applies only to Enhanced mode tasks. - Returns:
- The number of objects that DataSync finds at your locations. Applies only to Enhanced mode tasks. 
 
- 
filesFailedThe number of objects that DataSync fails to prepare, transfer, verify, and delete during your task execution. Applies only to Enhanced mode tasks. - Returns:
- The number of objects that DataSync fails to prepare, transfer, verify, and delete during your task
         execution. Applies only to Enhanced mode tasks. 
 
- 
launchTimeThe time that the task execution actually begins. For non-queued tasks, LaunchTimeandStartTimeare typically the same. For queued tasks,LaunchTimeis typically later thanStartTimebecause previously queued tasks must finish running before newer tasks can begin.- Returns:
- The time that the task execution actually begins. For non-queued tasks, LaunchTimeandStartTimeare typically the same. For queued tasks,LaunchTimeis typically later thanStartTimebecause previously queued tasks must finish running before newer tasks can begin.
 
- 
endTimeThe time that the transfer task ends. - Returns:
- The time that the transfer task ends.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<DescribeTaskExecutionResponse.Builder,- DescribeTaskExecutionResponse> 
- Specified by:
- toBuilderin class- AwsResponse
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCodepublic final int hashCode()- Overrides:
- hashCodein class- AwsResponse
 
- 
equals- Overrides:
- equalsin class- AwsResponse
 
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForFieldDescription copied from class:SdkResponseUsed to retrieve the value of a field from any class that extendsSdkResponse. The field name specified should match the member name from the corresponding service-2.json model specified in the codegen-resources folder for a given service. The class specifies what class to cast the returned value to. If the returned value is also a modeled class, theSdkResponse.getValueForField(String, Class)method will again be available.- Overrides:
- getValueForFieldin class- SdkResponse
- Parameters:
- fieldName- The name of the member to be retrieved.
- clazz- The class to cast the returned object to.
- Returns:
- Optional containing the casted return value
 
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-