public class DescribeJobExecutionResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description | 
|---|
| DescribeJobExecutionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| JobExecution | getExecution()
 Information about the job execution. | 
| int | hashCode() | 
| void | setExecution(JobExecution execution)
 Information about the job execution. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| DescribeJobExecutionResult | withExecution(JobExecution execution)
 Information about the job execution. | 
public JobExecution getExecution()
Information about the job execution.
Information about the job execution.
public void setExecution(JobExecution execution)
Information about the job execution.
execution - Information about the job execution.
public DescribeJobExecutionResult withExecution(JobExecution execution)
Information about the job execution.
Returns a reference to this object so that method calls can be chained together.
execution - Information about the job execution.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.