ListStreamProcessorsResponse class

Constructors

ListStreamProcessorsResponse({String? nextToken, List<StreamProcessor>? streamProcessors})
ListStreamProcessorsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextToken String?
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of stream processors.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamProcessors List<StreamProcessor>?
List of stream processors that you have created.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited