Container for the parameters to the UpdateApplicationVersion operation.
            Updates the specified application version to have the specified         properties.
                          
            
                  
|  Note: | 
|---|
| If a property (for example,  CopyC# description | 
 Declaration Syntax
 Declaration Syntax| C# | 
public class UpdateApplicationVersionRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | UpdateApplicationVersionRequest()()()() | Initializes a new instance of the UpdateApplicationVersionRequest class | 
|  | ApplicationName | 
            Gets and sets the property ApplicationName. 
             The name of the application associated with this version. 
                     If no application is found with this name,  | 
|  | Description | 
            Gets and sets the property Description. 
             A new description for this release. | 
|  | 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()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VersionLabel | 
            Gets and sets the property VersionLabel. 
             The name of the version to update. 
                     If no application version is found with this label,  | 
|  | WithApplicationName(String) | Obsolete. 
            Sets the ApplicationName property
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithVersionLabel(String) | Obsolete. 
            Sets the VersionLabel property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | UpdateApplicationVersionRequest | |