Class GetUploadResult
java.lang.Object
com.amazonaws.services.devicefarm.model.GetUploadResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the result of a get upload request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
toString()
Returns a string representation of this object; useful for testing and debugging.withUpload
(Upload upload)
-
Constructor Details
-
GetUploadResult
public GetUploadResult()
-
-
Method Details
-
setUpload
- Parameters:
upload
-
-
getUpload
- Returns:
-
withUpload
- Parameters:
upload
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-