Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DeleteApplicationVersionResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : DeleteApplicationVersionResponseUnmarshaller
리턴 DeleteApplicationVersionResponseUnmarshaller
        public static DeleteApplicationVersionResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new DeleteApplicationVersionResponseUnmarshaller();
            }
            return instance;
        }
    
DeleteApplicationVersionResponseUnmarshaller