|
|||||||
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 | |
---|---|
String |
getCode()
Returns the status code for the failed delete. |
String |
getKey()
Returns the key of the object that couldn't be deleted. |
String |
getMessage()
Returns a description of the failure. |
String |
getVersionId()
Returns the versionId of the object that couldn't be deleted. |
void |
setCode(String code)
|
void |
setKey(String key)
|
void |
setMessage(String message)
|
void |
setVersionId(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 String getKey()
public void setKey(String key)
public String getVersionId()
public void setVersionId(String versionId)
public String getCode()
public void setCode(String code)
public String getMessage()
public void setMessage(String message)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |