Container for the parameters to the DescribeApplicationVersions operation.
            Returns descriptions for existing application versions.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeApplicationVersionsRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeApplicationVersionsRequest()()()() | Initializes a new instance of the DescribeApplicationVersionsRequest class | 
|  | ApplicationName | 
            Gets and sets the property ApplicationName. 
             If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include ones that are associated with the specified application. | 
|  | 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.) | 
|  | VersionLabels | 
            Gets and sets the property VersionLabels. 
             If specified, restricts the returned descriptions to only include ones that have the specified version labels. | 
|  | WithApplicationName(String) | Obsolete. 
            Sets the ApplicationName property
             | 
|  | WithVersionLabels(array<String>[]()[][]) | Obsolete. 
            Sets the VersionLabels property
             | 
|  | WithVersionLabels(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the VersionLabels property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DescribeApplicationVersionsRequest | |