Class DescribeTaskExecutionResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.datasync.model.DataSyncResponse
-
- software.amazon.awssdk.services.datasync.model.DescribeTaskExecutionResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeTaskExecutionResponse.Builder,DescribeTaskExecutionResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeTaskExecutionResponse extends DataSyncResponse implements ToCopyableBuilder<DescribeTaskExecutionResponse.Builder,DescribeTaskExecutionResponse>
DescribeTaskExecutionResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeTaskExecutionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeTaskExecutionResponse.Builderbuilder()LongbytesCompressed()The physical number of bytes transferred over the network after compression was applied.LongbytesTransferred()The total number of bytes that are involved in the transfer.LongbytesWritten()The number of logical bytes written to the destination location.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)LongestimatedBytesToTransfer()The estimated physical number of bytes that will transfer over the network.LongestimatedFilesToDelete()The expected number of files, objects, and directories that DataSync will delete in your destination location.LongestimatedFilesToTransfer()The expected number of files, objects, and directories that DataSync will transfer over the network.List<FilterRule>excludes()A list of filter rules that exclude specific data during your transfer.LongfilesDeleted()The number of files, objects, and directories that DataSync deleted in your destination location.LongfilesSkipped()The number of files, objects, and directories that DataSync skipped during your transfer.LongfilesTransferred()The actual number of files, objects, and directories that DataSync transferred over the network.LongfilesVerified()The number of files, objects, and directories that DataSync verified during your transfer.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasExcludes()For responses, this returns true if the service returned a value for the Excludes property.inthashCode()booleanhasIncludes()For responses, this returns true if the service returned a value for the Includes property.List<FilterRule>includes()A list of filter rules that include specific data during your transfer.Optionsoptions()Returns the value of the Options property for this object.ReportResultreportResult()Indicates whether DataSync generated a complete task report for your transfer.TaskExecutionResultDetailresult()The result of the task execution.List<SdkField<?>>sdkFields()static Class<? extends DescribeTaskExecutionResponse.Builder>serializableBuilderClass()InstantstartTime()The time when the task execution started.TaskExecutionStatusstatus()The status of the task execution.StringstatusAsString()The status of the task execution.StringtaskExecutionArn()The ARN of the task execution that you wanted information about.TaskReportConfigtaskReportConfig()The configuration of your task report, which provides detailed information about for your DataSync transfer.DescribeTaskExecutionResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.datasync.model.DataSyncResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
taskExecutionArn
public final String taskExecutionArn()
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.- 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.
-
status
public final TaskExecutionStatus status()
The 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:
TaskExecutionStatus
-
statusAsString
public final String statusAsString()
The 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:
TaskExecutionStatus
-
options
public final Options options()
Returns the value of the Options property for this object.- Returns:
- The value of the Options property for this object.
-
hasExcludes
public 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.
-
excludes
public final List<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.
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.
-
hasIncludes
public 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.
-
includes
public final List<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.
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.
-
startTime
public final Instant startTime()
The time when the task execution started.
- Returns:
- The time when the task execution started.
-
estimatedFilesToTransfer
public final 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
PREPARINGphase before theTRANSFERRINGphase. The calculation is based on comparing the content of the source and destination locations and finding the difference that needs to be transferred.- Returns:
- The expected number of files, objects, and directories that DataSync will transfer over the network. This
value is calculated during the task execution's
PREPARINGphase before theTRANSFERRINGphase. The calculation is based on comparing the content of the source and destination locations and finding the difference that needs to be transferred.
-
estimatedBytesToTransfer
public final Long estimatedBytesToTransfer()
The estimated physical number of bytes that will transfer over the network.
- Returns:
- The estimated physical number of bytes that will transfer over the network.
-
filesTransferred
public final 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
TRANSFERRINGphase 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 transferred or to monitor your task execution.- Returns:
- The actual number of files, objects, and directories that DataSync transferred over the network. This
value is updated periodically during the task execution's
TRANSFERRINGphase 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 transferred or to monitor your task execution.
-
bytesWritten
public final Long bytesWritten()
The number of logical bytes written to the destination location.
- Returns:
- The number of logical bytes written to the destination location.
-
bytesTransferred
public final Long bytesTransferred()
The total number of bytes that are involved in the transfer. For the number of bytes sent over the network, see
BytesCompressed.- Returns:
- The total number of bytes that are involved in the transfer. For the number of bytes sent over the
network, see
BytesCompressed.
-
result
public final TaskExecutionResultDetail result()
The result of the task execution.
- Returns:
- The result of the task execution.
-
bytesCompressed
public final Long bytesCompressed()
The physical number of bytes transferred over the network after compression was applied. In most cases, this number is less than
BytesTransferredunless the data isn't compressible.- Returns:
- The physical number of bytes transferred over the network after compression was applied. In most cases,
this number is less than
BytesTransferredunless the data isn't compressible.
-
taskReportConfig
public final TaskReportConfig taskReportConfig()
The configuration of your task report, which provides detailed information about for your DataSync transfer.
- Returns:
- The configuration of your task report, which provides detailed information about for your DataSync transfer.
-
filesDeleted
public final 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.- Returns:
- 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.
-
filesSkipped
public final Long filesSkipped()
The number of files, objects, and directories that DataSync skipped during your transfer.
- Returns:
- The number of files, objects, and directories that DataSync skipped during your transfer.
-
filesVerified
public final 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.
- Returns:
- 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.
-
reportResult
public final ReportResult reportResult()
Indicates whether DataSync generated a complete task report for your transfer.
- Returns:
- Indicates whether DataSync generated a complete task report for your transfer.
-
estimatedFilesToDelete
public final 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.- Returns:
- 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.
-
toBuilder
public DescribeTaskExecutionResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeTaskExecutionResponse.Builder,DescribeTaskExecutionResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeTaskExecutionResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeTaskExecutionResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-