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

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

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