public class ScheduleRunResult extends Object implements Serializable, Cloneable
Represents the result of a schedule run request.
| Constructor and Description |
|---|
ScheduleRunResult() |
| Modifier and Type | Method and Description |
|---|---|
ScheduleRunResult |
clone() |
boolean |
equals(Object obj) |
Run |
getRun()
Information about the scheduled run.
|
int |
hashCode() |
void |
setRun(Run run)
Information about the scheduled run.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ScheduleRunResult |
withRun(Run run)
Information about the scheduled run.
|
public void setRun(Run run)
Information about the scheduled run.
run - Information about the scheduled run.public Run getRun()
Information about the scheduled run.
public ScheduleRunResult withRun(Run run)
Information about the scheduled run.
run - Information about the scheduled run.public String toString()
toString in class ObjectObject.toString()public ScheduleRunResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.