@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 that contains information about the requested job.
|
int |
hashCode() |
void |
setJob(Job job)
An object that contains information about the requested job.
|
String |
toString()
Returns a string representation of this object.
|
GetJobResult |
withJob(Job job)
An object that contains information about the requested job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJob(Job job)
An object that contains information about the requested job.
job
- An object that contains information about the requested job.public Job getJob()
An object that contains information about the requested job.
public GetJobResult withJob(Job job)
An object that contains information about the requested job.
job
- An object that contains information about the requested job.public String toString()
toString
in class Object
Object.toString()
public GetJobResult clone()