Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DeleteApplicationResponseUnmarshaller.GetInstance C# (CSharp) Метод

GetInstance() публичный статический Метод

public static GetInstance ( ) : DeleteApplicationResponseUnmarshaller
Результат DeleteApplicationResponseUnmarshaller
        public static DeleteApplicationResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new DeleteApplicationResponseUnmarshaller();
            }
            return instance;
        }
    
DeleteApplicationResponseUnmarshaller