Class DeleteUploadResult
- java.lang.Object
-
- com.amazonaws.services.devicefarm.model.DeleteUploadResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DeleteUploadResult extends Object implements Serializable, Cloneable
Represents the result of a delete upload request.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteUploadResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteUploadResultclone()booleanequals(Object obj)inthashCode()StringtoString()Returns a string representation of this object; useful for testing and debugging.
-
-
-
Method Detail
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DeleteUploadResult clone()
-
-