A         list of available AWS Elastic Beanstalk         solution stacks.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListAvailableSolutionStacksResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListAvailableSolutionStacksResult()()()() | Initializes a new instance of the ListAvailableSolutionStacksResult 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.) | 
|  | SolutionStackDetails | 
            Gets and sets the property SolutionStackDetails. 
             A list of available solution stacks and their SolutionStackDescription. | 
|  | SolutionStacks | 
            Gets and sets the property SolutionStacks. 
             A list of available solution stacks. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithSolutionStackDetails(array<SolutionStackDescription>[]()[][]) | Obsolete. 
            Sets the SolutionStackDetails property
             | 
|  | WithSolutionStackDetails(IEnumerable<(Of <<'(SolutionStackDescription>)>>)) | Obsolete. 
            Sets the SolutionStackDetails property
             | 
|  | WithSolutionStacks(array<String>[]()[][]) | Obsolete. 
            Sets the SolutionStacks property
             | 
|  | WithSolutionStacks(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the SolutionStacks property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ListAvailableSolutionStacksResult |