Describes the properties of an application version.

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ApplicationVersionDescription
Public Class ApplicationVersionDescription
public ref class ApplicationVersionDescription

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ApplicationVersionDescription()()()()
Initializes a new instance of the ApplicationVersionDescription class
ApplicationName
The name of the application associated with this release.

Constraints:

Length
1 - 100

DateCreated
The creation date of the application version.
DateUpdated
The last modified date of the application version.
Description
The description of this application version.

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.)
SourceBundle
The location where the source bundle is located for this version.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VersionLabel
A label uniquely identifying the version for the associated application.

Constraints:

Length
1 - 100

WithApplicationName(String)
Sets the ApplicationName property
WithDateCreated(DateTime)
Sets the DateCreated property
WithDateUpdated(DateTime)
Sets the DateUpdated property
WithDescription(String)
Sets the Description property
WithSourceBundle(S3Location)
Sets the SourceBundle property
WithVersionLabel(String)
Sets the VersionLabel property

Inheritance Hierarchy

System..::..Object
  Amazon.ElasticBeanstalk.Model..::..ApplicationVersionDescription

See Also