@Generated(value="software.amazon.awssdk:codegen") public final class StreamProcessorOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StreamProcessorOutput.Builder,StreamProcessorOutput>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StreamProcessorOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StreamProcessorOutput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
KinesisDataStream |
kinesisDataStream()
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis
results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StreamProcessorOutput.Builder> |
serializableBuilderClass() |
StreamProcessorOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final KinesisDataStream kinesisDataStream()
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
public StreamProcessorOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StreamProcessorOutput.Builder,StreamProcessorOutput>public static StreamProcessorOutput.Builder builder()
public static Class<? extends StreamProcessorOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.