C# Class Amazon.CodeBuild.LanguageType

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

Public Properties

Property Type Description
ANDROID LanguageType
BASE LanguageType
DOCKER LanguageType
GOLANG LanguageType
JAVA LanguageType
NODE_JS LanguageType
PYTHON LanguageType
RUBY LanguageType

Public Methods

Method Description
FindValue ( string value ) : LanguageType

Finds the constant for the unique value.

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

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

Property Details

ANDROID public static property

Constant ANDROID for LanguageType
public static LanguageType,Amazon.CodeBuild ANDROID
return LanguageType

BASE public static property

Constant BASE for LanguageType
public static LanguageType,Amazon.CodeBuild BASE
return LanguageType

DOCKER public static property

Constant DOCKER for LanguageType
public static LanguageType,Amazon.CodeBuild DOCKER
return LanguageType

GOLANG public static property

Constant GOLANG for LanguageType
public static LanguageType,Amazon.CodeBuild GOLANG
return LanguageType

JAVA public static property

Constant JAVA for LanguageType
public static LanguageType,Amazon.CodeBuild JAVA
return LanguageType

NODE_JS public static property

Constant NODE_JS for LanguageType
public static LanguageType,Amazon.CodeBuild NODE_JS
return LanguageType

PYTHON public static property

Constant PYTHON for LanguageType
public static LanguageType,Amazon.CodeBuild PYTHON
return LanguageType

RUBY public static property

Constant RUBY for LanguageType
public static LanguageType,Amazon.CodeBuild RUBY
return LanguageType