@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScheduleRunResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public ScheduleRunResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.