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

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

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