Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.ListAvailableSolutionStacksResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : ListAvailableSolutionStacksResponseUnmarshaller
return ListAvailableSolutionStacksResponseUnmarshaller
        public static ListAvailableSolutionStacksResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new ListAvailableSolutionStacksResponseUnmarshaller();
            }
            return instance;
        }
    
ListAvailableSolutionStacksResponseUnmarshaller