public class DescribeJobResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description | 
|---|
| DescribeJobResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.lang.String | getDocumentSource()
 An S3 link to the job document. | 
| Job | getJob()
 Information about the job. | 
| int | hashCode() | 
| void | setDocumentSource(java.lang.String documentSource)
 An S3 link to the job document. | 
| void | setJob(Job job)
 Information about the job. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| DescribeJobResult | withDocumentSource(java.lang.String documentSource)
 An S3 link to the job document. | 
| DescribeJobResult | withJob(Job job)
 Information about the job. | 
public java.lang.String getDocumentSource()
An S3 link to the job document.
 Constraints:
 Length: 1 - 1350
An S3 link to the job document.
public void setDocumentSource(java.lang.String documentSource)
An S3 link to the job document.
 Constraints:
 Length: 1 - 1350
documentSource - An S3 link to the job document.
public DescribeJobResult withDocumentSource(java.lang.String documentSource)
An S3 link to the job document.
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 1350
documentSource - An S3 link to the job document.
public Job getJob()
Information about the job.
Information about the job.
public void setJob(Job job)
Information about the job.
job - Information about the job.
public DescribeJobResult withJob(Job job)
Information about the job.
Returns a reference to this object so that method calls can be chained together.
job - Information about the job.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.