@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUploadResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the result of a get upload request.
Constructor and Description |
---|
GetUploadResult() |
Modifier and Type | Method and Description |
---|---|
GetUploadResult |
clone() |
boolean |
equals(Object obj) |
Upload |
getUpload()
An app or a set of one or more tests to upload or that have been uploaded.
|
int |
hashCode() |
void |
setUpload(Upload upload)
An app or a set of one or more tests to upload or that have been uploaded.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetUploadResult |
withUpload(Upload upload)
An app or a set of one or more tests to upload or that have been uploaded.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUpload(Upload upload)
An app or a set of one or more tests to upload or that have been uploaded.
upload
- An app or a set of one or more tests to upload or that have been uploaded.public Upload getUpload()
An app or a set of one or more tests to upload or that have been uploaded.
public GetUploadResult withUpload(Upload upload)
An app or a set of one or more tests to upload or that have been uploaded.
upload
- An app or a set of one or more tests to upload or that have been uploaded.public String toString()
toString
in class Object
Object.toString()
public GetUploadResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.