@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTaskExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
DescribeTaskExecutionResponse
Constructor and Description |
---|
DescribeTaskExecutionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTaskExecutionResult |
clone() |
boolean |
equals(Object obj) |
Long |
getBytesCompressed()
The physical number of bytes transferred over the network after compression was applied.
|
Long |
getBytesTransferred()
The total number of bytes that are involved in the transfer.
|
Long |
getBytesWritten()
The number of logical bytes written to the destination location.
|
Long |
getEstimatedBytesToTransfer()
The estimated physical number of bytes that will transfer over the network.
|
Long |
getEstimatedFilesToDelete()
The expected number of files, objects, and directories that DataSync will delete in your destination location.
|
Long |
getEstimatedFilesToTransfer()
The expected number of files, objects, and directories that DataSync will transfer over the network.
|
List<FilterRule> |
getExcludes()
A list of filter rules that exclude specific data during your transfer.
|
Long |
getFilesDeleted()
The number of files, objects, and directories that DataSync deleted in your destination location.
|
Long |
getFilesSkipped()
The number of files, objects, and directories that DataSync skipped during your transfer.
|
Long |
getFilesTransferred()
The actual number of files, objects, and directories that DataSync transferred over the network.
|
Long |
getFilesVerified()
The number of files, objects, and directories that DataSync verified during your transfer.
|
List<FilterRule> |
getIncludes()
A list of filter rules that include specific data during your transfer.
|
ManifestConfig |
getManifestConfig()
The configuration of the manifest that lists the files or objects to transfer.
|
Options |
getOptions() |
ReportResult |
getReportResult()
Indicates whether DataSync generated a complete task report for your transfer.
|
TaskExecutionResultDetail |
getResult()
The result of the task execution.
|
Date |
getStartTime()
The time when the task execution started.
|
String |
getStatus()
The status of the task execution.
|
String |
getTaskExecutionArn()
The ARN of the task execution that you wanted information about.
|
TaskReportConfig |
getTaskReportConfig()
The configuration of your task report, which provides detailed information about for your DataSync transfer.
|
int |
hashCode() |
void |
setBytesCompressed(Long bytesCompressed)
The physical number of bytes transferred over the network after compression was applied.
|
void |
setBytesTransferred(Long bytesTransferred)
The total number of bytes that are involved in the transfer.
|
void |
setBytesWritten(Long bytesWritten)
The number of logical bytes written to the destination location.
|
void |
setEstimatedBytesToTransfer(Long estimatedBytesToTransfer)
The estimated physical number of bytes that will transfer over the network.
|
void |
setEstimatedFilesToDelete(Long estimatedFilesToDelete)
The expected number of files, objects, and directories that DataSync will delete in your destination location.
|
void |
setEstimatedFilesToTransfer(Long estimatedFilesToTransfer)
The expected number of files, objects, and directories that DataSync will transfer over the network.
|
void |
setExcludes(Collection<FilterRule> excludes)
A list of filter rules that exclude specific data during your transfer.
|
void |
setFilesDeleted(Long filesDeleted)
The number of files, objects, and directories that DataSync deleted in your destination location.
|
void |
setFilesSkipped(Long filesSkipped)
The number of files, objects, and directories that DataSync skipped during your transfer.
|
void |
setFilesTransferred(Long filesTransferred)
The actual number of files, objects, and directories that DataSync transferred over the network.
|
void |
setFilesVerified(Long filesVerified)
The number of files, objects, and directories that DataSync verified during your transfer.
|
void |
setIncludes(Collection<FilterRule> includes)
A list of filter rules that include specific data during your transfer.
|
void |
setManifestConfig(ManifestConfig manifestConfig)
The configuration of the manifest that lists the files or objects to transfer.
|
void |
setOptions(Options options) |
void |
setReportResult(ReportResult reportResult)
Indicates whether DataSync generated a complete task report for your transfer.
|
void |
setResult(TaskExecutionResultDetail result)
The result of the task execution.
|
void |
setStartTime(Date startTime)
The time when the task execution started.
|
void |
setStatus(String status)
The status of the task execution.
|
void |
setTaskExecutionArn(String taskExecutionArn)
The ARN of the task execution that you wanted information about.
|
void |
setTaskReportConfig(TaskReportConfig taskReportConfig)
The configuration of your task report, which provides detailed information about for your DataSync transfer.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTaskExecutionResult |
withBytesCompressed(Long bytesCompressed)
The physical number of bytes transferred over the network after compression was applied.
|
DescribeTaskExecutionResult |
withBytesTransferred(Long bytesTransferred)
The total number of bytes that are involved in the transfer.
|
DescribeTaskExecutionResult |
withBytesWritten(Long bytesWritten)
The number of logical bytes written to the destination location.
|
DescribeTaskExecutionResult |
withEstimatedBytesToTransfer(Long estimatedBytesToTransfer)
The estimated physical number of bytes that will transfer over the network.
|
DescribeTaskExecutionResult |
withEstimatedFilesToDelete(Long estimatedFilesToDelete)
The expected number of files, objects, and directories that DataSync will delete in your destination location.
|
DescribeTaskExecutionResult |
withEstimatedFilesToTransfer(Long estimatedFilesToTransfer)
The expected number of files, objects, and directories that DataSync will transfer over the network.
|
DescribeTaskExecutionResult |
withExcludes(Collection<FilterRule> excludes)
A list of filter rules that exclude specific data during your transfer.
|
DescribeTaskExecutionResult |
withExcludes(FilterRule... excludes)
A list of filter rules that exclude specific data during your transfer.
|
DescribeTaskExecutionResult |
withFilesDeleted(Long filesDeleted)
The number of files, objects, and directories that DataSync deleted in your destination location.
|
DescribeTaskExecutionResult |
withFilesSkipped(Long filesSkipped)
The number of files, objects, and directories that DataSync skipped during your transfer.
|
DescribeTaskExecutionResult |
withFilesTransferred(Long filesTransferred)
The actual number of files, objects, and directories that DataSync transferred over the network.
|
DescribeTaskExecutionResult |
withFilesVerified(Long filesVerified)
The number of files, objects, and directories that DataSync verified during your transfer.
|
DescribeTaskExecutionResult |
withIncludes(Collection<FilterRule> includes)
A list of filter rules that include specific data during your transfer.
|
DescribeTaskExecutionResult |
withIncludes(FilterRule... includes)
A list of filter rules that include specific data during your transfer.
|
DescribeTaskExecutionResult |
withManifestConfig(ManifestConfig manifestConfig)
The configuration of the manifest that lists the files or objects to transfer.
|
DescribeTaskExecutionResult |
withOptions(Options options) |
DescribeTaskExecutionResult |
withReportResult(ReportResult reportResult)
Indicates whether DataSync generated a complete task report for your transfer.
|
DescribeTaskExecutionResult |
withResult(TaskExecutionResultDetail result)
The result of the task execution.
|
DescribeTaskExecutionResult |
withStartTime(Date startTime)
The time when the task execution started.
|
DescribeTaskExecutionResult |
withStatus(String status)
The status of the task execution.
|
DescribeTaskExecutionResult |
withStatus(TaskExecutionStatus status)
The status of the task execution.
|
DescribeTaskExecutionResult |
withTaskExecutionArn(String taskExecutionArn)
The ARN of the task execution that you wanted information about.
|
DescribeTaskExecutionResult |
withTaskReportConfig(TaskReportConfig taskReportConfig)
The configuration of your task report, which provides detailed information about for your DataSync transfer.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTaskExecutionArn(String taskExecutionArn)
The ARN of the task execution that you wanted information about. TaskExecutionArn
is hierarchical
and includes TaskArn
for the task that was executed.
For example, a TaskExecution
value with the ARN
arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2/execution/exec-08ef1e88ec491019b
executed the task with the ARN arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2
.
taskExecutionArn
- The ARN of the task execution that you wanted information about. TaskExecutionArn
is
hierarchical and includes TaskArn
for the task that was executed.
For example, a TaskExecution
value with the ARN
arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2/execution/exec-08ef1e88ec491019b
executed the task with the ARN
arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2
.
public String getTaskExecutionArn()
The ARN of the task execution that you wanted information about. TaskExecutionArn
is hierarchical
and includes TaskArn
for the task that was executed.
For example, a TaskExecution
value with the ARN
arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2/execution/exec-08ef1e88ec491019b
executed the task with the ARN arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2
.
TaskExecutionArn
is
hierarchical and includes TaskArn
for the task that was executed.
For example, a TaskExecution
value with the ARN
arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2/execution/exec-08ef1e88ec491019b
executed the task with the ARN
arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2
.
public DescribeTaskExecutionResult withTaskExecutionArn(String taskExecutionArn)
The ARN of the task execution that you wanted information about. TaskExecutionArn
is hierarchical
and includes TaskArn
for the task that was executed.
For example, a TaskExecution
value with the ARN
arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2/execution/exec-08ef1e88ec491019b
executed the task with the ARN arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2
.
taskExecutionArn
- The ARN of the task execution that you wanted information about. TaskExecutionArn
is
hierarchical and includes TaskArn
for the task that was executed.
For example, a TaskExecution
value with the ARN
arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2/execution/exec-08ef1e88ec491019b
executed the task with the ARN
arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2
.
public void setStatus(String status)
The status of the task execution.
status
- The status of the task execution.TaskExecutionStatus
public String getStatus()
The status of the task execution.
TaskExecutionStatus
public DescribeTaskExecutionResult withStatus(String status)
The status of the task execution.
status
- The status of the task execution.TaskExecutionStatus
public DescribeTaskExecutionResult withStatus(TaskExecutionStatus status)
The status of the task execution.
status
- The status of the task execution.TaskExecutionStatus
public void setOptions(Options options)
options
- public Options getOptions()
public DescribeTaskExecutionResult withOptions(Options options)
options
- public List<FilterRule> getExcludes()
A list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
public void setExcludes(Collection<FilterRule> excludes)
A list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
excludes
- A list of filter rules that exclude specific data during your transfer. For more information and examples,
see Filtering data
transferred by DataSync.public DescribeTaskExecutionResult withExcludes(FilterRule... excludes)
A list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
NOTE: This method appends the values to the existing list (if any). Use
setExcludes(java.util.Collection)
or withExcludes(java.util.Collection)
if you want to override
the existing values.
excludes
- A list of filter rules that exclude specific data during your transfer. For more information and examples,
see Filtering data
transferred by DataSync.public DescribeTaskExecutionResult withExcludes(Collection<FilterRule> excludes)
A list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
excludes
- A list of filter rules that exclude specific data during your transfer. For more information and examples,
see Filtering data
transferred by DataSync.public List<FilterRule> getIncludes()
A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
public void setIncludes(Collection<FilterRule> includes)
A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
includes
- A list of filter rules that include specific data during your transfer. For more information and examples,
see Filtering data
transferred by DataSync.public DescribeTaskExecutionResult withIncludes(FilterRule... includes)
A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
NOTE: This method appends the values to the existing list (if any). Use
setIncludes(java.util.Collection)
or withIncludes(java.util.Collection)
if you want to override
the existing values.
includes
- A list of filter rules that include specific data during your transfer. For more information and examples,
see Filtering data
transferred by DataSync.public DescribeTaskExecutionResult withIncludes(Collection<FilterRule> includes)
A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
includes
- A list of filter rules that include specific data during your transfer. For more information and examples,
see Filtering data
transferred by DataSync.public void setManifestConfig(ManifestConfig manifestConfig)
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.
manifestConfig
- 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.public ManifestConfig getManifestConfig()
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.
public DescribeTaskExecutionResult withManifestConfig(ManifestConfig manifestConfig)
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.
manifestConfig
- 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.public void setStartTime(Date startTime)
The time when the task execution started.
startTime
- The time when the task execution started.public Date getStartTime()
The time when the task execution started.
public DescribeTaskExecutionResult withStartTime(Date startTime)
The time when the task execution started.
startTime
- The time when the task execution started.public void setEstimatedFilesToTransfer(Long estimatedFilesToTransfer)
The expected number of files, objects, and directories that DataSync will transfer over the network. This value
is calculated during the task execution's PREPARING
phase before the TRANSFERRING
phase. The calculation is based on comparing the content of the source and destination locations and finding the
difference that needs to be transferred.
estimatedFilesToTransfer
- The expected number of files, objects, and directories that DataSync will transfer over the network. This
value is calculated during the task execution's PREPARING
phase before the
TRANSFERRING
phase. The calculation is based on comparing the content of the source and
destination locations and finding the difference that needs to be transferred.public Long getEstimatedFilesToTransfer()
The expected number of files, objects, and directories that DataSync will transfer over the network. This value
is calculated during the task execution's PREPARING
phase before the TRANSFERRING
phase. The calculation is based on comparing the content of the source and destination locations and finding the
difference that needs to be transferred.
PREPARING
phase before the
TRANSFERRING
phase. The calculation is based on comparing the content of the source and
destination locations and finding the difference that needs to be transferred.public DescribeTaskExecutionResult withEstimatedFilesToTransfer(Long estimatedFilesToTransfer)
The expected number of files, objects, and directories that DataSync will transfer over the network. This value
is calculated during the task execution's PREPARING
phase before the TRANSFERRING
phase. The calculation is based on comparing the content of the source and destination locations and finding the
difference that needs to be transferred.
estimatedFilesToTransfer
- The expected number of files, objects, and directories that DataSync will transfer over the network. This
value is calculated during the task execution's PREPARING
phase before the
TRANSFERRING
phase. The calculation is based on comparing the content of the source and
destination locations and finding the difference that needs to be transferred.public void setEstimatedBytesToTransfer(Long estimatedBytesToTransfer)
The estimated physical number of bytes that will transfer over the network.
estimatedBytesToTransfer
- The estimated physical number of bytes that will transfer over the network.public Long getEstimatedBytesToTransfer()
The estimated physical number of bytes that will transfer over the network.
public DescribeTaskExecutionResult withEstimatedBytesToTransfer(Long estimatedBytesToTransfer)
The estimated physical number of bytes that will transfer over the network.
estimatedBytesToTransfer
- The estimated physical number of bytes that will transfer over the network.public void setFilesTransferred(Long filesTransferred)
The actual number of files, objects, and directories that DataSync transferred over the network. This value is
updated periodically during the task execution's TRANSFERRING
phase 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 than EstimatedFilesToTransfer
. This element is
implementation-specific for some location types, so don't use it as an exact indication of what transferred or to
monitor your task execution.
filesTransferred
- The actual number of files, objects, and directories that DataSync transferred over the network. This
value is updated periodically during the task execution's TRANSFERRING
phase 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 than EstimatedFilesToTransfer
. This element
is implementation-specific for some location types, so don't use it as an exact indication of what
transferred or to monitor your task execution.
public Long getFilesTransferred()
The actual number of files, objects, and directories that DataSync transferred over the network. This value is
updated periodically during the task execution's TRANSFERRING
phase 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 than EstimatedFilesToTransfer
. This element is
implementation-specific for some location types, so don't use it as an exact indication of what transferred or to
monitor your task execution.
TRANSFERRING
phase 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 than
EstimatedFilesToTransfer
. This element is implementation-specific for some location types,
so don't use it as an exact indication of what transferred or to monitor your task execution.
public DescribeTaskExecutionResult withFilesTransferred(Long filesTransferred)
The actual number of files, objects, and directories that DataSync transferred over the network. This value is
updated periodically during the task execution's TRANSFERRING
phase 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 than EstimatedFilesToTransfer
. This element is
implementation-specific for some location types, so don't use it as an exact indication of what transferred or to
monitor your task execution.
filesTransferred
- The actual number of files, objects, and directories that DataSync transferred over the network. This
value is updated periodically during the task execution's TRANSFERRING
phase 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 than EstimatedFilesToTransfer
. This element
is implementation-specific for some location types, so don't use it as an exact indication of what
transferred or to monitor your task execution.
public void setBytesWritten(Long bytesWritten)
The number of logical bytes written to the destination location.
bytesWritten
- The number of logical bytes written to the destination location.public Long getBytesWritten()
The number of logical bytes written to the destination location.
public DescribeTaskExecutionResult withBytesWritten(Long bytesWritten)
The number of logical bytes written to the destination location.
bytesWritten
- The number of logical bytes written to the destination location.public void setBytesTransferred(Long bytesTransferred)
The total number of bytes that are involved in the transfer. For the number of bytes sent over the network, see
BytesCompressed
.
bytesTransferred
- The total number of bytes that are involved in the transfer. For the number of bytes sent over the
network, see BytesCompressed
.public Long getBytesTransferred()
The total number of bytes that are involved in the transfer. For the number of bytes sent over the network, see
BytesCompressed
.
BytesCompressed
.public DescribeTaskExecutionResult withBytesTransferred(Long bytesTransferred)
The total number of bytes that are involved in the transfer. For the number of bytes sent over the network, see
BytesCompressed
.
bytesTransferred
- The total number of bytes that are involved in the transfer. For the number of bytes sent over the
network, see BytesCompressed
.public void setBytesCompressed(Long bytesCompressed)
The physical number of bytes transferred over the network after compression was applied. In most cases, this
number is less than BytesTransferred
unless the data isn't compressible.
bytesCompressed
- The physical number of bytes transferred over the network after compression was applied. In most cases,
this number is less than BytesTransferred
unless the data isn't compressible.public Long getBytesCompressed()
The physical number of bytes transferred over the network after compression was applied. In most cases, this
number is less than BytesTransferred
unless the data isn't compressible.
BytesTransferred
unless the data isn't compressible.public DescribeTaskExecutionResult withBytesCompressed(Long bytesCompressed)
The physical number of bytes transferred over the network after compression was applied. In most cases, this
number is less than BytesTransferred
unless the data isn't compressible.
bytesCompressed
- The physical number of bytes transferred over the network after compression was applied. In most cases,
this number is less than BytesTransferred
unless the data isn't compressible.public void setResult(TaskExecutionResultDetail result)
The result of the task execution.
result
- The result of the task execution.public TaskExecutionResultDetail getResult()
The result of the task execution.
public DescribeTaskExecutionResult withResult(TaskExecutionResultDetail result)
The result of the task execution.
result
- The result of the task execution.public void setTaskReportConfig(TaskReportConfig taskReportConfig)
The configuration of your task report, which provides detailed information about for your DataSync transfer. For more information, see Creating a task report.
taskReportConfig
- The configuration of your task report, which provides detailed information about for your DataSync
transfer. For more information, see Creating a task report.public TaskReportConfig getTaskReportConfig()
The configuration of your task report, which provides detailed information about for your DataSync transfer. For more information, see Creating a task report.
public DescribeTaskExecutionResult withTaskReportConfig(TaskReportConfig taskReportConfig)
The configuration of your task report, which provides detailed information about for your DataSync transfer. For more information, see Creating a task report.
taskReportConfig
- The configuration of your task report, which provides detailed information about for your DataSync
transfer. For more information, see Creating a task report.public void setFilesDeleted(Long filesDeleted)
The number of files, objects, and directories that DataSync deleted 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
.
filesDeleted
- The number of files, objects, and directories that DataSync deleted 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
.public Long getFilesDeleted()
The number of files, objects, and directories that DataSync deleted 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
.
0
.public DescribeTaskExecutionResult withFilesDeleted(Long filesDeleted)
The number of files, objects, and directories that DataSync deleted 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
.
filesDeleted
- The number of files, objects, and directories that DataSync deleted 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
.public void setFilesSkipped(Long filesSkipped)
The number of files, objects, and directories that DataSync skipped during your transfer.
filesSkipped
- The number of files, objects, and directories that DataSync skipped during your transfer.public Long getFilesSkipped()
The number of files, objects, and directories that DataSync skipped during your transfer.
public DescribeTaskExecutionResult withFilesSkipped(Long filesSkipped)
The number of files, objects, and directories that DataSync skipped during your transfer.
filesSkipped
- The number of files, objects, and directories that DataSync skipped during your transfer.public void setFilesVerified(Long filesVerified)
The number of files, objects, and directories that DataSync verified 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.
filesVerified
- The number of files, objects, and directories that DataSync verified 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.
public Long getFilesVerified()
The number of files, objects, and directories that DataSync verified 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.
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.
public DescribeTaskExecutionResult withFilesVerified(Long filesVerified)
The number of files, objects, and directories that DataSync verified 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.
filesVerified
- The number of files, objects, and directories that DataSync verified 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.
public void setReportResult(ReportResult reportResult)
Indicates whether DataSync generated a complete task report for your transfer.
reportResult
- Indicates whether DataSync generated a complete task report for your
transfer.public ReportResult getReportResult()
Indicates whether DataSync generated a complete task report for your transfer.
public DescribeTaskExecutionResult withReportResult(ReportResult reportResult)
Indicates whether DataSync generated a complete task report for your transfer.
reportResult
- Indicates whether DataSync generated a complete task report for your
transfer.public void setEstimatedFilesToDelete(Long estimatedFilesToDelete)
The expected number of files, objects, and directories that DataSync will 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
.
estimatedFilesToDelete
- The expected number of files, objects, and directories that DataSync will 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
.public Long getEstimatedFilesToDelete()
The expected number of files, objects, and directories that DataSync will 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
.
0
.public DescribeTaskExecutionResult withEstimatedFilesToDelete(Long estimatedFilesToDelete)
The expected number of files, objects, and directories that DataSync will 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
.
estimatedFilesToDelete
- The expected number of files, objects, and directories that DataSync will 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
.public String toString()
toString
in class Object
Object.toString()
public DescribeTaskExecutionResult clone()