Class CompletedDownload<ResultT>
java.lang.Object
software.amazon.awssdk.transfer.s3.model.CompletedDownload<ResultT>
- All Implemented Interfaces:
 CompletedObjectTransfer,CompletedTransfer,ToCopyableBuilder<CompletedDownload.TypedBuilder<ResultT>,CompletedDownload<ResultT>> 
public final class CompletedDownload<ResultT>
extends Object
implements CompletedObjectTransfer, ToCopyableBuilder<CompletedDownload.TypedBuilder<ResultT>,CompletedDownload<ResultT>> 
Represents a completed download transfer from Amazon S3. It can be used to track the underlying result
 that was transformed via an 
AsyncResponseTransformer.- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe type-parameterized version ofCompletedDownload.UntypedBuilder.static interfaceInitial calls tobuilder()return anCompletedDownload.UntypedBuilder, where the builder is not yet parameterized with the generic type associated withCompletedDownload. - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a builder that can be used to create aCompletedDownload.booleaninthashCode()result()Returns the result.Take this object and create a builder that contains all of the current property values of this object.toString()Methods inherited from interface software.amazon.awssdk.transfer.s3.model.CompletedObjectTransfer
responseMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
builder
Creates a builder that can be used to create aCompletedDownload.- See Also:
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<CompletedDownload.TypedBuilder<ResultT>,CompletedDownload<ResultT>> - Returns:
 - a builder for type T
 
 - 
result
Returns the result. - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -