@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StreamProcessingStartSelector extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
StreamProcessingStartSelector() |
Modifier and Type | Method and Description |
---|---|
StreamProcessingStartSelector |
clone() |
boolean |
equals(Object obj) |
KinesisVideoStreamStartSelector |
getKVSStreamStartSelector()
Specifies the starting point in the stream to start processing.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKVSStreamStartSelector(KinesisVideoStreamStartSelector kVSStreamStartSelector)
Specifies the starting point in the stream to start processing.
|
String |
toString()
Returns a string representation of this object.
|
StreamProcessingStartSelector |
withKVSStreamStartSelector(KinesisVideoStreamStartSelector kVSStreamStartSelector)
Specifies the starting point in the stream to start processing.
|
public void setKVSStreamStartSelector(KinesisVideoStreamStartSelector kVSStreamStartSelector)
Specifies the starting point in the stream to start processing. This can be done with a timestamp or a fragment number in a Kinesis stream.
kVSStreamStartSelector
- Specifies the starting point in the stream to start processing. This can be done with a timestamp or a
fragment number in a Kinesis stream.public KinesisVideoStreamStartSelector getKVSStreamStartSelector()
Specifies the starting point in the stream to start processing. This can be done with a timestamp or a fragment number in a Kinesis stream.
public StreamProcessingStartSelector withKVSStreamStartSelector(KinesisVideoStreamStartSelector kVSStreamStartSelector)
Specifies the starting point in the stream to start processing. This can be done with a timestamp or a fragment number in a Kinesis stream.
kVSStreamStartSelector
- Specifies the starting point in the stream to start processing. This can be done with a timestamp or a
fragment number in a Kinesis stream.public String toString()
toString
in class Object
Object.toString()
public StreamProcessingStartSelector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.