Container for the parameters to the DescribeLaunchConfigurations operation.
            
Returns a full description of the launch configurations, or the specified launch configurations, if they exist.
If no name is specified, then the full details of all launch configurations are returned.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeLaunchConfigurationsRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeLaunchConfigurationsRequest()()()() | Initializes a new instance of the DescribeLaunchConfigurationsRequest class | 
|  | 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.) | 
|  | LaunchConfigurationNames | 
            A list of launch configuration names.
             
             | 
|  | MaxRecords | 
            The maximum number of launch configurations. The default is 100.
             
             | 
|  | NextToken | 
            A string that marks the start of the next batch of returned results.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithLaunchConfigurationNames(array<String>[]()[][]) | Obsolete. 
            Adds elements to the LaunchConfigurationNames collection
             | 
|  | WithLaunchConfigurationNames(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the LaunchConfigurationNames collection
             | 
|  | WithMaxRecords(Int32) | Obsolete. 
            Sets the MaxRecords property
             | 
|  | WithNextToken(String) | Obsolete. 
            Sets the NextToken property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DescribeLaunchConfigurationsRequest | |