|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.s3.model.MultiObjectDeleteException.DeleteError
public static class MultiObjectDeleteException.DeleteError
An error that occurred when deleting an object.
Constructor Summary | |
---|---|
MultiObjectDeleteException.DeleteError()
|
Method Summary | |
---|---|
java.lang.String |
getCode()
Returns the status code for the failed delete. |
java.lang.String |
getKey()
Returns the key of the object that couldn't be deleted. |
java.lang.String |
getMessage()
Returns a description of the failure. |
java.lang.String |
getVersionId()
Returns the versionId of the object that couldn't be deleted. |
void |
setCode(java.lang.String code)
|
void |
setKey(java.lang.String key)
|
void |
setMessage(java.lang.String message)
|
void |
setVersionId(java.lang.String versionId)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiObjectDeleteException.DeleteError()
Method Detail |
---|
public java.lang.String getKey()
public void setKey(java.lang.String key)
public java.lang.String getVersionId()
public void setVersionId(java.lang.String versionId)
public java.lang.String getCode()
public void setCode(java.lang.String code)
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |