@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeJobExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeJobExecutionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeJobExecutionResult |
clone() |
boolean |
equals(Object obj) |
JobExecution |
getExecution()
Information about the job execution.
|
int |
hashCode() |
void |
setExecution(JobExecution execution)
Information about the job execution.
|
String |
toString()
Returns a string representation of this object.
|
DescribeJobExecutionResult |
withExecution(JobExecution execution)
Information about the job execution.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setExecution(JobExecution execution)
Information about the job execution.
execution
- Information about the job execution.public JobExecution getExecution()
Information about the job execution.
public DescribeJobExecutionResult withExecution(JobExecution execution)
Information about the job execution.
execution
- Information about the job execution.public String toString()
toString
in class Object
Object.toString()
public DescribeJobExecutionResult clone()