Class CreateUploadResult
java.lang.Object
com.amazonaws.services.devicefarm.model.CreateUploadResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the result of a create upload request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The newly created upload.int
hashCode()
void
The newly created upload.toString()
Returns a string representation of this object; useful for testing and debugging.withUpload
(Upload upload) The newly created upload.
-
Constructor Details
-
CreateUploadResult
public CreateUploadResult()
-
-
Method Details
-
setUpload
The newly created upload.
- Parameters:
upload
- The newly created upload.
-
getUpload
The newly created upload.
- Returns:
- The newly created upload.
-
withUpload
The newly created upload.
- Parameters:
upload
- The newly created 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
-