@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 you wish to get results from.
|
int |
hashCode() |
void |
setRun(Run run)
The run you wish to get results from.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetRunResult |
withRun(Run run)
The run you wish to get results from.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRun(Run run)
The run you wish to get results from.
run
- The run you wish to get results from.public Run getRun()
The run you wish to get results from.
public GetRunResult withRun(Run run)
The run you wish to get results from.
run
- The run you wish to get results from.public String toString()
toString
in class Object
Object.toString()
public GetRunResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.