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