@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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()
The run that was stopped.
|
int |
hashCode() |
void |
setRun(Run run)
The run that was stopped.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StopRunResult |
withRun(Run run)
The run that was stopped.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRun(Run run)
The run that was stopped.
run
- The run that was stopped.public Run getRun()
The run that was stopped.
public StopRunResult withRun(Run run)
The run that was stopped.
run
- The run that was stopped.public String toString()
toString
in class Object
Object.toString()
public StopRunResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.