Class ReadJobResult
java.lang.Object
com.amazonaws.services.elastictranscoder.model.ReadJobResult
- All Implemented Interfaces:
Serializable
,Cloneable
The ReadJobResponse
structure.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getJob()
A section of the response body that provides information about the job.int
hashCode()
void
A section of the response body that provides information about the job.toString()
Returns a string representation of this object; useful for testing and debugging.A section of the response body that provides information about the job.
-
Constructor Details
-
ReadJobResult
public ReadJobResult()
-
-
Method Details
-
setJob
A section of the response body that provides information about the job.
- Parameters:
job
- A section of the response body that provides information about the job.
-
getJob
A section of the response body that provides information about the job.
- Returns:
- A section of the response body that provides information about the job.
-
withJob
A section of the response body that provides information about the job.
- Parameters:
job
- A section of the response body that provides information about the job.- 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
-