@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaAnalysisResults extends Object implements Serializable, Cloneable, StructuredPojo
Contains the results for a media analysis job created with StartMediaAnalysisJob.
Constructor and Description |
---|
MediaAnalysisResults() |
Modifier and Type | Method and Description |
---|---|
MediaAnalysisResults |
clone() |
boolean |
equals(Object obj) |
MediaAnalysisModelVersions |
getModelVersions()
Information about the model versions for the features selected in a given job.
|
S3Object |
getS3Object() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setModelVersions(MediaAnalysisModelVersions modelVersions)
Information about the model versions for the features selected in a given job.
|
void |
setS3Object(S3Object s3Object) |
String |
toString()
Returns a string representation of this object.
|
MediaAnalysisResults |
withModelVersions(MediaAnalysisModelVersions modelVersions)
Information about the model versions for the features selected in a given job.
|
MediaAnalysisResults |
withS3Object(S3Object s3Object) |
public void setS3Object(S3Object s3Object)
s3Object
- public S3Object getS3Object()
public MediaAnalysisResults withS3Object(S3Object s3Object)
s3Object
- public void setModelVersions(MediaAnalysisModelVersions modelVersions)
Information about the model versions for the features selected in a given job.
modelVersions
- Information about the model versions for the features selected in a given job.public MediaAnalysisModelVersions getModelVersions()
Information about the model versions for the features selected in a given job.
public MediaAnalysisResults withModelVersions(MediaAnalysisModelVersions modelVersions)
Information about the model versions for the features selected in a given job.
modelVersions
- Information about the model versions for the features selected in a given job.public String toString()
toString
in class Object
Object.toString()
public MediaAnalysisResults clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.