C# Class Amazon.Snowball.JobState

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

Public Properties

Property Type Description
Cancelled JobState
Complete JobState
InProgress JobState
InTransitToAWS JobState
InTransitToCustomer JobState
Listing JobState
New JobState
Pending JobState
PreparingAppliance JobState
PreparingShipment JobState
WithAWS JobState
WithCustomer JobState

Public Methods

Method Description
FindValue ( string value ) : JobState

Finds the constant for the unique value.

JobState ( 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 ) : JobState
value string The unique value for the constant
return JobState

JobState() 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 JobState ( string value ) : System
value string
return System

Property Details

Cancelled public static property

Constant Cancelled for JobState
public static JobState,Amazon.Snowball Cancelled
return JobState

Complete public static property

Constant Complete for JobState
public static JobState,Amazon.Snowball Complete
return JobState

InProgress public static property

Constant InProgress for JobState
public static JobState,Amazon.Snowball InProgress
return JobState

InTransitToAWS public static property

Constant InTransitToAWS for JobState
public static JobState,Amazon.Snowball InTransitToAWS
return JobState

InTransitToCustomer public static property

Constant InTransitToCustomer for JobState
public static JobState,Amazon.Snowball InTransitToCustomer
return JobState

Listing public static property

Constant Listing for JobState
public static JobState,Amazon.Snowball Listing
return JobState

New public static property

Constant New for JobState
public static JobState,Amazon.Snowball New
return JobState

Pending public static property

Constant Pending for JobState
public static JobState,Amazon.Snowball Pending
return JobState

PreparingAppliance public static property

Constant PreparingAppliance for JobState
public static JobState,Amazon.Snowball PreparingAppliance
return JobState

PreparingShipment public static property

Constant PreparingShipment for JobState
public static JobState,Amazon.Snowball PreparingShipment
return JobState

WithAWS public static property

Constant WithAWS for JobState
public static JobState,Amazon.Snowball WithAWS
return JobState

WithCustomer public static property

Constant WithCustomer for JobState
public static JobState,Amazon.Snowball WithCustomer
return JobState