* Information about a specific job, including shipping information, job status, and other important metadata. *
*/ private JobMetadata jobMetadata; /** ** Information about a specific job part (in the case of an export job), including shipping information, job status, * and other important metadata. *
*/ private java.util.List* Information about a specific job, including shipping information, job status, and other important metadata. *
* * @param jobMetadata * Information about a specific job, including shipping information, job status, and other important * metadata. */ public void setJobMetadata(JobMetadata jobMetadata) { this.jobMetadata = jobMetadata; } /** ** Information about a specific job, including shipping information, job status, and other important metadata. *
* * @return Information about a specific job, including shipping information, job status, and other important * metadata. */ public JobMetadata getJobMetadata() { return this.jobMetadata; } /** ** Information about a specific job, including shipping information, job status, and other important metadata. *
* * @param jobMetadata * Information about a specific job, including shipping information, job status, and other important * metadata. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeJobResult withJobMetadata(JobMetadata jobMetadata) { setJobMetadata(jobMetadata); return this; } /** ** Information about a specific job part (in the case of an export job), including shipping information, job status, * and other important metadata. *
* * @return Information about a specific job part (in the case of an export job), including shipping information, job * status, and other important metadata. */ public java.util.List* Information about a specific job part (in the case of an export job), including shipping information, job status, * and other important metadata. *
* * @param subJobMetadata * Information about a specific job part (in the case of an export job), including shipping information, job * status, and other important metadata. */ public void setSubJobMetadata(java.util.Collection* Information about a specific job part (in the case of an export job), including shipping information, job status, * and other important metadata. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setSubJobMetadata(java.util.Collection)} or {@link #withSubJobMetadata(java.util.Collection)} if you want * to override the existing values. *
* * @param subJobMetadata * Information about a specific job part (in the case of an export job), including shipping information, job * status, and other important metadata. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeJobResult withSubJobMetadata(JobMetadata... subJobMetadata) { if (this.subJobMetadata == null) { setSubJobMetadata(new java.util.ArrayList* Information about a specific job part (in the case of an export job), including shipping information, job status, * and other important metadata. *
* * @param subJobMetadata * Information about a specific job part (in the case of an export job), including shipping information, job * status, and other important metadata. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeJobResult withSubJobMetadata(java.util.Collection