@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Video extends Object implements Serializable, Cloneable, StructuredPojo
Video file stored in an Amazon S3 bucket. Amazon Rekognition video start operations such as
StartLabelDetection use Video
to specify a video for analysis. The supported file formats are
.mp4, .mov and .avi.
Constructor and Description |
---|
Video() |
Modifier and Type | Method and Description |
---|---|
Video |
clone() |
boolean |
equals(Object obj) |
S3Object |
getS3Object()
The Amazon S3 bucket name and file name for the video.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Object(S3Object s3Object)
The Amazon S3 bucket name and file name for the video.
|
String |
toString()
Returns a string representation of this object.
|
Video |
withS3Object(S3Object s3Object)
The Amazon S3 bucket name and file name for the video.
|
public void setS3Object(S3Object s3Object)
The Amazon S3 bucket name and file name for the video.
s3Object
- The Amazon S3 bucket name and file name for the video.public S3Object getS3Object()
The Amazon S3 bucket name and file name for the video.
public Video withS3Object(S3Object s3Object)
The Amazon S3 bucket name and file name for the video.
s3Object
- The Amazon S3 bucket name and file name for the video.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.