AWS SDK for .NET Documentation
Command Class
AmazonAmazon.ElasticMapReduce.ModelCommand Did this page help you?   Yes   No    Tell us about it...
An entity describing an executable that runs on a cluster.
Declaration Syntax
C#
public class Command
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Command()()()()
Initializes a new instance of the Command class

Args
Gets and sets the property Args.

Arguments for Amazon EMR to pass to the command for execution.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Name
Gets and sets the property Name.

The name of the command.


ScriptPath
Gets and sets the property ScriptPath.

The Amazon S3 location of the command script.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithArgs(array<String>[]()[][]) Obsolete.
Sets the Args property

WithArgs(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Sets the Args property

WithName(String) Obsolete.
Sets the Name property

WithScriptPath(String) Obsolete.
Sets the ScriptPath property

Inheritance Hierarchy
Object
Command

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)