Class CreateJobResult
java.lang.Object
com.amazonaws.services.elastictranscoder.model.CreateJobResult
- All Implemented Interfaces:
Serializable
,Cloneable
The CreateJobResponse 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 that is created.int
hashCode()
void
A section of the response body that provides information about the job that is created.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 that is created.
-
Constructor Details
-
CreateJobResult
public CreateJobResult()
-
-
Method Details
-
setJob
A section of the response body that provides information about the job that is created.
- Parameters:
job
- A section of the response body that provides information about the job that is created.
-
getJob
A section of the response body that provides information about the job that is created.
- Returns:
- A section of the response body that provides information about the job that is created.
-
withJob
A section of the response body that provides information about the job that is created.
- Parameters:
job
- A section of the response body that provides information about the job that is created.- 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
-