Amazon.ElasticTranscoder.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;
        }