@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbortIncompleteMultipartUpload extends Object implements Serializable, Cloneable
The container for abort incomplete multipart upload
Constructor and Description |
---|
AbortIncompleteMultipartUpload() |
Modifier and Type | Method and Description |
---|---|
AbortIncompleteMultipartUpload |
clone() |
boolean |
equals(Object obj) |
Integer |
getDaysAfterInitiation()
Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload to the Outposts bucket.
|
int |
hashCode() |
void |
setDaysAfterInitiation(Integer daysAfterInitiation)
Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload to the Outposts bucket.
|
String |
toString()
Returns a string representation of this object.
|
AbortIncompleteMultipartUpload |
withDaysAfterInitiation(Integer daysAfterInitiation)
Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload to the Outposts bucket.
|
public void setDaysAfterInitiation(Integer daysAfterInitiation)
Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload to the Outposts bucket.
daysAfterInitiation
- Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload to the Outposts
bucket.public Integer getDaysAfterInitiation()
Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload to the Outposts bucket.
public AbortIncompleteMultipartUpload withDaysAfterInitiation(Integer daysAfterInitiation)
Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload to the Outposts bucket.
daysAfterInitiation
- Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload to the Outposts
bucket.public String toString()
toString
in class Object
Object.toString()
public AbortIncompleteMultipartUpload clone()