@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StreamProcessorInput extends Object implements Serializable, Cloneable, StructuredPojo
Information about the source streaming video.
Constructor and Description |
---|
StreamProcessorInput() |
Modifier and Type | Method and Description |
---|---|
StreamProcessorInput |
clone() |
boolean |
equals(Object obj) |
KinesisVideoStream |
getKinesisVideoStream()
The Kinesis video stream input stream for the source streaming video.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKinesisVideoStream(KinesisVideoStream kinesisVideoStream)
The Kinesis video stream input stream for the source streaming video.
|
String |
toString()
Returns a string representation of this object.
|
StreamProcessorInput |
withKinesisVideoStream(KinesisVideoStream kinesisVideoStream)
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 KinesisVideoStream getKinesisVideoStream()
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.
kinesisVideoStream
- The Kinesis video stream input stream for the source streaming video.public String toString()
toString
in class Object
Object.toString()
public StreamProcessorInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.