@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result structure for the run job request.
| Constructor and Description | 
|---|
| StartJobResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| StartJobResult | clone() | 
| boolean | equals(Object obj) | 
| JobSummary | getJobSummary()
 The summary for the job. | 
| int | hashCode() | 
| void | setJobSummary(JobSummary jobSummary)
 The summary for the job. | 
| String | toString()Returns a string representation of this object. | 
| StartJobResult | withJobSummary(JobSummary jobSummary)
 The summary for the job. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobSummary(JobSummary jobSummary)
The summary for the job.
jobSummary - The summary for the job.public JobSummary getJobSummary()
The summary for the job.
public StartJobResult withJobSummary(JobSummary jobSummary)
The summary for the job.
jobSummary - The summary for the job.public String toString()
toString in class ObjectObject.toString()public StartJobResult clone()