@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StreamProcessorOutput extends Object implements Serializable, Cloneable, StructuredPojo
Information about the Amazon Kinesis Data Streams stream to which a Amazon Rekognition Video stream processor streams the results of a video analysis. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.
Constructor and Description |
---|
StreamProcessorOutput() |
Modifier and Type | Method and Description |
---|---|
StreamProcessorOutput |
clone() |
boolean |
equals(Object obj) |
KinesisDataStream |
getKinesisDataStream()
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis
results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKinesisDataStream(KinesisDataStream kinesisDataStream)
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis
results.
|
String |
toString()
Returns a string representation of this object.
|
StreamProcessorOutput |
withKinesisDataStream(KinesisDataStream kinesisDataStream)
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis
results.
|
public void setKinesisDataStream(KinesisDataStream kinesisDataStream)
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
kinesisDataStream
- The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the
analysis results.public KinesisDataStream getKinesisDataStream()
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
public StreamProcessorOutput withKinesisDataStream(KinesisDataStream kinesisDataStream)
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
kinesisDataStream
- The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the
analysis results.public String toString()
toString
in class Object
Object.toString()
public StreamProcessorOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.