@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMediaAnalysisJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMediaAnalysisJobResult() |
Modifier and Type | Method and Description |
---|---|
GetMediaAnalysisJobResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCompletionTimestamp()
The Unix date and time when the job finished.
|
Date |
getCreationTimestamp()
The Unix date and time when the job was started.
|
MediaAnalysisJobFailureDetails |
getFailureDetails()
Details about the error that resulted in failure of the job.
|
MediaAnalysisInput |
getInput()
Reference to the input manifest that was provided in the job creation request.
|
String |
getJobId()
The identifier for the media analysis job.
|
String |
getJobName()
The name of the media analysis job.
|
String |
getKmsKeyId()
KMS Key that was provided in the creation request.
|
MediaAnalysisManifestSummary |
getManifestSummary()
The summary manifest provides statistics on input manifest and errors identified in the input manifest.
|
MediaAnalysisOperationsConfig |
getOperationsConfig()
Operation configurations that were provided during job creation.
|
MediaAnalysisOutputConfig |
getOutputConfig()
Output configuration that was provided in the creation request.
|
MediaAnalysisResults |
getResults()
Output manifest that contains prediction results.
|
String |
getStatus()
The current status of the media analysis job.
|
int |
hashCode() |
void |
setCompletionTimestamp(Date completionTimestamp)
The Unix date and time when the job finished.
|
void |
setCreationTimestamp(Date creationTimestamp)
The Unix date and time when the job was started.
|
void |
setFailureDetails(MediaAnalysisJobFailureDetails failureDetails)
Details about the error that resulted in failure of the job.
|
void |
setInput(MediaAnalysisInput input)
Reference to the input manifest that was provided in the job creation request.
|
void |
setJobId(String jobId)
The identifier for the media analysis job.
|
void |
setJobName(String jobName)
The name of the media analysis job.
|
void |
setKmsKeyId(String kmsKeyId)
KMS Key that was provided in the creation request.
|
void |
setManifestSummary(MediaAnalysisManifestSummary manifestSummary)
The summary manifest provides statistics on input manifest and errors identified in the input manifest.
|
void |
setOperationsConfig(MediaAnalysisOperationsConfig operationsConfig)
Operation configurations that were provided during job creation.
|
void |
setOutputConfig(MediaAnalysisOutputConfig outputConfig)
Output configuration that was provided in the creation request.
|
void |
setResults(MediaAnalysisResults results)
Output manifest that contains prediction results.
|
void |
setStatus(String status)
The current status of the media analysis job.
|
String |
toString()
Returns a string representation of this object.
|
GetMediaAnalysisJobResult |
withCompletionTimestamp(Date completionTimestamp)
The Unix date and time when the job finished.
|
GetMediaAnalysisJobResult |
withCreationTimestamp(Date creationTimestamp)
The Unix date and time when the job was started.
|
GetMediaAnalysisJobResult |
withFailureDetails(MediaAnalysisJobFailureDetails failureDetails)
Details about the error that resulted in failure of the job.
|
GetMediaAnalysisJobResult |
withInput(MediaAnalysisInput input)
Reference to the input manifest that was provided in the job creation request.
|
GetMediaAnalysisJobResult |
withJobId(String jobId)
The identifier for the media analysis job.
|
GetMediaAnalysisJobResult |
withJobName(String jobName)
The name of the media analysis job.
|
GetMediaAnalysisJobResult |
withKmsKeyId(String kmsKeyId)
KMS Key that was provided in the creation request.
|
GetMediaAnalysisJobResult |
withManifestSummary(MediaAnalysisManifestSummary manifestSummary)
The summary manifest provides statistics on input manifest and errors identified in the input manifest.
|
GetMediaAnalysisJobResult |
withOperationsConfig(MediaAnalysisOperationsConfig operationsConfig)
Operation configurations that were provided during job creation.
|
GetMediaAnalysisJobResult |
withOutputConfig(MediaAnalysisOutputConfig outputConfig)
Output configuration that was provided in the creation request.
|
GetMediaAnalysisJobResult |
withResults(MediaAnalysisResults results)
Output manifest that contains prediction results.
|
GetMediaAnalysisJobResult |
withStatus(MediaAnalysisJobStatus status)
The current status of the media analysis job.
|
GetMediaAnalysisJobResult |
withStatus(String status)
The current status of the media analysis job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobId(String jobId)
The identifier for the media analysis job.
jobId
- The identifier for the media analysis job.public String getJobId()
The identifier for the media analysis job.
public GetMediaAnalysisJobResult withJobId(String jobId)
The identifier for the media analysis job.
jobId
- The identifier for the media analysis job.public void setJobName(String jobName)
The name of the media analysis job.
jobName
- The name of the media analysis job.public String getJobName()
The name of the media analysis job.
public GetMediaAnalysisJobResult withJobName(String jobName)
The name of the media analysis job.
jobName
- The name of the media analysis job.public void setOperationsConfig(MediaAnalysisOperationsConfig operationsConfig)
Operation configurations that were provided during job creation.
operationsConfig
- Operation configurations that were provided during job creation.public MediaAnalysisOperationsConfig getOperationsConfig()
Operation configurations that were provided during job creation.
public GetMediaAnalysisJobResult withOperationsConfig(MediaAnalysisOperationsConfig operationsConfig)
Operation configurations that were provided during job creation.
operationsConfig
- Operation configurations that were provided during job creation.public void setStatus(String status)
The current status of the media analysis job.
status
- The current status of the media analysis job.MediaAnalysisJobStatus
public String getStatus()
The current status of the media analysis job.
MediaAnalysisJobStatus
public GetMediaAnalysisJobResult withStatus(String status)
The current status of the media analysis job.
status
- The current status of the media analysis job.MediaAnalysisJobStatus
public GetMediaAnalysisJobResult withStatus(MediaAnalysisJobStatus status)
The current status of the media analysis job.
status
- The current status of the media analysis job.MediaAnalysisJobStatus
public void setFailureDetails(MediaAnalysisJobFailureDetails failureDetails)
Details about the error that resulted in failure of the job.
failureDetails
- Details about the error that resulted in failure of the job.public MediaAnalysisJobFailureDetails getFailureDetails()
Details about the error that resulted in failure of the job.
public GetMediaAnalysisJobResult withFailureDetails(MediaAnalysisJobFailureDetails failureDetails)
Details about the error that resulted in failure of the job.
failureDetails
- Details about the error that resulted in failure of the job.public void setCreationTimestamp(Date creationTimestamp)
The Unix date and time when the job was started.
creationTimestamp
- The Unix date and time when the job was started.public Date getCreationTimestamp()
The Unix date and time when the job was started.
public GetMediaAnalysisJobResult withCreationTimestamp(Date creationTimestamp)
The Unix date and time when the job was started.
creationTimestamp
- The Unix date and time when the job was started.public void setCompletionTimestamp(Date completionTimestamp)
The Unix date and time when the job finished.
completionTimestamp
- The Unix date and time when the job finished.public Date getCompletionTimestamp()
The Unix date and time when the job finished.
public GetMediaAnalysisJobResult withCompletionTimestamp(Date completionTimestamp)
The Unix date and time when the job finished.
completionTimestamp
- The Unix date and time when the job finished.public void setInput(MediaAnalysisInput input)
Reference to the input manifest that was provided in the job creation request.
input
- Reference to the input manifest that was provided in the job creation request.public MediaAnalysisInput getInput()
Reference to the input manifest that was provided in the job creation request.
public GetMediaAnalysisJobResult withInput(MediaAnalysisInput input)
Reference to the input manifest that was provided in the job creation request.
input
- Reference to the input manifest that was provided in the job creation request.public void setOutputConfig(MediaAnalysisOutputConfig outputConfig)
Output configuration that was provided in the creation request.
outputConfig
- Output configuration that was provided in the creation request.public MediaAnalysisOutputConfig getOutputConfig()
Output configuration that was provided in the creation request.
public GetMediaAnalysisJobResult withOutputConfig(MediaAnalysisOutputConfig outputConfig)
Output configuration that was provided in the creation request.
outputConfig
- Output configuration that was provided in the creation request.public void setKmsKeyId(String kmsKeyId)
KMS Key that was provided in the creation request.
kmsKeyId
- KMS Key that was provided in the creation request.public String getKmsKeyId()
KMS Key that was provided in the creation request.
public GetMediaAnalysisJobResult withKmsKeyId(String kmsKeyId)
KMS Key that was provided in the creation request.
kmsKeyId
- KMS Key that was provided in the creation request.public void setResults(MediaAnalysisResults results)
Output manifest that contains prediction results.
results
- Output manifest that contains prediction results.public MediaAnalysisResults getResults()
Output manifest that contains prediction results.
public GetMediaAnalysisJobResult withResults(MediaAnalysisResults results)
Output manifest that contains prediction results.
results
- Output manifest that contains prediction results.public void setManifestSummary(MediaAnalysisManifestSummary manifestSummary)
The summary manifest provides statistics on input manifest and errors identified in the input manifest.
manifestSummary
- The summary manifest provides statistics on input manifest and errors identified in the input manifest.public MediaAnalysisManifestSummary getManifestSummary()
The summary manifest provides statistics on input manifest and errors identified in the input manifest.
public GetMediaAnalysisJobResult withManifestSummary(MediaAnalysisManifestSummary manifestSummary)
The summary manifest provides statistics on input manifest and errors identified in the input manifest.
manifestSummary
- The summary manifest provides statistics on input manifest and errors identified in the input manifest.public String toString()
toString
in class Object
Object.toString()
public GetMediaAnalysisJobResult clone()