C# Class Amazon.ElasticBeanstalk.Model.CreateApplicationRequest

Container for the parameters to the CreateApplication operation.

Creates an application that has one configuration template named default and no application versions.

Inheritance: AmazonElasticBeanstalkRequest
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
CreateApplicationRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

CreateApplicationRequest ( string applicationName ) : System

Instantiates CreateApplicationRequest with the parameterized properties

Private Methods

Method Description
IsSetApplicationName ( ) : bool
IsSetDescription ( ) : bool
IsSetResourceLifecycleConfig ( ) : bool

Method Details

CreateApplicationRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public CreateApplicationRequest ( ) : System
return System

CreateApplicationRequest() public method

Instantiates CreateApplicationRequest with the parameterized properties
public CreateApplicationRequest ( string applicationName ) : System
applicationName string The name of the application. Constraint: This name must be unique within your account. If the specified name already exists, the action returns an InvalidParameterValue error.
return System