public class CreateJobResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The CreateJobResponse structure.
Modifier and Type | Field and Description |
---|---|
private Job |
job
A section of the response body that provides information about the job
that is created.
|
Constructor and Description |
---|
CreateJobResult() |
Modifier and Type | Method and Description |
---|---|
CreateJobResult |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateJobResult clone()
clone
in class java.lang.Object