@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getDocumentSource()
An S3 link to the job document.
|
Job |
getJob()
Information about the job.
|
int |
hashCode() |
void |
setDocumentSource(String documentSource)
An S3 link to the job document.
|
void |
setJob(Job job)
Information about the job.
|
String |
toString()
Returns a string representation of this object.
|
DescribeJobResult |
withDocumentSource(String documentSource)
An S3 link to the job document.
|
DescribeJobResult |
withJob(Job job)
Information about the job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDocumentSource(String documentSource)
An S3 link to the job document.
documentSource
- An S3 link to the job document.public String getDocumentSource()
An S3 link to the job document.
public DescribeJobResult withDocumentSource(String documentSource)
An S3 link to the job document.
documentSource
- An S3 link to the job document.public void setJob(Job job)
Information about the job.
job
- Information about the job.public Job getJob()
Information about the job.
public DescribeJobResult withJob(Job job)
Information about the job.
job
- Information about the job.public String toString()
toString
in class Object
Object.toString()
public DescribeJobResult clone()