@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetJobResult() |
Modifier and Type | Method and Description |
---|---|
GetJobResult |
clone() |
boolean |
equals(Object obj) |
Job |
getJob()
Each job converts an input file into an output file or files.
|
int |
hashCode() |
void |
setJob(Job job)
Each job converts an input file into an output file or files.
|
String |
toString()
Returns a string representation of this object.
|
GetJobResult |
withJob(Job job)
Each job converts an input file into an output file or files.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJob(Job job)
job
- Each job converts an input file into an output file or files. For more information, see the User Guide at
http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.htmlpublic Job getJob()
public GetJobResult withJob(Job job)
job
- Each job converts an input file into an output file or files. For more information, see the User Guide at
http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.htmlpublic String toString()
toString
in class Object
Object.toString()
public GetJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.