com.amazonaws.services.s3.model
Class MultiObjectDeleteException.DeleteError

java.lang.Object
  extended by com.amazonaws.services.s3.model.MultiObjectDeleteException.DeleteError
Enclosing class:
MultiObjectDeleteException

public static class MultiObjectDeleteException.DeleteError
extends Object

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

MultiObjectDeleteException.DeleteError

public MultiObjectDeleteException.DeleteError()
Method Detail

getKey

public String getKey()
Returns the key of the object that couldn't be deleted.


setKey

public void setKey(String key)

getVersionId

public String getVersionId()
Returns the versionId of the object that couldn't be deleted.


setVersionId

public void setVersionId(String versionId)

getCode

public String getCode()
Returns the status code for the failed delete.


setCode

public void setCode(String code)

getMessage

public String getMessage()
Returns a description of the failure.


setMessage

public void setMessage(String message)


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.