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