public class CreateJobResult extends Object implements Serializable, Cloneable
The CreateJobResponse structure.
Constructor and Description |
---|
CreateJobResult() |
Modifier and Type | Method and Description |
---|---|
CreateJobResult |
clone() |
boolean |
equals(Object obj) |
Job |
getJob()
A section of the response body that provides information about the job
that is created.
|
int |
hashCode() |
void |
setJob(Job job)
A section of the response body that provides information about the job
that is created.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateJobResult |
withJob(Job job)
A section of the response body that provides information about the job
that is created.
|
public void setJob(Job job)
A section of the response body that provides information about the job that is created.
job
- A section of the response body that provides information about the
job that is created.public Job getJob()
A section of the response body that provides information about the job that is created.
public CreateJobResult withJob(Job job)
A section of the response body that provides information about the job that is created.
job
- A section of the response body that provides information about the
job that is created.public String toString()
toString
in class Object
Object.toString()
public CreateJobResult clone()
Copyright © 2016. All rights reserved.