Container for the parameters to the CreateApplication operation.
Namespace: Amazon.ElasticBeanstalk.ModelCreates an application that has one configuration template named default and no application versions.
NOTE: The default configuration template is for a 32-bit version of the Amazon Linux operating system running the Tomcat 6 application container.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class CreateApplicationRequest : AmazonWebServiceRequest
Public Class CreateApplicationRequest _ Inherits AmazonWebServiceRequest
public ref class CreateApplicationRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| CreateApplicationRequest()()()() | Initializes a new instance of the CreateApplicationRequest class | |
| ApplicationName |
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.
Constraints: | |
| Description |
Describes the application.
Constraints: | |
| Equals(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.) | |
| ToString()()()() | (Inherited from Object.) | |
| WithApplicationName(String) |
Sets the ApplicationName property
| |
| WithDescription(String) |
Sets the Description property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticBeanstalk.Model..::..CreateApplicationRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticBeanstalk.Model..::..CreateApplicationRequest