Amazon.ImportExport.Model.Internal.MarshallTransformations.CancelJobResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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