Notifications class
The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status.
Constructors
- Notifications({String? completed, String? error, String? progressing, String? warning})
-
Notifications.fromJson(Map<
String, dynamic> json) -
factory
Properties
- completed → String?
-
The Amazon SNS topic that you want to notify when Elastic Transcoder has
finished processing the job.
final
- error → String?
-
The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters an error condition.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- progressing → String?
-
The Amazon Simple Notification Service (Amazon SNS) topic that you want to
notify when Elastic Transcoder has started to process the job.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- warning → String?
-
The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters a warning condition.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited