public class StreamProcessorOutput
extends java.lang.Object
implements java.io.Serializable
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 |
---|---|
boolean |
equals(java.lang.Object obj) |
KinesisDataStream |
getKinesisDataStream()
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition
stream processor streams the analysis results.
|
int |
hashCode() |
void |
setKinesisDataStream(KinesisDataStream kinesisDataStream)
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition
stream processor streams the analysis results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StreamProcessorOutput |
withKinesisDataStream(KinesisDataStream 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.
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 StreamProcessorOutput withKinesisDataStream(KinesisDataStream kinesisDataStream)
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
Returns a reference to this object so that method calls can be chained together.
kinesisDataStream
- The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.