Class ScheduleRunResult
java.lang.Object
com.amazonaws.services.devicefarm.model.ScheduleRunResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the result of a schedule run request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScheduleRunResult
public ScheduleRunResult()
-
-
Method Details
-
setRun
Information about the scheduled run.
- Parameters:
run
- Information about the scheduled run.
-
getRun
Information about the scheduled run.
- Returns:
- Information about the scheduled run.
-
withRun
Information about the scheduled run.
- Parameters:
run
- Information about the scheduled run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-