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

GetInstance() public static method

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