AWS SDK for .NET Documentation
CreateApplicationRequest Class
AmazonAmazon.ElasticBeanstalk.ModelCreateApplicationRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the CreateApplication operation.

Creates 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.

Declaration Syntax
C#
public class CreateApplicationRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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:

Length
1 - 100


Description
Describes the application.

Constraints:

Length
0 - 200


Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithApplicationName(String)
Sets the ApplicationName property

WithDescription(String)
Sets the Description property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CreateApplicationRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)