@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the result of a get job request.
| Constructor and Description |
|---|
GetJobResult() |
| Modifier and Type | Method and Description |
|---|---|
GetJobResult |
clone() |
boolean |
equals(Object obj) |
Job |
getJob()
An object containing information about the requested job.
|
int |
hashCode() |
void |
setJob(Job job)
An object containing information about the requested job.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetJobResult |
withJob(Job job)
An object containing information about the requested job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJob(Job job)
An object containing information about the requested job.
job - An object containing information about the requested job.public Job getJob()
An object containing information about the requested job.
public GetJobResult withJob(Job job)
An object containing information about the requested job.
job - An object containing information about the requested job.public String toString()
toString in class ObjectObject.toString()public GetJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.