@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the result of a get run request.
| Constructor and Description | 
|---|
| GetRunResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetRunResult | clone() | 
| boolean | equals(Object obj) | 
| Run | getRun()
 The run to get results from. | 
| int | hashCode() | 
| void | setRun(Run run)
 The run to get results from. | 
| String | toString()Returns a string representation of this object. | 
| GetRunResult | withRun(Run run)
 The run to get results from. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRun(Run run)
The run to get results from.
run - The run to get results from.public Run getRun()
The run to get results from.
public GetRunResult withRun(Run run)
The run to get results from.
run - The run to get results from.public String toString()
toString in class ObjectObject.toString()public GetRunResult clone()