|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elastictranscoder.model.Job
public class Job
A section of the response body that provides information about the job that is created.
Constructor Summary | |
---|---|
Job()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getId()
The identifier that Elastic Transcoder assigned to the job. |
JobInput |
getInput()
A section of the request or response body that provides information about the file that is being transcoded. |
JobOutput |
getOutput()
A section of the request or response body that provides information about the transcoded (target) file. |
java.lang.String |
getPipelineId()
The Id of the pipeline that you want Elastic Transcoder
to use for transcoding. |
int |
hashCode()
|
void |
setId(java.lang.String id)
The identifier that Elastic Transcoder assigned to the job. |
void |
setInput(JobInput input)
A section of the request or response body that provides information about the file that is being transcoded. |
void |
setOutput(JobOutput output)
A section of the request or response body that provides information about the transcoded (target) file. |
void |
setPipelineId(java.lang.String pipelineId)
The Id of the pipeline that you want Elastic Transcoder
to use for transcoding. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Job |
withId(java.lang.String id)
The identifier that Elastic Transcoder assigned to the job. |
Job |
withInput(JobInput input)
A section of the request or response body that provides information about the file that is being transcoded. |
Job |
withOutput(JobOutput output)
A section of the request or response body that provides information about the transcoded (target) file. |
Job |
withPipelineId(java.lang.String pipelineId)
The Id of the pipeline that you want Elastic Transcoder
to use for transcoding. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Job()
Method Detail |
---|
public java.lang.String getId()
Constraints:
Pattern: ^\d{13}-\w{6}$
public void setId(java.lang.String id)
Constraints:
Pattern: ^\d{13}-\w{6}$
id
- The identifier that Elastic Transcoder assigned to the job. You use
this value to get settings for the job or to delete the job.public Job withId(java.lang.String id)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^\d{13}-\w{6}$
id
- The identifier that Elastic Transcoder assigned to the job. You use
this value to get settings for the job or to delete the job.
public java.lang.String getPipelineId()
Id
of the pipeline that you want Elastic Transcoder
to use for transcoding. The pipeline determines several settings,
including the Amazon S3 bucket from which Elastic Transcoder gets the
files to transcode and the bucket into which Elastic Transcoder puts
the transcoded files.
Constraints:
Pattern: ^\d{13}-\w{6}$
Id
of the pipeline that you want Elastic Transcoder
to use for transcoding. The pipeline determines several settings,
including the Amazon S3 bucket from which Elastic Transcoder gets the
files to transcode and the bucket into which Elastic Transcoder puts
the transcoded files.public void setPipelineId(java.lang.String pipelineId)
Id
of the pipeline that you want Elastic Transcoder
to use for transcoding. The pipeline determines several settings,
including the Amazon S3 bucket from which Elastic Transcoder gets the
files to transcode and the bucket into which Elastic Transcoder puts
the transcoded files.
Constraints:
Pattern: ^\d{13}-\w{6}$
pipelineId
- The Id
of the pipeline that you want Elastic Transcoder
to use for transcoding. The pipeline determines several settings,
including the Amazon S3 bucket from which Elastic Transcoder gets the
files to transcode and the bucket into which Elastic Transcoder puts
the transcoded files.public Job withPipelineId(java.lang.String pipelineId)
Id
of the pipeline that you want Elastic Transcoder
to use for transcoding. The pipeline determines several settings,
including the Amazon S3 bucket from which Elastic Transcoder gets the
files to transcode and the bucket into which Elastic Transcoder puts
the transcoded files.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^\d{13}-\w{6}$
pipelineId
- The Id
of the pipeline that you want Elastic Transcoder
to use for transcoding. The pipeline determines several settings,
including the Amazon S3 bucket from which Elastic Transcoder gets the
files to transcode and the bucket into which Elastic Transcoder puts
the transcoded files.
public JobInput getInput()
public void setInput(JobInput input)
input
- A section of the request or response body that provides information
about the file that is being transcoded.public Job withInput(JobInput input)
Returns a reference to this object so that method calls can be chained together.
input
- A section of the request or response body that provides information
about the file that is being transcoded.
public JobOutput getOutput()
public void setOutput(JobOutput output)
output
- A section of the request or response body that provides information
about the transcoded (target) file.public Job withOutput(JobOutput output)
Returns a reference to this object so that method calls can be chained together.
output
- A section of the request or response body that provides information
about the transcoded (target) file.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |