public class StreamProcessorInput
extends java.lang.Object
implements java.io.Serializable
Information about the source streaming video.
| Constructor and Description |
|---|
StreamProcessorInput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
KinesisVideoStream |
getKinesisVideoStream()
The Kinesis video stream input stream for the source streaming video.
|
int |
hashCode() |
void |
setKinesisVideoStream(KinesisVideoStream kinesisVideoStream)
The Kinesis video stream input stream for the source streaming video.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StreamProcessorInput |
withKinesisVideoStream(KinesisVideoStream kinesisVideoStream)
The Kinesis video stream input stream for the source streaming video.
|
public KinesisVideoStream getKinesisVideoStream()
The Kinesis video stream input stream for the source streaming video.
The Kinesis video stream input stream for the source streaming video.
public void setKinesisVideoStream(KinesisVideoStream kinesisVideoStream)
The Kinesis video stream input stream for the source streaming video.
kinesisVideoStream - The Kinesis video stream input stream for the source streaming video.
public StreamProcessorInput withKinesisVideoStream(KinesisVideoStream kinesisVideoStream)
The Kinesis video stream input stream for the source streaming video.
Returns a reference to this object so that method calls can be chained together.
kinesisVideoStream - The Kinesis video stream input stream for the source streaming video.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.