@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetJobRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetJobRunResult() |
Modifier and Type | Method and Description |
---|---|
GetJobRunResult |
clone() |
boolean |
equals(Object obj) |
JobRun |
getJobRun()
The requested job-run metadata.
|
int |
hashCode() |
void |
setJobRun(JobRun jobRun)
The requested job-run metadata.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetJobRunResult |
withJobRun(JobRun jobRun)
The requested job-run metadata.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobRun(JobRun jobRun)
The requested job-run metadata.
jobRun
- The requested job-run metadata.public JobRun getJobRun()
The requested job-run metadata.
public GetJobRunResult withJobRun(JobRun jobRun)
The requested job-run metadata.
jobRun
- The requested job-run metadata.public String toString()
toString
in class Object
Object.toString()
public GetJobRunResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.