C# Class Amazon.ElasticMapReduce.StepState

Constants used for properties of type StepState.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
CANCELLED StepState
CANCEL_PENDING StepState
COMPLETED StepState
FAILED StepState
INTERRUPTED StepState
PENDING StepState
RUNNING StepState

Public Methods

Method Description
FindValue ( string value ) : StepState

Finds the constant for the unique value.

StepState ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : StepState
value string The unique value for the constant
return StepState

StepState() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public StepState ( string value ) : System
value string
return System

Property Details

CANCELLED public static property

Constant CANCELLED for StepState
public static StepState,Amazon.ElasticMapReduce CANCELLED
return StepState

CANCEL_PENDING public static property

Constant CANCEL_PENDING for StepState
public static StepState,Amazon.ElasticMapReduce CANCEL_PENDING
return StepState

COMPLETED public static property

Constant COMPLETED for StepState
public static StepState,Amazon.ElasticMapReduce COMPLETED
return StepState

FAILED public static property

Constant FAILED for StepState
public static StepState,Amazon.ElasticMapReduce FAILED
return StepState

INTERRUPTED public static property

Constant INTERRUPTED for StepState
public static StepState,Amazon.ElasticMapReduce INTERRUPTED
return StepState

PENDING public static property

Constant PENDING for StepState
public static StepState,Amazon.ElasticMapReduce PENDING
return StepState

RUNNING public static property

Constant RUNNING for StepState
public static StepState,Amazon.ElasticMapReduce RUNNING
return StepState