Job constructor
Job({})
Implementation
Job({
this.arn,
this.id,
this.input,
this.inputs,
this.output,
this.outputKeyPrefix,
this.outputs,
this.pipelineId,
this.playlists,
this.status,
this.timing,
this.userMetadata,
});