public final class MultipartUploadFailedPartDetails extends Object
MultipartUploadFailedPartDetails has details about the part number and the failure cause for the failed upload part
Constructor and Description |
---|
MultipartUploadFailedPartDetails(int partNumber,
Exception failureCause) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Exception |
getFailureCause() |
int |
getPartNumber() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"partNumber","failureCause"}) public MultipartUploadFailedPartDetails(int partNumber, Exception failureCause)
public int getPartNumber()
public Exception getFailureCause()
Copyright © 2016–2024. All rights reserved.