@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, setSdkResponseMetadatapublic 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
https://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
https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.htmlpublic String toString()
toString in class ObjectObject.toString()public GetJobResult clone()