@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFileUploadURLResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetFileUploadURLResult() |
Modifier and Type | Method and Description |
---|---|
GetFileUploadURLResult |
clone() |
boolean |
equals(Object obj) |
String |
getFileUploadURL()
A temporary URL for the file that the Worker uploaded for the answer.
|
int |
hashCode() |
void |
setFileUploadURL(String fileUploadURL)
A temporary URL for the file that the Worker uploaded for the answer.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetFileUploadURLResult |
withFileUploadURL(String fileUploadURL)
A temporary URL for the file that the Worker uploaded for the answer.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFileUploadURL(String fileUploadURL)
A temporary URL for the file that the Worker uploaded for the answer.
fileUploadURL
- A temporary URL for the file that the Worker uploaded for the answer.public String getFileUploadURL()
A temporary URL for the file that the Worker uploaded for the answer.
public GetFileUploadURLResult withFileUploadURL(String fileUploadURL)
A temporary URL for the file that the Worker uploaded for the answer.
fileUploadURL
- A temporary URL for the file that the Worker uploaded for the answer.public String toString()
toString
in class Object
Object.toString()
public GetFileUploadURLResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.