@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public StartJobResult clone()