public class DescribeJobResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeJobResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeJobResult |
clone() |
boolean |
equals(Object obj) |
JobMetadata |
getJobMetadata()
Information about a specific job, including shipping information, job
status, and other important metadata.
|
List<JobMetadata> |
getSubJobMetadata()
Information about a specific job part (in the case of an export job),
including shipping information, job status, and other important metadata.
|
int |
hashCode() |
void |
setJobMetadata(JobMetadata jobMetadata)
Information about a specific job, including shipping information, job
status, and other important metadata.
|
void |
setSubJobMetadata(Collection<JobMetadata> subJobMetadata)
Information about a specific job part (in the case of an export job),
including shipping information, job status, and other important metadata.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeJobResult |
withJobMetadata(JobMetadata jobMetadata)
Information about a specific job, including shipping information, job
status, and other important metadata.
|
DescribeJobResult |
withSubJobMetadata(Collection<JobMetadata> subJobMetadata)
Information about a specific job part (in the case of an export job),
including shipping information, job status, and other important metadata.
|
DescribeJobResult |
withSubJobMetadata(JobMetadata... 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 setJobMetadata(JobMetadata jobMetadata)
Information about a specific job, including shipping information, job status, and other important metadata.
jobMetadata - Information about a specific job, including shipping information,
job status, and other important metadata.public JobMetadata getJobMetadata()
Information about a specific job, including shipping information, job status, and other important metadata.
public DescribeJobResult withJobMetadata(JobMetadata jobMetadata)
Information about a specific job, including shipping information, job status, and other important metadata.
jobMetadata - Information about a specific job, including shipping information,
job status, and other important metadata.public List<JobMetadata> getSubJobMetadata()
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(Collection<JobMetadata> subJobMetadata)
Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.
subJobMetadata - Information about a specific job part (in the case of an export
job), including shipping information, job status, and other
important metadata.public DescribeJobResult withSubJobMetadata(JobMetadata... subJobMetadata)
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 setSubJobMetadata(java.util.Collection) or
withSubJobMetadata(java.util.Collection) if you want to override
the existing values.
subJobMetadata - Information about a specific job part (in the case of an export
job), including shipping information, job status, and other
important metadata.public DescribeJobResult withSubJobMetadata(Collection<JobMetadata> subJobMetadata)
Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.
subJobMetadata - Information about a specific job part (in the case of an export
job), including shipping information, job status, and other
important metadata.public String toString()
toString in class ObjectObject.toString()public DescribeJobResult clone()
Copyright © 2016. All rights reserved.