public class StopRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the results of your stop run attempt.
Constructor and Description |
---|
StopRunResult() |
Modifier and Type | Method and Description |
---|---|
StopRunResult |
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.
|
StopRunResult |
withRun(Run run) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRun(Run run)
run
- public Run getRun()
public StopRunResult withRun(Run run)
run
- public String toString()
toString
in class Object
Object.toString()
public StopRunResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.