Class GetJobResult
- java.lang.Object
-
- com.amazonaws.services.devicefarm.model.GetJobResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class GetJobResult extends Object implements Serializable, Cloneable
Represents the result of a get job request.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetJobResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetJobResult
clone()
boolean
equals(Object obj)
Job
getJob()
int
hashCode()
void
setJob(Job job)
String
toString()
Returns a string representation of this object; useful for testing and debugging.GetJobResult
withJob(Job job)
-
-
-
Method Detail
-
setJob
public void setJob(Job job)
- Parameters:
job
-
-
getJob
public Job getJob()
- Returns:
-
withJob
public GetJobResult withJob(Job job)
- Parameters:
job
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetJobResult clone()
-
-