Command class

An entity describing an executable that runs on a cluster.

Constructors

Command({List<String>? args, String? name, String? scriptPath})
Command.fromJson(Map<String, dynamic> json)
factory

Properties

args List<String>?
Arguments for Amazon EMR to pass to the command for execution.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the command.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scriptPath String?
The Amazon S3 location of the command script.
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